From e314ee822febc49d6bafa5d6fda42cda6fb6f9a7 Mon Sep 17 00:00:00 2001 From: falkolab Date: Wed, 30 Jul 2014 11:53:12 +0400 Subject: [PATCH 1/2] Autodetect installed sdk and select sdk by name You can specify sdk name or path to jsca file or allow mockti yourself detect default sdk. File api.jsca removed from module. --- README.md | 6 +- api.jsca | 559244 ------------------------------------------------ mockti.js | 56 +- package.json | 7 +- 4 files changed, 59 insertions(+), 559254 deletions(-) delete mode 100644 api.jsca diff --git a/README.md b/README.md index 069a3fe..224c416 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ var xhr = Titanium.Network.createHTTPClient(); var view = Ti.UI.createView(); ``` -The `mockti()` function takes as an argument the path to an `api.jsca` file. -These are included with every sdk build. If you don't pass a path, it'll use -the bundled `api.jsca`, which currently is from 3.1.0 GA. +The `mockti()` function takes as an argument the path to an `api.jsca` file or full name Titanium SDK full e.g. `3.1.0.GA`. +These are included with every sdk build. If you don't pass a path, it'll use +system selected sdk that you can see by run command `ti config` in console. You'll probably want to require() some of the code in your `Resources` folder. Currently I have my project setup with a `test` folder which has a couple tests; diff --git a/api.jsca b/api.jsca deleted file mode 100644 index 5160116..0000000 --- a/api.jsca +++ /dev/null @@ -1,559244 +0,0 @@ -{ - "types": [ - { - "name": "Titanium.XML.Entity", - "description": "

This interface represents an entity, either parsed or unparsed, in an XML document. Note that this models the entity itself not the entity declaration. The nodeName attribute that is inherited from Node contains the name of the entity. An Entity node does not have any parent.\nImplements the DOM Level 2 API on Android and iOS. Exposes the DOM Level 3 API implementation on Mobile Web.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "ATTRIBUTE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nAttr node.
\n

" - }, - { - "name": "CDATA_SECTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nCDATASection node.
\n

" - }, - { - "name": "COMMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nComment node.
\n

" - }, - { - "name": "DOCUMENT_FRAGMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentFragment node.
\n

" - }, - { - "name": "DOCUMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocument node.
\n

" - }, - { - "name": "DOCUMENT_TYPE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentType node.
\n

" - }, - { - "name": "ELEMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nElement node.
\n

" - }, - { - "name": "ENTITY_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntity node.
\n

" - }, - { - "name": "ENTITY_REFERENCE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntityReference node.
\n

" - }, - { - "name": "NOTATION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nNotation node.
\n

" - }, - { - "name": "PROCESSING_INSTRUCTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nProcessingInstruction node.
\n

" - }, - { - "name": "TEXT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nText node.
\n

" - }, - { - "name": "attributes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A map of this node's attributes.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "childNodes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NodeList", - "isClassProperty": false, - "description": "

A Titanium.XML.NodeList of this node's children.

" - }, - { - "name": "firstChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's first child.

" - }, - { - "name": "lastChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's last child.

" - }, - { - "name": "localName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local part of the qualified name of this node.

" - }, - { - "name": "namespaceURI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace URI of this node.

" - }, - { - "name": "nextSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's next sibling.

" - }, - { - "name": "nodeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this node.

" - }, - { - "name": "nodeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

This node's type. One of ELEMENT_NODE, ATTRIBUTE_NODE, TEXT_NODE, CDATA_SECTION_NODE,\nENTITY_REFERENCE_NODE, ENTITY_NODE, PROCESSING_INSTRUCTION_NODE, COMMENT_NODE,\nDOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE, NOTATION_NODE.

" - }, - { - "name": "nodeValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of this node.

" - }, - { - "name": "notationName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

For unparsed entities, the name of the notation for the entity. For parsed entities, this is null.

" - }, - { - "name": "ownerDocument", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

This node's owning document.

" - }, - { - "name": "parentNode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's parent node.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace prefix of this node.

" - }, - { - "name": "previousSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's previous sibling.

" - }, - { - "name": "publicId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The public identifier associated with the entity, if specified. If the public identifier was not specified, this is null.

" - }, - { - "name": "systemId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The system identifier associated with the entity, if specified. If the system identifier was not specified, this is null.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.\n Deprecated since 2.0.0. Use textContent instead.

" - }, - { - "name": "textContent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "appendChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Newly-appended node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the node newChild as a child of this node.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cloneNode", - "isInternal": false, - "parameters": [ - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

Whether or not to perform a deep copy of this node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Cloned node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a duplicate of this node.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the attributes property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the childNodes property.

" - }, - { - "name": "getFirstChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstChild property.

" - }, - { - "name": "getLastChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastChild property.

" - }, - { - "name": "getLocalName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the localName property.

" - }, - { - "name": "getNamespaceURI", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the namespaceURI property.

" - }, - { - "name": "getNextSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nextSibling property.

" - }, - { - "name": "getNodeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeName property.

" - }, - { - "name": "getNodeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeType property.

" - }, - { - "name": "getNodeValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeValue property.

" - }, - { - "name": "getNotationName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the notationName property.

" - }, - { - "name": "getOwnerDocument", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerDocument property.

" - }, - { - "name": "getParentNode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the parentNode property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getPreviousSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the previousSibling property.

" - }, - { - "name": "getPublicId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the publicId property.

" - }, - { - "name": "getSystemId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the systemId property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property. Deprecated since 2.0.0.

" - }, - { - "name": "getTextContent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textContent property.

" - }, - { - "name": "hasAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has attributes, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has attributes.

" - }, - { - "name": "hasChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has children, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has child nodes.

" - }, - { - "name": "insertBefore", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert.

" - }, - { - "name": "refChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert newChild before.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The inserted node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts the node newChild before the node refChild.

" - }, - { - "name": "isSupported", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

Name of the feature.

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

Version number of the feature.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if the feature is supported, false if it is not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tests whether the DOM implementation supports a specific feature.

" - }, - { - "name": "normalize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Normalizes text and attribute nodes in this node's child hierarchy.

" - }, - { - "name": "removeChild", - "isInternal": false, - "parameters": [ - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child node from this node.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node.

" - }, - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node being replaced.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces the node oldChild with the node newChild.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setLocalName", - "isInternal": false, - "parameters": [ - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the localName property.

" - }, - { - "name": "setNodeValue", - "isInternal": false, - "parameters": [ - { - "name": "nodeValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nodeValue property.

" - }, - { - "name": "setPrefix", - "isInternal": false, - "parameters": [ - { - "name": "prefix", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prefix property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Android.NotificationManager", - "description": "

Module for managing status bar notifications.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

The following example shows how to create a notification that launches the\napplication when the user clicks on the notification.

\n

The Intent object associated with the notification determines \nwhat happens when the user clicks on the notification. In this case, we simply launch the application.\nThe intent in this sample uses a className to identify the activity to launch.

\n

A Titanium application's main activity generally has the class name:

\n

<app_id>.<Appname>Activity

\n

where <app_id> is the application's app ID, and <Appname>\nis the application's name, with the first letter capitalized and all other letters\nlowercase.

\n

For example, in this case the test application has the app ID\ncom.appcelerator.notificationsample and app name NotificationSample, so the \nactivity class name is:

\n
com.appcelerator.notificationsample.NotificationsampleActivity\n
\n

You can also find the activity's class name by looking in the build/android folder of your \nTitanium project.

\n

The notification icon must be specified as an Android resource ID. In this case,\nthe icon, my_icon.png would be placed in\nplatforms/android/res/drawable/my_icon.png.\nSee Titanium.App.Android.R for more information.

\n

This example doesn't include a custom alert sound. For information on adding a\ncustom alert sound, see Notification.sound.

\n
// Intent object to launch the application \nvar intent = Ti.Android.createIntent({\n    flags : Ti.Android.FLAG_ACTIVITY_CLEAR_TOP | Ti.Android.FLAG_ACTIVITY_NEW_TASK,\n    // Substitute the correct classname for your application\n    className : 'com.appcelerator.notificationsample.NotificationsampleActivity',\n});\nintent.addCategory(Ti.Android.CATEGORY_LAUNCHER);\n\n// Create a PendingIntent to tie together the Activity and Intent\nvar pending = Titanium.Android.createPendingIntent({\n    intent: intent,\n    flags: Titanium.Android.FLAG_UPDATE_CURRENT\n});\n\n// Create the notification\nvar notification = Titanium.Android.createNotification({\n    // icon is passed as an Android resource ID -- see Ti.App.Android.R.\n    icon: Ti.App.Android.R.drawable.my_icon,\n    contentTitle: 'Something Happened',\n    contentText : 'Click to return to the application.',\n    contentIntent: pending\n});\n// Send the notification.\nTitanium.Android.NotificationManager.notify(1, notification);\n
", - "name": "Simple Notification Example" - } - ], - "remarks": [ - "

This module provides methods for sending and canceling status bar notifications,\nwhich are represented by the Titanium.Android.Notification object.

\n

The NotificationManager module is a thin wrapper on the Android NotificationManager\nclass. The constants in this module are derived from the Android Notification class.

\n

See also:

\n" - ], - "properties": [ - { - "name": "DEFAULT_ALL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use all default settings for a notification; see\nNotification.defaults.

" - }, - { - "name": "DEFAULT_LIGHTS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the default light settings for a notification; see\nNotification.defaults.

" - }, - { - "name": "DEFAULT_SOUND", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the default sound settings for a notification; see\nNotification.defaults.

" - }, - { - "name": "DEFAULT_VIBRATE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the default vibration settings for a notification; see\nNotification.defaults.

" - }, - { - "name": "FLAG_AUTO_CANCEL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Cancel the notification when it is clicked by the user.

" - }, - { - "name": "FLAG_INSISTENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Repeat audio until the notification is cancelled or the notification window\nis opened.

" - }, - { - "name": "FLAG_NO_CLEAR", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Do not cancel the notification when the user clicks the Clear All button.

" - }, - { - "name": "FLAG_ONGOING_EVENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Specifies that a notification is in reference to something that is ongoing, like a phone call.

" - }, - { - "name": "FLAG_ONLY_ALERT_ONCE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Play an alert (sound, lights, and/or vibration) once each time the notification is sent, even \nif it has not been canceled before that.

" - }, - { - "name": "FLAG_SHOW_LIGHTS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use LED lights to alert the user to the notification.

" - }, - { - "name": "STREAM_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with audioStreamType to request that the default stream type for notifications be used.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cancel", - "isInternal": false, - "parameters": [ - { - "name": "id", - "usage": "required", - "type": "Number", - "description": "

The ID passed to notify.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Cancels a previously displayed notification.

" - }, - { - "name": "cancelAll", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Cancels all previously displayed notifications.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "notify", - "isInternal": false, - "parameters": [ - { - "name": "id", - "usage": "required", - "type": "Number", - "description": "

An ID that may be used to cancel a shown notification.

" - }, - { - "name": "notification", - "usage": "required", - "type": "Titanium.Android.Notification", - "description": "

Notification to display.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a persistent notification to the status bar.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "CloudPostsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "posts", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of posts objects, if any exist.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Facebook", - "description": "

The top level Facebook module.
\n **Deprecated since 3.1.0. On Mobile Web, continue to use this module.

\n

On Android and iOS, use instead.\n**

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "examples": [ - { - "code": "

Shows official Facebook dialog for logging in the user and prompting the user to approve your \nrequested permissions. Listen for the module's login event to \ndetermine whether the request succeeded.

\n
Ti.Facebook.appid = '[YOUR APPID]';\nTi.Facebook.permissions = ['publish_stream']; // Permissions your app needs\nTi.Facebook.addEventListener('login', function(e) {\n    if (e.success) {\n        alert('Logged In');\n    } else if (e.error) {\n        alert(e.error);\n    } else if (e.cancelled) {\n        alert(\"Canceled\");\n    }\n});\nTi.Facebook.authorize();\n
", - "name": "Authorize" - }, - { - "code": "

Logout the user and forget the authorization token. The \nlogout event is fired after the user is logged out.

\n
Ti.Facebook.addEventListener('logout', function(e) {\n    alert('Logged out');\n});\nTi.Facebook.logout();\n
", - "name": "Logout" - }, - { - "code": "

You can use the the Facebook-themed LoginButton\nto allow the user to log in as required. The button updates its state automatically depending \non whether the user is logged in or not. When the user is logged in, then the button \nwill show \"Logout\", and vice-versa.

\n

Note that you don't need to set a click listener or anything else on the button. \nIt \"just works\". To be notified when the user logs in or out, add event listeners for the \nlogin and logout events\nprovided by the Titanium Facebook module, as in the example below.

\n
// Don't forget to set your appid and requested permissions, else the login button\n// won't be effective.\nTi.Facebook.appid = '[your appid]';\nTi.Facebook.permissions = ['publish_stream'];\nTi.Facebook.addEventListener('login', function(e) {\n    if (e.success) {\n        alert('Logged in');\n    }\n});\nTi.Facebook.addEventListener('logout', function(e) {\n    alert('Logged out');\n});\n\n// Add the button.  Note that it doesn't need a click event listener.\nwin2.add(Ti.Facebook.createLoginButton({\n    top : 50,\n    style : Ti.Facebook.BUTTON_STYLE_WIDE\n}));\n
\n

The specified button style ('wide' or BUTTON_STYLE_WIDE) shows a wide version of the \nbutton that displays \"Connect with Facebook\" instead of just \"Connect\".

", - "name": "Authorize/Logout Using the Facebook LoginButton" - }, - { - "code": "

This example makes a call to the \"me\" graph path, which represents the current\nuser. The JSON results are simply displayed in an alert. This example assumes \nthe user is already logged in (you can check this with Titanium.Facebook.loggedIn).

\n
Ti.Facebook.requestWithGraphPath('me', {}, 'GET', function(e) {\n    if (e.success) {\n        alert(e.result);\n    } else if (e.error) {\n        alert(e.error);\n    } else {\n        alert('Unknown response');\n    }\n});\n
", - "name": "Simple Graph API Call" - }, - { - "code": "

This example uses the Graph API to create an event
\nin the logged-on user's Facebook account. This requires the \"create_event\" permission.

\n
// First make sure this permission exists\nTi.Facebook.permissions = ['create_event'];\nTi.Facebook.authorize();\n\n// ...\n// ...\n\n// Now create the event after you've confirmed authorize() was successful.\nvar starttime = new Date(2012, 4, 31, 17, 0);\nvar endtime = new Date(2012, 4, 31, 19, 0);\nvar title = \"Barry's Birthday Celebration\";\nvar description = \"Barry will have a great party\";\nvar data = {\n    start_time: JSON.stringify(starttime), // API expects a JSON stringified date\n    end_time: JSON.stringify(endtime),\n    summary: description,\n    name: title\n};\nTi.Facebook.requestWithGraphPath('me/events', data, 'POST', function(e) {\n    if (e.success) {\n        alert(\"Success! Returned from FB: \" + e.result);\n    } else {\n        if (e.error) {\n            alert(e.error);\n        } else {\n            alert(\"Unknown result\");\n        }\n    }\n});\n
\n

For more information on the Event object, see:

\n", - "name": "Create an Event Using the Graph API" - }, - { - "code": "

This example uses the Graph API to set the user's Facebook status, which requires the \n\"publish_stream\" permission.

\n
// First make sure this permission exists\nTi.Facebook.permissions = ['publish_stream'];\nTi.Facebook.authorize();\n\n// ...\n// ...\n\n// Now create the status message after you've confirmed that authorize() succeeded\nTi.Facebook.requestWithGraphPath('me/feed', {message: \"Trying out FB Graph API and it's fun!\"}, \n         \"POST\", function(e) {\n    if (e.success) {\n        alert(\"Success!  From FB: \" + e.result);\n    } else {\n        if (e.error) {\n            alert(e.error);\n        } else {\n            alert(\"Unkown result\");\n        }\n    }\n});\n
\n

For more information on the Staus object, see:

\n", - "name": "Set a User's Facebook Status Using the Graph API" - }, - { - "code": "

This example posts a photo to the user's account using the Graph API.\nAnother example below shows how to do this with the REST API, if desired. \nThis requires the \"publish_stream\" permission.

\n
// First make sure this permission exists\nTi.Facebook.permissions = ['publish_stream'];\nTi.Facebook.authorize();\n\n// ...\n// ...\n\n// Now post the photo after you've confirmed that authorize() succeeded\nvar f = Ti.Filesystem.getFile('pumpkin.jpg');\nvar blob = f.read();\nvar data = {\n    message: 'This is a pumpkin',\n    picture: blob\n};\nTi.Facebook.requestWithGraphPath('me/photos', data, 'POST', function(e){\n    if (e.success) {\n        alert(\"Success!  From FB: \" + e.result);\n    } else {\n        if (e.error) {\n            alert(e.error);\n        } else {\n            alert(\"Unkown result\");\n        }\n    }\n});\n
\n

For more information on posting photos, see:

\n", - "name": "Post a Photo Using the Graph API" - }, - { - "code": "

This example posts a photo to the user's account using the REST API. Another example above shows \nhow to do this with the Graph API. This requires the \"publish_stream\" permission.

\n
// First make sure this permission exists\nTi.Facebook.permissions = ['publish_stream'];\nTi.Facebook.authorize();\n\n// ...\n// ...\n\n// Now post the photo after you've confirmed that authorize() succeeded\nvar f = Ti.Filesystem.getFile('pumpkin.jpg');\nvar blob = f.read();\nvar data = {\n    caption: 'This is a pumpkin',\n    picture: blob\n};\nTi.Facebook.request('photos.upload', data, function(e){\n    if (e.success) {\n        alert(\"Success!  From FB: \" + e.result);\n    } else {\n        if (e.error) {\n            alert(e.error);\n        } else {\n            alert(\"Unkown result\");\n        }\n    }\n});\n
\n

For more information on posting photos using the REST API, see:

\n", - "name": "Post a photo using the REST API" - }, - { - "code": "

This example shows how to display the offical Facebook Feed Dialog, for adding a\npost to the user's wall. In this example, we'll prefill some of the feed fields by \npassing a data dictionary to the dialog method; this is not required.

\n
var data = {\n    link : \"http://www.appcelerator.com\",\n    name : \"Appcelerator Titanium Mobile\",\n    message : \"Checkout this cool open source project for creating mobile apps\",\n    caption : \"Appcelerator Titanium Mobile\",\n    picture : \"http://developer.appcelerator.com/assets/img/DEV_titmobile_image.png\",\n    description : \"You've got the ideas, now you've got the power. Titanium translates \" +\n                  \"your hard won web skills into native applications...\"\n};\nTitanium.Facebook.dialog(\"feed\", data, function(e) {\n    if(e.success && e.result) {\n        alert(\"Success! New Post ID: \" + e.result);\n    } else {\n        if(e.error) {\n            alert(e.error);\n        } else {\n            alert(\"User canceled dialog.\");\n        }\n    }\n});\n
\n

For more information on Facebook Dialogs, see:

\n", - "name": "Show the Facebook Feed Dialog" - } - ], - "remarks": [ - "

Note: In Titanium 3.1, the Titianium.Facebook module on Android and iOS is replaced by the\n add-on module that uses more recent versions of the native Facebook SDKs for\nAndroid and iOS. For Mobile Web, continue to use Titanium.Facebook.

\n

The Facebook module is used for connecting your application with \nFacebook. This module supports the following features:

\n\n

Facebook Login and Authorization

\n

To use Facebook, a user must log in to Facebook and explicitly authorize the\napplication to perform certain actions, such as accessing profile information or \nposting status messages.

\n

There are two ways to initiate the login process:

\n\n

Which approach you take depends on your UI and how central Facebook is to your\napplication.

\n

Before calling authorize or creating a login button, you must set the\nappid and permissions\nproperties.

\n

To create a Facebook App ID, go to the Facebook Developer App:

\n

developers.facebook.com/apps

\n

For a complete list of permissions, see the \nofficial Facebook Permissions Reference

\n

Facebook Graph API

\n

The Facebook Graph API is the preferred method for getting information about a user's friends, \nnews feed, and so on. Each object in the Facebook social graph is represented by a\ngraph API object, such as a user, photo, or status message.

\n

The Graph API allows you to make requests on behalf of the user, such as posting a\npicture or status message.

\n

Use the requestWithGraphPath method to make a \nrequest to the Graph API.

\n

For details on each of the Graph API objects and the supported operations, see the \nofficial Facebook Graph API documentation.

\n

Facebook REST API

\n

The Facebook REST API is in the process of being deprecated, and should not be used \nunless your application relies on an API that doesn't exist in the Graph API.

\n

Use the request method to make a request to the REST API.

\n

For details on the REST API, see the \nofficial Facebook REST API documentation.

\n

Facebook Dialogs

\n

Facebook dialogs are standard user-interface components for used to prompt users to\ninteract with Facebook in a specific way, such as:

\n\n

Because dialogs require user interaction, they do not require Facebook permissions.

\n

For details on different dialogs see the \nofficial Facebook Dialogs documentation.
\n

\n

iOS Platform Implementation Notes

\n

Due to how the facebook login process works on iOS, your app will need to have the following \nin your tiapp.xml if you target those platforms:

\n
<property name=\"ti.facebook.appid\">your_facebook_app_id_here</property >\n
\n

You must still set Ti.Facebook.appid within your app itself to use the facebook module.
\nThis property is used only for configuring your app to interface with the facebook \nlogin process.

\n

Previous Versions

\n

Titanium Mobile SDK 1.6.0 marked a significant change for this module. Older versions of \nthe module were not compatible with the new Graph API. Applications written for the \npre-1.6.0 version of this module will not work with the 1.6.0 and higher versions.
\nNor is the code shown in the examples here backwards-compatible with pre-1.6.0 Titanium \nMobile SDK.

" - ], - "properties": [ - { - "name": "BUTTON_STYLE_NORMAL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with LoginButton.style to specify\nthe default login button reading \"Connect\" or \"Login\".

" - }, - { - "name": "BUTTON_STYLE_WIDE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with LoginButton.style to specify\na wide login button reading \"Connect with Facebook\" or \"Login with Facebook\".

" - }, - { - "name": "accessToken", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

OAuth token set after a successful authorize.

" - }, - { - "name": "appid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Your Facebook application id. You need to set this for anything to work.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "expirationDate", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

Time at which the accessToken expires.

" - }, - { - "name": "forceDialogAuth", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the login should use the traditional dialog-based\nauthentication.

" - }, - { - "name": "loggedIn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the user is logged in.

" - }, - { - "name": "permissions", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of permissions to request for your app.

" - }, - { - "name": "uid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Unique user ID returned from Facebook.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "authorize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Prompts the user to log in (if not already logged in) and authorize your application.
\n

" - }, - { - "name": "createLoginButton", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Facebook.LoginButton", - "description": "

Properties to set on a new object, including any defined by Titanium.Facebook.LoginButton except those marked not-creation or read-only.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Facebook.LoginButton", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Facebook.LoginButton. **Deprecated since 3.1.0. On Mobile Web, continue to use this module.

\n

On Android and iOS, use instead.\n**

" - }, - { - "name": "dialog", - "isInternal": false, - "parameters": [ - { - "name": "action", - "usage": "required", - "type": "String", - "description": "

Specifies which dialog to show, such as \"feed\".

" - }, - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

A dictionary object for pre-filling some of the dialog's fields.
\nSee Code Examples.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback to invoke when the user completes or cancels the dialog.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens a supported Facebook dialog.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessToken", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessToken property.

" - }, - { - "name": "getAppid", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the appid property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getExpirationDate", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the expirationDate property.

" - }, - { - "name": "getForceDialogAuth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the forceDialogAuth property.

" - }, - { - "name": "getLoggedIn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the loggedIn property.

" - }, - { - "name": "getPermissions", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the permissions property.

" - }, - { - "name": "getUid", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the uid property.

" - }, - { - "name": "logout", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Clears the OAuth accessToken and logs out the user.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "request", - "isInternal": false, - "parameters": [ - { - "name": "method", - "usage": "required", - "type": "String", - "description": "

The REST API method to call.

" - }, - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

A dictionary object for setting parameters required by the call, if any.\nSee Code Examples.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback to invoke when the request completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes a request to the legacy Facebook REST API.

" - }, - { - "name": "requestWithGraphPath", - "isInternal": false, - "parameters": [ - { - "name": "path", - "usage": "required", - "type": "String", - "description": "

Graph API path to request.

" - }, - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

A dictionary object for setting parameters required by the call, if any.
\nSee Code Examples.

" - }, - { - "name": "httpMethod", - "usage": "required", - "type": "String", - "description": "

The HTTP method (GET/POST/DELETE) to use for the call.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback to invoke when the request completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes a Facebook Graph API request.

" - }, - { - "name": "setAccessToken", - "isInternal": false, - "parameters": [ - { - "name": "accessToken", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessToken property.

" - }, - { - "name": "setAppid", - "isInternal": false, - "parameters": [ - { - "name": "appid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the appid property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setExpirationDate", - "isInternal": false, - "parameters": [ - { - "name": "expirationDate", - "usage": "required", - "type": "Date", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the expirationDate property.

" - }, - { - "name": "setForceDialogAuth", - "isInternal": false, - "parameters": [ - { - "name": "forceDialogAuth", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the forceDialogAuth property.

" - }, - { - "name": "setLoggedIn", - "isInternal": false, - "parameters": [ - { - "name": "loggedIn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the loggedIn property.

" - }, - { - "name": "setPermissions", - "isInternal": false, - "parameters": [ - { - "name": "permissions", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the permissions property.

" - }, - { - "name": "setUid", - "isInternal": false, - "parameters": [ - { - "name": "uid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the uid property.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "events": [ - { - "name": "login", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "cancelled", - "deprecated": false, - "type": "", - "description": "

Indicates if the user canceled the login request by closing the dialog.

" - }, - { - "name": "data", - "deprecated": false, - "type": "", - "description": "

Data returned by Facebook when we query for the UID (using graph path \"me\")\nafter a successful login. Data is in JSON format, and includes information \nsuch as user name, locale and gender.

" - }, - { - "name": "error", - "deprecated": false, - "type": "", - "description": "

Error message, if request failed.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates if the login was successful.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "uid", - "deprecated": false, - "type": "String", - "description": "

User ID returned by Facebook if the login was successful.

" - } - ], - "description": "

Fired at session login.

" - }, - { - "name": "logout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired at session logout.

" - } - ] - }, - { - "name": "CloudSocialIntegrationsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - }, - { - "name": "users", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of users objects, if any exist.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.BlobStream", - "description": "

Wrapper around Titanium.Blob that implements the Titanium.IOStream interface.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Use the Titanium.Stream.createStream method to create a BlobStream instance from a\nBlob.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes this stream.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "isReadable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if stream is readable, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether this stream is readable.

" - }, - { - "name": "isWriteable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if stream is writeable, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether this stream is writeable.

" - }, - { - "name": "read", - "isInternal": false, - "parameters": [ - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to read stream data into.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset into the buffer to start writing stream data.\nIf specified, length must also be specified.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Maximum number of bytes to read.\nIf specified, offset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number of bytes read.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Reads data from this stream into a buffer.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "write", - "isInternal": false, - "parameters": [ - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to write to this stream.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset in the buffer of the first byte to write to the stream.\nIf specified, length must also be specified.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Maximum number of bytes to write to the stream.\nIf specified, offset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number of bytes written.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Writes data from a buffer to this stream.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.ListViewStyle", - "description": "

A set of constants for the style that can be used for the style property of \nTitanium.UI.ListView.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "GROUPED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A list view whose sections present distinct groups of rows. The section headers and footers \ndo not float.

" - }, - { - "name": "PLAIN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A plain list view. Any section headers or footers are displayed as inline separators and \nfloat when the list view is scrolled.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Cloud.Checkins", - "description": "

Provides methods for accessing ACS checkins.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates a checkin and checks the response.

\n
Cloud.Checkins.create({\n    place_id: myPlaceId,\n    message: 'What a great view!',\n    photo: Titanium.Filesystem.getFile('photo.jpg')\n}, function (e) {\n    if (e.success) {\n        var checkin = e.checkins[0];\n        alert('Success:\\n' +\n            'id: ' + checkin.id + '\\n' +\n            'place: ' + checkin.place.name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create a Checkin" - }, - { - "code": "

This example requests information about checkins and checks the response.

\n
Cloud.Checkins.query({\n    page: 1,\n    per_page: 20,\n    order: '-updated_at'\n}, function (e) {\n    if (e.success) {\n        for (var i = 0; i < e.checkins.length; i++) {\n            var checkin = e.checkins[i];\n            alert('Success:\\n' +\n               'id: ' + checkin.id + '\\n' +\n               'place: ' + checkin.place.name + '\\n' +\n               'updated_at: ' + checkin.updated_at + '\\n' +\n               'user: ' + checkin.user.first_name + ' ' + checkin.user.last_name);\n         }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Query for Checkins" - }, - { - "code": "

This example requests information about a checkin and checks the response.

\n
Cloud.Checkins.show({\n    checkin_id: myCheckinId\n}, function (e) {\n    if (e.success) {\n        var checkin = e.checkins[0];\n        alert('Success:\\n' +\n            'id: ' + checkin.id + '\\n' +\n            'place: ' + checkin.place.name + '\\n' +\n            'updated_at: ' + checkin.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show Checkin" - }, - { - "code": "

This example deletes a checkin and checks the response.

\n
Cloud.Checkins.remove({\n    checkin_id: myCheckinId\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove Checkin" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Check in to a place or event.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "query", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of checkins with sorting and pagination.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Delete a checkin.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a checkin.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Media.AudioPlayer", - "description": "

An audio player object used for streaming audio to the device, and low-level control of the audio playback.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

The following example demonstrates using the AudioPlayer object to stream audio.

\n
var win = Titanium.UI.createWindow({  \n    title:'Audio Test',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar startStopButton = Titanium.UI.createButton({\n    title:'Start/Stop Streaming',\n    top:10,\n    width:200,\n    height:40\n});\n\nvar pauseResumeButton = Titanium.UI.createButton({\n    title:'Pause/Resume Streaming',\n    top:10,\n    width:200,\n    height:40,\n    enabled:false\n});\n\nwin.add(startStopButton);\nwin.add(pauseResumeButton);\n\n// allowBackground: true on Android allows the \n// player to keep playing when the app is in the \n// background.\nvar audioPlayer = Ti.Media.createAudioPlayer({ \n    url: 'www.example.com/podcast.mp3',\n    allowBackground: true\n});\n\nstartStopButton.addEventListener('click',function() {\n    // When paused, playing returns false.\n    // If both are false, playback is stopped.\n    if (audioPlayer.playing || audioPlayer.paused)\n    {\n        audioPlayer.stop();\n        pauseResumeButton.enabled = false;\n        if (Ti.Platform.name === 'android')\n        { \n            audioPlayer.release();\n        }   \n    }\n    else\n    {\n        audioPlayer.start();\n        pauseResumeButton.enabled = true;\n    }\n});\n\npauseResumeButton.addEventListener('click', function() {\n    if (audioPlayer.paused) {\n        audioPlayer.start();\n    }\n    else {\n        audioPlayer.pause();\n    }\n});\n\naudioPlayer.addEventListener('progress',function(e) {\n    Ti.API.info('Time Played: ' + Math.round(e.progress) + ' milliseconds');\n});\n\naudioPlayer.addEventListener('change',function(e)\n{\n    Ti.API.info('State: ' + e.description + ' (' + e.state + ')');\n});\n\nwin.addEventListener('close',function() {\n    audioPlayer.stop();\n    if (Ti.Platform.osname === 'android')\n    { \n        audioPlayer.release();\n    }\n});\n\nwin.open();\n
", - "name": "Audio Streaming" - } - ], - "remarks": [ - "

On Android, when you are done playing a given audio file, you must call the \nrelease method to stop buffering audio data and \nrelease associated system resources.

\n

On iOS, you can control how the audio stream interacts with other system sounds\nby setting Titanium.Media.audioSessionMode.

\n

Use the Titanium.Media.createAudioPlayer method to create an audio player.

" - ], - "properties": [ - { - "name": "STATE_BUFFERING", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio data is being buffered from the network.

" - }, - { - "name": "STATE_INITIALIZED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio playback is being initialized.

" - }, - { - "name": "STATE_PAUSED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Playback is paused.

" - }, - { - "name": "STATE_PLAYING", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio playback is active.

" - }, - { - "name": "STATE_STARTING", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio playback is starting.

" - }, - { - "name": "STATE_STOPPED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio playback is stopped.

" - }, - { - "name": "STATE_STOPPING", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio playback is stopping.

" - }, - { - "name": "STATE_WAITING_FOR_DATA", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Player is waiting for audio data from the network.

" - }, - { - "name": "STATE_WAITING_FOR_QUEUE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Player is waiting for audio data to fill the queue.

" - }, - { - "name": "allowBackground", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean to indicate if audio should continue playing even if the associated\nAndroid Activity is paused.

" - }, - { - "name": "autoplay", - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if an audio should automatically start playback.

" - }, - { - "name": "bitRate", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Bit rate of the current playback stream.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "bufferSize", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the buffer used for streaming, in bytes.

" - }, - { - "name": "idle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean indicating if the player is idle.

" - }, - { - "name": "paused", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean indicating if audio playback is paused.

" - }, - { - "name": "playing", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean indicating if audio is currently playing.

" - }, - { - "name": "progress", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current playback progress, in milliseconds.

" - }, - { - "name": "state", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current state of playback, specified using one of the STATE constants defined on this object.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

URL for the audio stream.

" - }, - { - "name": "volume", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Volume of the audio, from 0.0 (muted) to 1.0 (loudest).

" - }, - { - "name": "waiting", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean indicating if the playback is waiting for audio data from the network.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAllowBackground", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allowBackground property.

" - }, - { - "name": "getAutoplay", - "isInternal": false, - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autoplay property.

" - }, - { - "name": "getBitRate", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bitRate property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getBufferSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bufferSize property.

" - }, - { - "name": "getIdle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the idle property.

" - }, - { - "name": "getPaused", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of the paused property.

" - }, - { - "name": "getPlaying", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of the playing property.

" - }, - { - "name": "getProgress", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the progress property.

" - }, - { - "name": "getState", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the state property.

" - }, - { - "name": "getUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the url property.

" - }, - { - "name": "getVolume", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the volume property.

" - }, - { - "name": "getWaiting", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the waiting property.

" - }, - { - "name": "isPaused", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of the paused property.

" - }, - { - "name": "isPlaying", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of the playing property.

" - }, - { - "name": "pause", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Pauses audio playback.

" - }, - { - "name": "play", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts or resumes audio playback.

" - }, - { - "name": "release", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stops buffering audio data and releases audio resources.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBitRate", - "isInternal": false, - "parameters": [ - { - "name": "bitRate", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bitRate property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setBufferSize", - "isInternal": false, - "parameters": [ - { - "name": "bufferSize", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bufferSize property.

" - }, - { - "name": "setPaused", - "isInternal": false, - "parameters": [ - { - "name": "paused", - "usage": "required", - "type": "Boolean", - "description": "

Pass true to pause the current playback temporarily, false to unpause it.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the paused property.

" - }, - { - "name": "setUrl", - "isInternal": false, - "parameters": [ - { - "name": "url", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the url property.

" - }, - { - "name": "setVolume", - "isInternal": false, - "parameters": [ - { - "name": "volume", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the volume property.

" - }, - { - "name": "start", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts or resumes audio playback.

" - }, - { - "name": "stateDescription", - "isInternal": false, - "parameters": [ - { - "name": "state", - "usage": "required", - "type": "Number", - "description": "

State value to convert.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Converts a state value into a text description\nsuitable for display.

" - }, - { - "name": "stop", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stops audio playback.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [ - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "description", - "deprecated": false, - "type": "", - "description": "

Text description of the state of playback.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "state", - "deprecated": false, - "type": "Number", - "description": "

Current state of playback, specified using one of the STATE constants defined on this object.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the state of the playback changes.

" - }, - { - "name": "progress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "progress", - "deprecated": false, - "type": "", - "description": "

Current progress, in milliseconds.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired once per second with the current progress during playback.

" - } - ] - }, - { - "name": "Titanium.UI.iPad", - "description": "

iPad specific UI capabilities.

", - "userAgents": [ - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

All properties, methods and events in this namespace will only work on the Apple iPad devices.

\n

For iPad UI programming guidelines, please review the [iPad Human Interface Guidelines]\n(http://developer.apple.com/iphone/library/documentation/General/Conceptual/iPadHIG/Introduction/Introduction.html).

" - ], - "properties": [ - { - "name": "POPOVER_ARROW_DIRECTION_ANY", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

An arrow that points in any direction.

" - }, - { - "name": "POPOVER_ARROW_DIRECTION_DOWN", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

An arrow that points downward.

" - }, - { - "name": "POPOVER_ARROW_DIRECTION_LEFT", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

An arrow that points toward the left.

" - }, - { - "name": "POPOVER_ARROW_DIRECTION_RIGHT", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

An arrow that points toward the right.

" - }, - { - "name": "POPOVER_ARROW_DIRECTION_UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The status of the arrow is currently unknown.

" - }, - { - "name": "POPOVER_ARROW_DIRECTION_UP", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

An arrow that points upward.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createDocumentViewer", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.iPad.DocumentViewer", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.iPad.DocumentViewer except those marked not-creation or read-only.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.iPad.DocumentViewer", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.iPad.DocumentViewer. Deprecated since 3.0.0. Use Titanium.UI.iOS.DocumentViewer instead.

" - }, - { - "name": "createPopover", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.iPad.Popover", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.iPad.Popover except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.iPad.Popover", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.iPad.Popover.

" - }, - { - "name": "createSplitWindow", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.iPad.SplitWindow", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.iPad.SplitWindow except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.iPad.SplitWindow", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.iPad.SplitWindow.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "SuccessResponse", - "description": "

Properties used in any event or callback which needs to report a success.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded. Returns true.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudChatsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "chats", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of chats objects, if any exist.

" - }, - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudEventsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "events", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of event objects, if any exist.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "BarItemType", - "description": "

Object describing a button bar or tabbed bar item.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

A button bar or tabbed bar item can have an image or a title, but not both. \nButtons with images and buttons with text can be mixed in the same bar, however.

\n

If both image and title properties are specified for a given item, the image property \ntakes precedence and the title property is ignored.

" - ], - "properties": [ - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label associated with the bar item for the device's accessibility service.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the button is enabled initially.

" - }, - { - "name": "image", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Button icon. If specified, takes precedence over title.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Button title, used if no image is specified.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Width for this button.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Media.Android", - "description": "

Android-specific media-related functionality.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "scanMediaFiles", - "isInternal": false, - "parameters": [ - { - "name": "paths", - "usage": "required", - "type": "Array", - "description": "

Array of paths to the files you want to scan.

" - }, - { - "name": "mimeTypes", - "usage": "required", - "type": "Array", - "description": "

Array of MIME types for the files in the paths parameter. If null, MIME type will \nbe inferred from the file names.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to call when each file is done being scanned.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Scans newly created or downloaded media files to make them available to other\nAndroid media providers, such as the Gallery.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setSystemWallpaper", - "isInternal": false, - "parameters": [ - { - "name": "image", - "usage": "required", - "type": "Titanium.Blob", - "description": "

Image to use as the wallpaper, as a Blob object.

" - }, - { - "name": "scale", - "usage": "required", - "type": "Boolean", - "description": "

If true, the image is scaled to fit the width of the system wallpaper. If\nfalse, the image is not scaled.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Set the system homescreen wallpaper.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7.0" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Android.Calendar", - "description": "

The Android.Calendar module provides proxies and methods for accessing the native Android \ncalendar functionality.\n Deprecated since 3.1.1.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

Print the names of all calendars known to Android, and the names of calendars that \nhave been selected in the native Android calendar application.

\n
function showCalendars(calendars) {\n    for (var i = 0; i < calendars.length; i++) {\n        Ti.API.info(calendars[i].name);\n    }\n}\n\nTi.API.info('ALL CALENDARS:');\nshowCalendars(Ti.Android.Calendar.allCalendars);\nTi.API.info('SELECTABLE CALENDARS:');\nshowCalendars(Ti.Android.Calendar.selectableCalendars);\n
", - "name": "All Calendars vs Selectable Calendars" - }, - { - "code": "

Create a picker to allow an existing calendar to be selected and, when a button is clicked, \ngenerate details of all events in that calendar for the current year .

\n
var calendars = [];\nvar selectedCalendarName;\nvar selectedCalendarId;\nvar pickerData = [];\n\nvar win = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  layout: 'vertical',\n  title: 'Calendar Demo'\n});\n\nvar scrollView = Ti.UI.createScrollView({\n  backgroundColor: '#eee',\n  height: 500,\n  top: 20\n});\n\nvar label = Ti.UI.createLabel({\n  backgroundColor: 'white',\n  text: 'Click on the button to display the events for the selected calendar',\n  textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER,\n  top: 20\n});\nscrollView.add(label);\n\nvar selectableCalendars = Ti.Android.Calendar.selectableCalendars;\nfor (var i = 0, ilen = selectableCalendars.length; i < ilen; i++) {\n  calendars.push({ name: selectableCalendars[i].name, id: selectableCalendars[i].id });\n  pickerData.push( Ti.UI.createPickerRow({ title: calendars[i].name }) );\n  if(i === 0){\n    selectedCalendarName = selectableCalendars[i].name;\n    selectedCalendarId = selectableCalendars[i].id;\n  }\n}\nvar selectableCalendars = null;\n\nif(!calendars.length){\n  label.text = 'No calendars available. Select at least one in the native calendar before using this app';\n} else {\n  label.text = 'Click button to view calendar events';\n\n  var picker = Ti.UI.createPicker({\n    top:20\n  });\n\n  picker.add(pickerData);\n  win.add(picker);\n\n  picker.addEventListener('change', function(e){\n    for (var i = 0, ilen = calendars.length; i < ilen; i++) {\n      if(calendars[i].name === e.row.title){\n        selectedCalendarName = calendars[i].name;\n        selectedCalendarId = calendars[i].id;\n      }\n    }\n  });\n\n  var button = Ti.UI.createButton({\n    title: 'View events',\n    top: 20\n  });\n  win.add(button);\n\n  button.addEventListener('click', function(e){\n    label.text = 'Generating...';\n\n    var currentYear = new Date().getFullYear();\n\n    var consoleString = '';\n\n    function print(s) {\n      if (consoleString.length) {\n        consoleString = consoleString + '\\n';\n      }\n      consoleString = consoleString + s;\n    }\n\n    var calendar = Ti.Android.Calendar.getCalendarById(selectedCalendarId);\n\n    function printReminder(r) {\n      var typetext = '[method unknown]';\n      if (r.method == Ti.Android.Calendar.METHOD_EMAIL) {\n        typetext = 'Email';\n      } else if (r.method == Ti.Android.Calendar.METHOD_SMS) {\n        typetext = 'SMS';\n      } else if (r.method == Ti.Android.Calendar.METHOD_ALERT) {\n        typetext = 'Alert';\n      } else if (r.method == Ti.Android.Calendar.METHOD_DEFAULT) {\n        typetext = '[default reminder method]';\n      }\n      print(typetext + ' reminder to be sent ' + r.minutes + ' minutes before the event');\n    }\n\n    function printAlert(a) {\n      print('Alert id ' + a.id + ' begin ' + a.begin + '; end ' + a.end + '; alarmTime ' + a.alarmTime + '; minutes ' + a.minutes);\n    }\n\n    function printEvent(event) {\n      if (event.allDay) {\n        print('Event: ' + event.title + '; ' + event.begin.toLocaleDateString() + ' (all day)');\n      } else {\n        print('Event: ' + event.title + '; ' + event.begin.toLocaleDateString() + ' ' + event.begin.toLocaleTimeString()+ '-' + event.end.toLocaleTimeString());\n      }\n\n      var reminders = event.reminders;\n      if (reminders && reminders.length) {\n        print('There is/are ' + reminders.length + ' reminder(s)');\n        for (var i = 0; i < reminders.length; i++) {\n          printReminder(reminders[i]);\n        }\n      }\n\n      print('hasAlarm? ' + event.hasAlarm);\n      var alerts = event.alerts;\n      if (alerts && alerts.length) {\n        for (var i = 0; i < alerts.length; i++) {\n          printAlert(alerts[i]);\n        }\n      }\n\n      var status = event.status;\n      if (status == Ti.Android.Calendar.STATUS_TENTATIVE) {\n        print('This event is tentative');\n      }\n      if (status == Ti.Android.Calendar.STATUS_CONFIRMED) {\n        print('This event is confirmed');\n      }\n      if (status == Ti.Android.Calendar.STATUS_CANCELED) {\n        print('This event was canceled');\n      }\n    }\n\n    var events = calendar.getEventsInYear(currentYear);\n    if (events && events.length) {\n      print(events.length + ' event(s) in ' + currentYear);\n      print('');\n      for (var i = 0; i < events.length; i++) {\n        printEvent(events[i]);\n        print('');\n      }\n    } else {\n      print('No events');\n    }\n\n    label.text = consoleString;\n  });\n}\n\nwin.add(scrollView);\n\nwin.open();\n
", - "name": "Events in a year" - }, - { - "code": "

Creates an event and adds an e-mail reminder for 10 minutes before the event.

\n
var CALENDAR_TO_USE = 3;\nvar calendar = Ti.Android.Calendar.getCalendarById(CALENDAR_TO_USE);\n\n// Create the event\nvar eventBegins = new Date(2010, 11, 26, 12, 0, 0);\nvar eventEnds = new Date(2010, 11, 26, 14, 0, 0);\nvar details = {\n    title: 'Do some stuff',\n    description: \"I'm going to do some stuff at this time.\",\n    begin: eventBegins,\n    end: eventEnds\n};\n\nvar event = calendar.createEvent(details);\n\n// Now add a reminder via e-mail for 10 minutes before the event.\nvar reminderDetails = {\n    minutes: 10,\n    method: Ti.Android.Calendar.METHOD_EMAIL\n};\nevent.createReminder(reminderDetails);\n
", - "name": "Create an Event and Reminder" - } - ], - "remarks": [ - "

This module supports retrieving information about existing events and creating new events.
\nHowever, modifying or deleting existing events is not yet supported.
\nAdditionally, recurring events are not yet supported.

\n

Currently, calendar permissions must be explicitly configured in tiapp.xml in order to access the\ncalendar. See \"Common Requirements\" in\ntiapp.xml and timodule.xml Reference.

" - ], - "properties": [ - { - "name": "METHOD_ALERT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Reminder alert delivery method.

" - }, - { - "name": "METHOD_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Reminder default delivery method.

" - }, - { - "name": "METHOD_EMAIL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Reminder email delivery method.

" - }, - { - "name": "METHOD_SMS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Reminder SMS delivery method.

" - }, - { - "name": "STATE_DISMISSED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Alert dismissed state.

" - }, - { - "name": "STATE_FIRED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Alert fired state.

" - }, - { - "name": "STATE_SCHEDULED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Alert scheduled status.

" - }, - { - "name": "STATUS_CANCELED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event canceled status.

" - }, - { - "name": "STATUS_CONFIRMED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event confirmed status.

" - }, - { - "name": "STATUS_TENTATIVE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event tentative status.

" - }, - { - "name": "VISIBILITY_CONFIDENTIAL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event confidential visibility.

" - }, - { - "name": "VISIBILITY_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event default visibility.

" - }, - { - "name": "VISIBILITY_PRIVATE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event private visibility.

" - }, - { - "name": "VISIBILITY_PUBLIC", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event public visibility.

" - }, - { - "name": "allAlerts", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

All alerts in selected calendars.

" - }, - { - "name": "allCalendars", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

All calendars known to the native calendar app.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "selectableCalendars", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

All calendars selected within the native calendar app, which may be a subset of allCalendars.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAllAlerts", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allAlerts property.

" - }, - { - "name": "getAllCalendars", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allCalendars property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCalendarById", - "isInternal": false, - "parameters": [ - { - "name": "id", - "usage": "required", - "type": "Number", - "description": "

Integer identifier of the calendar.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Calendar.Calendar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the calendar with the specified identifier.

" - }, - { - "name": "getSelectableCalendars", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectableCalendars property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Analytics", - "description": "

Used for transmitting developer-defined Analytics events to the Appcelerator Analytics product.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

This example shows how to send a feature event during an application session to indicate \nsome feature that you would like to track was used.

\n
Titanium.Analytics.featureEvent('app.feature.blah');\n
\n

In this case, the Analytics product would show statistics about how many times the\n'app.feature.blah' event was generated.

", - "name": "Custom Feature Event" - } - ], - "remarks": [ - "

The analytics module can be used to supply additional context or application-specific \ninformation which can then be accessed during analysis using Analytics.

\n

Use the featureEvent method to generate custom\nevents that you can view through the Analytics product. You can specify a name for \nthe feature event which is visible through Analytics.

\n

NOTE The analytics module lets you transmit some data that is stored, but \nnot made accessible through the Analytics UI. To access this data, you must\nsign up for the optional raw data export service.

\n

The following types of data are stored but not made available through the Analytics UI:

\n\n

Viewing navigation events in the Analytics UI will be supported in a future version \nof the Analytics product. There is no plan to support the other event types, and they \nshould not be used.

\n

See also Ti\nAnalytics\nin the Titanium Mobile Guides.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "lastEvent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

JSON representation of the last analytics event generated.

" - } - ], - "functions": [ - { - "name": "addEvent", - "isInternal": false, - "parameters": [ - { - "name": "type", - "usage": "required", - "type": "String", - "description": "

Event type.

" - }, - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Event name.

" - }, - { - "name": "data", - "usage": "optional", - "type": "Object", - "description": "

Extra data related to the event. Must be serializable as JSON.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sends a generic event for this application session.\nNot displayed in Analytics UI.\n Deprecated since 2.0.0.

" - }, - { - "name": "featureEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Event name, displayed in Analytics UI.

" - }, - { - "name": "data", - "usage": "optional", - "type": "Object", - "description": "

Extra data related to the event, not displayed in Analytics UI. \nThe object must be serializable as JSON.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sends a feature event for this application session.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getLastEvent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastEvent property.

" - }, - { - "name": "navEvent", - "isInternal": false, - "parameters": [ - { - "name": "from", - "usage": "required", - "type": "String", - "description": "

String describing the location the user navigated from.

" - }, - { - "name": "to", - "usage": "required", - "type": "String", - "description": "

String describing the location the user navigated to.

" - }, - { - "name": "name", - "usage": "optional", - "type": "String", - "description": "

Event name.

" - }, - { - "name": "data", - "usage": "optional", - "type": "Object", - "description": "

Extra data related to the event. The object must be serializable as JSON.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sends a navigation event for this application session. \nNot displayed in Analytics UI.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "settingsEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Event name.

" - }, - { - "name": "data", - "usage": "optional", - "type": "Object", - "description": "

Extra data related to the event. Must be serializable as JSON.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sends a settings event for this application session.\nNot displayed in Analytics UI.\n Deprecated since 2.0.0.

" - }, - { - "name": "timedEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Event name.

" - }, - { - "name": "start", - "usage": "required", - "type": "Date", - "description": "

Event start as a Date object.

" - }, - { - "name": "stop", - "usage": "required", - "type": "Date", - "description": "

Event end as a Date object.

" - }, - { - "name": "duration", - "usage": "required", - "type": "Number", - "description": "

Event duration.

" - }, - { - "name": "data", - "usage": "optional", - "type": "Object", - "description": "

Extra data related to the event. Must be serializable as JSON.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Send a timed event for this application session.\nNot displayed in Analytics UI.\n Deprecated since 2.0.0.

" - }, - { - "name": "userEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Event name.

" - }, - { - "name": "data", - "usage": "optional", - "type": "Object", - "description": "

Extra data related to the event. Must be serializable as JSON.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sends a user event for this application session. Not displayed in Analytics UI. Deprecated since 2.0.0.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "ContactsAuthorizationResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0 if success is true.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "hideStatusBarParams", - "description": "

Dictionary of options for the Titanium.UI.iPhone.hideStatusBar method.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to animate the dialog as it is hidden.

" - }, - { - "name": "animationStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the animation.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudACLsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "acls", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of ACL objects, if any exist.

" - }, - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.EmailDialog", - "description": "

An email dialog is a modal window that allows users to compose and send an email.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

Create and send an email with a file attachment.

\n
var emailDialog = Ti.UI.createEmailDialog()\nemailDialog.subject = \"Hello from Titanium\";\nemailDialog.toRecipients = ['foo@yahoo.com'];\nemailDialog.messageBody = '<b>Appcelerator Titanium Rocks!</b>';\nvar f = Ti.Filesystem.getFile('cricket.wav');\nemailDialog.addAttachment(f);\nemailDialog.open();\n
", - "name": "Simple Email Dialog with Attachment" - }, - { - "code": "

Previous example as an Alloy view.

\n

emaildialog.xml:

\n
<Alloy>\n    <EmailDialog id=\"emailDialog\" subject=\"Hello from Titanium\" messageBody=\"<b>Appcelerator Titanium Rocks!</b>\" />\n</Alloy>\n
\n

emaildialog.js:

\n
$.emailDialog.toRecipients = ['foo@yahoo.com'];\nvar f = Ti.Filesystem.getFile('cricket.wav');\n$.emailDialog.addAttachment(f);\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The Email Dialog is created by Titanium.UI.createEmailDialog.

\n

On Mobile Web and Tizen, the to addresses, cc addresses, bcc addresses, subject, and body are \nappended together and formatted into a mailto: URL. This URL typically has a limit of \napproximately 2000 characters.

" - ], - "properties": [ - { - "name": "CANCELLED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for the CANCELLED status result. On Android, this property exists but is not used.

" - }, - { - "name": "FAILED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for the FAILED status result.

" - }, - { - "name": "SAVED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for the SAVED status result. On Android, this property exists but is not used.

" - }, - { - "name": "SENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for the SENT status result.

" - }, - { - "name": "barColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Bar color of the email dialog window, as a color name or hex triplet.

" - }, - { - "name": "bccRecipients", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Recipients of the email included via the BCC (Blind Carbon Copy) field.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "ccRecipients", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Recipients of the email included via the CC (Carbon Copy) field.

" - }, - { - "name": "html", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the email message, specifically the contents of \nmessageBody, should be sent as HTML content type \nrather than plain text.

" - }, - { - "name": "messageBody", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Email message body.

" - }, - { - "name": "subject", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Subject line for the email.

" - }, - { - "name": "toRecipients", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Recipients of the email included via the main TO field.

" - } - ], - "functions": [ - { - "name": "addAttachment", - "isInternal": false, - "parameters": [ - { - "name": "attachment", - "usage": "required", - "type": "Titanium.Blob", - "description": "

Attachment to include in the email.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds an attachment.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBarColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the barColor property.

" - }, - { - "name": "getBccRecipients", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bccRecipients property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCcRecipients", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ccRecipients property.

" - }, - { - "name": "getHtml", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the html property.

" - }, - { - "name": "getMessageBody", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the messageBody property.

" - }, - { - "name": "getSubject", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the subject property.

" - }, - { - "name": "getToRecipients", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the toRecipients property.

" - }, - { - "name": "isSupported", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether sending email is supported by the system.

" - }, - { - "name": "open", - "isInternal": false, - "parameters": [ - { - "name": "properties", - "usage": "required", - "type": "Object", - "description": "

Animation properties. Set animated Boolean property to true to animate dialog \non open. (iPhone, iPad only)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens this email dialog.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBarColor", - "isInternal": false, - "parameters": [ - { - "name": "barColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the barColor property.

" - }, - { - "name": "setBccRecipients", - "isInternal": false, - "parameters": [ - { - "name": "bccRecipients", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bccRecipients property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCcRecipients", - "isInternal": false, - "parameters": [ - { - "name": "ccRecipients", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ccRecipients property.

" - }, - { - "name": "setHtml", - "isInternal": false, - "parameters": [ - { - "name": "html", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the html property.

" - }, - { - "name": "setMessageBody", - "isInternal": false, - "parameters": [ - { - "name": "messageBody", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the messageBody property.

" - }, - { - "name": "setSubject", - "isInternal": false, - "parameters": [ - { - "name": "subject", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the subject property.

" - }, - { - "name": "setToRecipients", - "isInternal": false, - "parameters": [ - { - "name": "toRecipients", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the toRecipients property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [ - { - "name": "complete", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

Error code.\nError code will be 0 if success is true, nonzero otherwise. If the error\nwas generated by the operating system, that system's error value is used.\nOtherwise, this value will be -1.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

Error message, if any returned. Will be undefined if success is true.

" - }, - { - "name": "result", - "deprecated": false, - "type": "Number", - "description": "

Status of the email send process. One of SENT, \nFAILED, SAVED (iOS only) \nor CANCELLED (iOS only).

\n

Note that on Android this property will return SENT when the user discards or saves \na message.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates if the email was handled successfully.\nReturns true if request succeeded, false otherwise. Note that emails being\ndeleted or saved for later do count as success.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when this email dialog has completed sending an email.

" - } - ] - }, - { - "name": "Titanium.XML.Node", - "description": "

A single node in the Document tree.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Implements the DOM Level 2 API \non Android and iOS. Exposes the \nDOM Level 3 API \nimplementation on Mobile Web. For full property and method description, see the W3C specifications.

\n

Note that on iOS, only Element nodes are mutable. This means\nthat the methods appendChild, insertBefore, removeChild, and\nreplaceChild only work on Element objects. If one of these methods is called on\nanother type of node, it throws an exception.

" - ], - "properties": [ - { - "name": "ATTRIBUTE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nAttr node.
\n

" - }, - { - "name": "CDATA_SECTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nCDATASection node.
\n

" - }, - { - "name": "COMMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nComment node.
\n

" - }, - { - "name": "DOCUMENT_FRAGMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentFragment node.
\n

" - }, - { - "name": "DOCUMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocument node.
\n

" - }, - { - "name": "DOCUMENT_TYPE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentType node.
\n

" - }, - { - "name": "ELEMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nElement node.
\n

" - }, - { - "name": "ENTITY_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntity node.
\n

" - }, - { - "name": "ENTITY_REFERENCE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntityReference node.
\n

" - }, - { - "name": "NOTATION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nNotation node.
\n

" - }, - { - "name": "PROCESSING_INSTRUCTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nProcessingInstruction node.
\n

" - }, - { - "name": "TEXT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nText node.
\n

" - }, - { - "name": "attributes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A map of this node's attributes.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "childNodes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NodeList", - "isClassProperty": false, - "description": "

A Titanium.XML.NodeList of this node's children.

" - }, - { - "name": "firstChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's first child.

" - }, - { - "name": "lastChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's last child.

" - }, - { - "name": "localName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local part of the qualified name of this node.

" - }, - { - "name": "namespaceURI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace URI of this node.

" - }, - { - "name": "nextSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's next sibling.

" - }, - { - "name": "nodeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this node.

" - }, - { - "name": "nodeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

This node's type. One of ELEMENT_NODE, ATTRIBUTE_NODE, TEXT_NODE, CDATA_SECTION_NODE,\nENTITY_REFERENCE_NODE, ENTITY_NODE, PROCESSING_INSTRUCTION_NODE, COMMENT_NODE,\nDOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE, NOTATION_NODE.

" - }, - { - "name": "nodeValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of this node.

" - }, - { - "name": "ownerDocument", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

This node's owning document.

" - }, - { - "name": "parentNode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's parent node.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace prefix of this node.

" - }, - { - "name": "previousSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's previous sibling.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.\n Deprecated since 2.0.0. Use textContent instead.

" - }, - { - "name": "textContent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "appendChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Newly-appended node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the node newChild as a child of this node.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cloneNode", - "isInternal": false, - "parameters": [ - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

Whether or not to perform a deep copy of this node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Cloned node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a duplicate of this node.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the attributes property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the childNodes property.

" - }, - { - "name": "getFirstChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstChild property.

" - }, - { - "name": "getLastChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastChild property.

" - }, - { - "name": "getLocalName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the localName property.

" - }, - { - "name": "getNamespaceURI", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the namespaceURI property.

" - }, - { - "name": "getNextSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nextSibling property.

" - }, - { - "name": "getNodeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeName property.

" - }, - { - "name": "getNodeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeType property.

" - }, - { - "name": "getNodeValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeValue property.

" - }, - { - "name": "getOwnerDocument", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerDocument property.

" - }, - { - "name": "getParentNode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the parentNode property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getPreviousSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the previousSibling property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property. Deprecated since 2.0.0.

" - }, - { - "name": "getTextContent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textContent property.

" - }, - { - "name": "hasAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has attributes, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has attributes.

" - }, - { - "name": "hasChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has children, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has child nodes.

" - }, - { - "name": "insertBefore", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert.

" - }, - { - "name": "refChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert newChild before.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The inserted node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts the node newChild before the node refChild.

" - }, - { - "name": "isSupported", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

Name of the feature.

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

Version number of the feature.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if the feature is supported, false if it is not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tests whether the DOM implementation supports a specific feature.

" - }, - { - "name": "normalize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Normalizes text and attribute nodes in this node's child hierarchy.

" - }, - { - "name": "removeChild", - "isInternal": false, - "parameters": [ - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child node from this node.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node.

" - }, - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node being replaced.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces the node oldChild with the node newChild.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setLocalName", - "isInternal": false, - "parameters": [ - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the localName property.

" - }, - { - "name": "setNodeValue", - "isInternal": false, - "parameters": [ - { - "name": "nodeValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nodeValue property.

" - }, - { - "name": "setPrefix", - "isInternal": false, - "parameters": [ - { - "name": "prefix", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prefix property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Cloud.PhotoCollections", - "description": "

Provides methods for ACS photo collections.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates a new photo collection and checks the response.

\n
Cloud.PhotoCollections.create({\n    name: 'Party Pictures'\n}, function (e) {\n    if (e.success) {\n        var collection = e.collections[0];\n        alert('Success:\\n' +\n            'id: ' + collection.id + '\\n' +\n            'name: ' + collection.name + '\\n' +\n            'count: ' + collection.counts.total_photos + '\\n'\n            'updated_at: ' + collection.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create Photo Collection" - }, - { - "code": "

This example retrieves information about a photo collection and checks the response.

\n
Cloud.PhotoCollections.show({\n    collection_id: savedPhotoCollectionId\n}, function (e) {\n    if (e.success) {\n        var collection = e.collections[0];\n        alert('Success:\\n' +\n            'id: ' + collection.id + '\\n' +\n            'name: ' + collection.name + '\\n' +\n            'count: ' + collection.counts.total_photos + '\\n'\n            'updated_at: ' + collection.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show a Photo Collection" - }, - { - "code": "

This example searches for collections and checks the response.

\n
Cloud.PhotoCollections.search({\n    user_id: savedUserId\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.collections.length);\n        for (var i = 0; i < e.collections.length; i++) {\n            var collection = e.collections[i];\n            alert('Success:\\n' +\n                'id: ' + collection.id + '\\n' +\n                'name: ' + collection.name + '\\n' +\n                'count: ' + collection.counts.total_photos + '\\n'\n                'updated_at: ' + collection.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Search for Photo Collections" - }, - { - "code": "

This example requests a list of photo subcollections and checks the response.

\n
Cloud.PhotoCollections.showSubcollections({\n    page: 1,\n    per_page: 20,\n    collection_id: savedCollectionId\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.collections.length);\n        for (var i = 0; i < e.collections.length; i++) {\n            var collection = e.collections[i];\n            alert('Success:\\n' +\n                'id: ' + collection.id + '\\n' +\n                'name: ' + collection.name + '\\n' +\n                'count: ' + collection.counts.total_photos + '\\n'\n                'updated_at: ' + collection.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show Photo Subcollections" - }, - { - "code": "

This example requests a list of photos in a photo collections and checks the response.

\n
Cloud.PhotoCollections.showPhotos({\n    page: 1,\n    per_page: 20,\n    collection_id: savedCollectionId\n}, function (e) {\n    if (e.success) {\n        if (!e.photos) {\n            alert('Success: No photos');\n        } else {\n            alert('Success:\\n' +\n                'Count: ' + e.collections.length);\n            for (var i = 0; i < e.collections.length; i++) {\n                var collection = e.collections[i];\n                alert('Success:\\n' +\n                    'id: ' + collection.id + '\\n' +\n                    'name: ' + collection.name + '\\n' +\n                    'count: ' + collection.counts.total_photos + '\\n'\n                    'updated_at: ' + collection.updated_at);\n            }\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show Photo Collection Photos" - }, - { - "code": "

This example updates a photo collection and checks the response.

\n
Cloud.PhotoCollections.update({\n    collection_id: savedPhotoCollectionId,\n    cover_photo_id: savedPhotoId\n}, function (e) {\n    if (e.success) {\n        var collection = e.collections[0];\n        alert('Success:\\n' +\n            'id: ' + collection.id + '\\n' +\n            'name: ' + collection.name + '\\n' +\n            'count: ' + collection.counts.total_photos + '\\n'\n            'updated_at: ' + collection.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Update a Photo Collection" - }, - { - "code": "

This example deletes a photo collection and checks the response.

\n
Cloud.PhotoCollections.remove({\n    collection_id: savedPhotoCollectionId\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove a Photo Collection" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a photo collection.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Deletes an empty collection.

" - }, - { - "name": "search", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves a list of top-level collections owned by a user.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves details about a photo collection.

" - }, - { - "name": "showPhotos", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves photos in a collection.

" - }, - { - "name": "showSubCollections", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves a list of subcollections of a collection.

" - }, - { - "name": "update", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Updates a photo collection.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.API", - "description": "

The top-level API module, containing methods to output messages to the system log.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "debug", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "Array", - "description": "

Message to log. Accepts an array on iOS only.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Logs messages with a debug severity-level.

" - }, - { - "name": "error", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "Array", - "description": "

Message to log. Accepts an array on iOS only.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Logs messages with an error severity-level.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "info", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "Array", - "description": "

Message to log. Accepts an array on iOS only.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Logs messages with an info severity-level.

" - }, - { - "name": "log", - "isInternal": false, - "parameters": [ - { - "name": "level", - "usage": "required", - "type": "String", - "description": "

Log level. One of info, warn, error, debug and trace. If the value is not \nrecognized, an info-level message prefixed with the value is logged.

" - }, - { - "name": "message", - "usage": "required", - "type": "Array", - "description": "

Message to log. Accepts an array on iOS only.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Logs messages with the specified severity-level.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "timestamp", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "Array", - "description": "

Message to log. Accepts an array on iOS only.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Logs messages with a timestamp severity-level, prefixed with a timestamp float number \nrepresenting the number of seconds since January 1st, 2001.

" - }, - { - "name": "trace", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "Array", - "description": "

Message to log. Accepts an array on iOS only.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Logs messages with a trace severity-level.

" - }, - { - "name": "warn", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "Array", - "description": "

Message to log. Accepts an array on iOS only.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Logs messages with a warn severity-level.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "TableViewIndexEntry", - "description": "

A simple object that represents an index entry in a TableView.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "index", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Row index associated with this item.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title to display in the index bar for this item.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "FacebookRESTResponsev1", - "description": "

Argument passed to the REST API callback when a request completes (successfully\nor unsuccessfully).

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if request failed.

" - }, - { - "name": "method", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

REST method call you specified.

" - }, - { - "name": "result", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

JSON response returned by Facebook.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.ScrollIndicatorStyle", - "description": "

A set of constants for the styles available for scrollbars used with Titanium.UI.ScrollView.scrollIndicatorStyle and Titanium.UI.TableView.scrollIndicatorStyle properties.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "BLACK", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A style of indicator which is black smaller than the default style. This style is good \nagainst a white content background.

" - }, - { - "name": "DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The default style of scroll indicator, which is black with a white border. This style is \ngood against any content background.

" - }, - { - "name": "WHITE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A style of indicator is white and smaller than the default style. This style is good against \na black content background.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "MapLocationType", - "description": "

Simple object used as an argument to setLocation.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "animate", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Set to true to animate the move to the new location.

" - }, - { - "name": "latitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Latitude value for the center point of the map, in decimal degrees.

" - }, - { - "name": "latitudeDelta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The amount of north-to-south distance displayed on the map, measured in decimal degrees.

" - }, - { - "name": "longitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Longitude value for the center point of the map, in decimal degrees.

" - }, - { - "name": "longitudeDelta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The amount of east-to-west distance displayed on the map, measured in decimal degrees.

" - }, - { - "name": "regionFit", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If true, the specified region is modified to fit the aspect ratio of the\nmap view, while remaining centered on latitude,longitude.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Geolocation.Android.LocationProvider", - "description": "

Represents a source of location information, such as GPS.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

See Titanium.Geolocation.Android for details on using LocationProviders to \nmanually configure location updates.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "minUpdateDistance", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Don't send a location update unless the location has changed at least minUpdateDistance \nmeters since the previous update.

" - }, - { - "name": "minUpdateTime", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Limits the frequency of location updates to no more than one per minUpdateTime seconds.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Type of location provider: PROVIDER_GPS, \nPROVIDER_NETWORK, or \nPROVIDER_PASSIVE.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getMinUpdateDistance", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minUpdateDistance property.

" - }, - { - "name": "getMinUpdateTime", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minUpdateTime property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setMinUpdateDistance", - "isInternal": false, - "parameters": [ - { - "name": "minUpdateDistance", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the minUpdateDistance property.

" - }, - { - "name": "setMinUpdateTime", - "isInternal": false, - "parameters": [ - { - "name": "minUpdateTime", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the minUpdateTime property.

" - }, - { - "name": "setName", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the name property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.CoverFlowView", - "description": "

The cover flow view is a container showing animated three-dimensional images in a style\nconsistent with the cover flow presentation used for iPod, iTunes, and file browsing.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.CoverFlowView instead.\n

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

Create a simple cover flow view.

\n
var view = Titanium.UI.createCoverFlowView({\n    images:['a.png','b.png','c.png'],\n    backgroundColor:'#000'\n});\nwindow.add(view);\n
", - "name": "Simple 3 image cover flow example" - } - ], - "remarks": [ - "

Use the Titanium.UI.createCoverFlowView method to create a cover flow view.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "images", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of images to display in the view.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "selected", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index to make selected.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getImages", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - }, - { - "type": "Array", - "description": "" - }, - { - "type": "Array", - "description": "" - }, - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the images property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSelected", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selected property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setImage", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Index to add the image at.

" - }, - { - "name": "image", - "usage": "required", - "type": "String", - "description": "

Image to add at this index.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Changes the image for a specified index.

" - }, - { - "name": "setImages", - "isInternal": false, - "parameters": [ - { - "name": "images", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the images property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSelected", - "isInternal": false, - "parameters": [ - { - "name": "selected", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selected property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": true, - "events": [ - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the image that is now visible.

" - }, - { - "name": "previous", - "deprecated": false, - "type": "Number", - "description": "

Index of the previously-visible image.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the user changes the image using a gesture.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the image that is now visible.

" - }, - { - "name": "previous", - "deprecated": false, - "type": "Number", - "description": "

Index of the previously-visible image.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the user clicks on the view.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - } - ] - }, - { - "name": "Titanium.Cloud.Friends", - "description": "

Provides methods for accessing ACS friends.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example adds a friend and checks the response.

\n
Cloud.Friends.add({\n    user_ids: checked.join(\",\")\n}, function (e) {\n    if (e.success) {\n        alert('Friend(s) added');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Add a friend" - }, - { - "code": "

This example shows pending friend requests and checks the response.

\n
Cloud.Friends.requests(function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.friend_requests.length);\n        for (var i = 0; i < e.friend_requests.length; i++) {\n            var user = e.friend_requests[i].user;\n            alert('id: ' + user.id + '\\n' +\n                'first name: ' + user.first_name + '\\n' +\n                'last name: ' + user.last_name);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show friend requests" - }, - { - "code": "

This example approves pending friend requests and checks the response.

\n
Cloud.Friends.approve({\n    user_ids: checked.join(\",\")\n}, function (e) {\n    if (e.success) {\n        alert('Friend(s) approved');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Approve friend requests" - }, - { - "code": "

This example removes friends and checks the response.

\n
Cloud.Friends.remove({\n    user_ids: checked.join(\",\")\n}, function (e) {\n    if (e.success) {\n        alert('Friend(s) removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove friends" - }, - { - "code": "

This example requests information about particular friends and checks the response.

\n
Cloud.Friends.search({\n    user_id: searchID\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.users.length);\n        for (var i = 0; i < e.users.length; i++) {\n            var user = e.users[i];\n            alert('id: ' + user.id + '\\n' +\n                'first name: ' + user.first_name + '\\n' +\n                'last name: ' + user.last_name);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Search for friends" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Add friends to the current user.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "approve", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Approve existing friend requests.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes one or more friends from the current user.

" - }, - { - "name": "requests", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

View pending friend requests.

" - }, - { - "name": "search", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of friends.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "ListDataItem", - "description": "

Represents displayed item data.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "examples": [], - "remarks": [ - "

In addition to the properties defined below, you can define custom key-value pairs, which bind to\nthe child templates of an ItemTemplate. The key for these pairs match the bindId of\nthe child view templates and the values are a dictionary of view properties applied to the view components.\nAny other properties that are not identified by a bindId are permitted but are ignored by the item template.

\n

See Titanium.UI.ListItem for examples of using a list data item.

" - ], - "properties": [ - { - "name": "properties", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Titanium.UI.ListItem", - "isClassProperty": false, - "description": "

Contains key-value pairs of view properties and their values that are applied to the ListItem.

" - }, - { - "name": "template", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Template ID configured with the Titanium.UI.ListView.templates property or\nTitanium.UI.LIST_ITEM_TEMPLATE_DEFAULT.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.App.iOS.LocalNotification", - "description": "

A local notification to alert the user of new or pending application information.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

A LocalNotification is created by Titanium.App.iOS.scheduleLocalNotification.
\n

\n

Local notifications are a way for an application that is not running in the foreground to let \nusers know that it has information for them. When invoked, an alert dialog is displayed \ncontaining a \"Close\" button to dismiss or a customizable \"View\" button to bring the application \ninto the foreground. Also, an application icon badge showing the number of pending notifications \nmay be set and a sound may be generated.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cancel", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Cancels the pending notification.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "WriteCallbackArgs", - "description": "

Argument passed to the write callback when an asynchronous\nwrite operation\nfinishes.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bytesProcessed", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of bytes processed, or -1 in the event of an error or end of stream.

" - }, - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0 if success is true.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "errorDescription", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text description of the error. Deprecated since 3.1.0.

" - }, - { - "name": "errorState", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Whether an error was encountered. Set to 1 in the case of an error, 0\notherwise.\n Deprecated since 3.1.0.

" - }, - { - "name": "source", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.IOStream", - "isClassProperty": false, - "description": "

Stream being written to.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "PushNotificationErrorArg", - "description": "

A simple object passed to the \nregisterForPushNotifications error callback.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns a non-zero value.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded. Returns false.

" - }, - { - "name": "type", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The value of this string is always \"remote\".

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud.Objects", - "description": "

Provides methods for accessing ACS custom objects.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates a new custom object and checks the response.

\n
Cloud.Objects.create({\n    classname: 'cars',\n    fields: {\n        make: 'nissan',\n        color: 'blue',\n        year: 2005\n    }\n}, function (e) {\n    if (e.success) {\n        var car = e.cars[0];\n        alert('Success:\\n' +\n            'id: ' + car.id + '\\n' +\n            'make: ' + car.make + '\\n' +\n            'color: ' + car.color + '\\n' +\n            'year: ' + car.year + '\\n' +\n            'created_at: ' + car.created_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create Custom Object" - }, - { - "code": "

This example requests information about custom objects and checks the response.

\n
Cloud.Objects.show({\n    classname: 'cars',\n    ids: [ savedCar1.id, savedCar2.id ]\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.cars.length);\n        for (var i = 0; i < e.cars.length; i++) {\n            var car = e.cars[i];\n            alert('id: ' + cars.id + '\\n' +\n                'make: ' + car.make + '\\n' +\n                'color: ' + car.color + '\\n' +\n                'year: ' + car.year + '\\n' +\n                'created_at: ' + car.created_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show Custom Objects" - }, - { - "code": "

This example updates a custom object and checks the response.

\n
Cloud.Objects.update({\n    classname: 'cars',\n    id: savedCar1.id,\n    fields: {\n        color: 'purple',\n        mileage: 10000\n    }\n}, function (e) {\n    if (e.success) {\n        var car = e.cars[0];\n        alert('Success:\\n' +\n            'id: ' + car.id + '\\n' +\n            'make: ' + car.make + '\\n' +\n            'color: ' + car.color + '\\n' +\n            'year: ' + car.year + '\\n' +\n            'mileage: ' + car.mileage + '\\n' +\n            'updated_at: ' + car.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Update Custom Object" - }, - { - "code": "

This example deletes a custom object and checks the response.

\n
Cloud.Objects.remove({\n    classname: 'cars',\n    id: savedCar1.id\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove Custom Object" - }, - { - "code": "

This example requests information about custom objects and checks the response.

\n
Cloud.Objects.query({\n    classname: 'cars',\n    page: 1,\n    per_page: 10,\n    where: {\n        color: 'blue'\n    }\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.cars.length);\n        for (var i = 0; i < e.cars.length; i++) {\n            var car = e.cars[i];\n            alert('id: ' + cars.id + '\\n' +\n                'make: ' + car.make + '\\n' +\n                'color: ' + car.color + '\\n' +\n                'year: ' + car.year + '\\n' +\n                'created_at: ' + car.created_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Query for Custom Objects" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request. A classname property is required.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Create a custom object of type classname.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "query", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request. A classname property is required.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of custom objects of type classname.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request. A classname property is required.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Delete a custom object of type classname.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request. A classname property is required.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of custom objects of type classname.

" - }, - { - "name": "update", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request. A classname property is required.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Update the fields of a custom object of type classname.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "WriteStreamCallbackArgs", - "description": "

Argument passed to the callback when an asynchronous\nwriteStream operation finishes.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bytesProcessed", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of bytes processed, or -1 in the event of an error or end of stream.

" - }, - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0 if success is true.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "errorDescription", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text description of the error. Deprecated since 3.1.0.

" - }, - { - "name": "errorState", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Whether an error was encountered. Set to 1 in the case of an error, 0\notherwise.\n Deprecated since 3.1.0.

" - }, - { - "name": "fromStream", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.IOStream", - "isClassProperty": false, - "description": "

Stream being read from.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded.

" - }, - { - "name": "toStream", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.IOStream", - "isClassProperty": false, - "description": "

Stream being written to.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud.Statuses", - "description": "

Provides methods for accessing ACS Statuses.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates a status and checks the response.

\n
Cloud.Statuses.create({\n    place_id: myPlaceId,\n    message: 'What a great view!',\n    photo: Titanium.Filesystem.getFile('photo.jpg')\n}, function (e) {\n    if (e.success) {\n        var status = e.statuses[0];\n        alert('Success:\\n' +\n            'id: ' + status.id + '\\n' +\n            'place: ' + status.place.name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create a Status" - }, - { - "code": "

This example requests information about a user's status and checks the response.

\n
Cloud.Statuses.search({\n    user_id: someUserId\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.statuses.length);\n        for (var i = 0; i < e.statuses.length; i++) {\n            var status = e.statuses[i];\n            alert('id: ' + status.id + '\\n' +\n                  'message: ' + status.message + '\\n' +\n                  'updated_at: ' + status.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Search Status" - }, - { - "code": "

This example requests information about statuses and checks the response.

\n
Cloud.Statuses.query({\n    page: 1,\n    per_page: 20,\n    order: '-updated_at'\n}, function (e) {\n    if (e.success) {\n        for (var i = 0; i < e.statuses.length; i++) {\n            var status = e.statuses[i];\n            alert('Success:\\n' +\n               'id: ' + status.id + '\\n' +\n               'message: ' + status.message + '\\n' +\n               'updated_at: ' + status.updated_at);\n         }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Query Status" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a status for the currently logged in user.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "query", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of statuses with sorting and pagination.

" - }, - { - "name": "search", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve the statuses for a user.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Buffer", - "description": "

Buffer is a mutable, resizable container for raw data.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

A Buffer works like a resizable array of byte values.

\n

Use the Titanium.createBuffer method to create a buffer.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "byteOrder", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Byte order of this buffer.

" - }, - { - "name": "length", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Length of the buffer in bytes.

" - }, - { - "name": "type", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The type of data encoding to use with value.

" - }, - { - "name": "value", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Data to be encoded.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "append", - "isInternal": false, - "parameters": [ - { - "name": "sourceBuffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to append to this buffer.

" - }, - { - "name": "sourceOffset", - "usage": "optional", - "type": "Number", - "description": "

Offset to start reading buffer data from.\nIf specified, sourceLength must also be specified.

" - }, - { - "name": "sourceLength", - "usage": "optional", - "type": "Number", - "description": "

Number of bytes to read from sourceBuffer.\nIf specified, sourceOffset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

The number of bytes appended.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends sourceBuffer to the this buffer.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "clear", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Clears this buffer's contents but does not change the size of the buffer.

" - }, - { - "name": "clone", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset of first byte of this buffer to clone.\nIf specified, length must be specified as well.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Number of bytes of data to clone.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Buffer", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a complete or partial copy of this buffer.

" - }, - { - "name": "copy", - "isInternal": false, - "parameters": [ - { - "name": "sourceBuffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to copy data from.

" - }, - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

Offset in this buffer for the first byte of the copied data.

" - }, - { - "name": "sourceOffset", - "usage": "optional", - "type": "Number", - "description": "

Offset in sourceBuffer to copy data from.\nIf specified, sourceLength must be specified as well.

" - }, - { - "name": "sourceLength", - "usage": "optional", - "type": "Number", - "description": "

Number of bytes to copy from sourceBuffer.\nIf specified, sourceOffset must be specified as well.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

The number of bytes copied.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Copies data from sourceBuffer into the current buffer at offset.

" - }, - { - "name": "fill", - "isInternal": false, - "parameters": [ - { - "name": "fillByte", - "usage": "required", - "type": "Number", - "description": "

Byte to fill buffer with.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset of the first byte to set to fillByte.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Number of bytes to fill.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fills this buffer with the specified byte value.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getByteOrder", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the byteOrder property.

" - }, - { - "name": "getLength", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the length property.

" - }, - { - "name": "getType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the type property.

" - }, - { - "name": "getValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the value property.

" - }, - { - "name": "insert", - "isInternal": false, - "parameters": [ - { - "name": "sourceBuffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer holding data to insert into this buffer.

" - }, - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

Offset in this buffer to insert the first byte copied from\nsourceBuffer.

" - }, - { - "name": "sourceOffset", - "usage": "optional", - "type": "Number", - "description": "

Offset in sourceBuffer of the first byte to insert.\nIf specified, sourceLength must be specified as well.

" - }, - { - "name": "sourceLength", - "usage": "optional", - "type": "Number", - "description": "

Number of bytes to insert from sourceBuffer.\nIf specified, sourceOffset must be specified as well.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

The number of bytes inserted.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts data from sourceBuffer into this buffer at offset.

" - }, - { - "name": "release", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Releases the space allocated to the buffer, and sets its length to 0.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setLength", - "isInternal": false, - "parameters": [ - { - "name": "length", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the length property.

" - }, - { - "name": "toBlob", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Converts this buffer to a Titanium.Blob.

" - }, - { - "name": "toString", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Converts this buffer to a String.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Blob", - "description": "

A container for binary data.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

A Blob represents a chunk of binary information, often obtained through \nan HTTPClient or by reading a File.

\n

Blobs are often used to store text or image data. \nThe Blob object includes a number of properties and methods specific to image blobs.

\n

Android, Mobile Web and Tizen support an append method, but\notherwise blobs are immutable.

\n

The Titanium.Utils module provides several utility methods for working with \nblobs, including methods for converting between blobs and Base64-encoded strings,\nand methods for generating SHA-1 and SHA-256 hashes and MD5 digests from blob data.

\n

The Buffer object can also contain binary data, and is\nmore easily mutable. Extracting blob data to a buffer is somewhat roundabout:

\n
var blobStream = Ti.Stream.createStream({ source: myBlob, mode: Ti.Stream.MODE_READ });\nvar newBuffer = Ti.createBuffer({ length: myBlob.length });\nvar bytes = blobStream.read(newBuffer);\n
\n

Creating a blob from a buffer is much easier:

\n
var newBlob = myBuffer.toBlob();\n
\n

In both cases, the conversion involves copying the data from one object to another, so \nyou should be conscious of the amount of the data being copied.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "file", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Filesystem.File", - "isClassProperty": false, - "description": "

File object represented by this blob, or null if this blob is not\nassociated with a file.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

If this blob represents an image, this is the height of the image in pixels.

" - }, - { - "name": "length", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Length of this blob in bytes.

" - }, - { - "name": "mimeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Mime type of the data in this blob.

" - }, - { - "name": "nativePath", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

If this blob represents a File, this is the file URL\nthat represents it.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the blob in pixels (for image blobs) or bytes (for all other blobs).

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

UTF-8 string representation of the data in this blob.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

If this blob represents an image, this is the width of the image in pixels.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "append", - "isInternal": false, - "parameters": [ - { - "name": "blob", - "usage": "required", - "type": "Titanium.Blob", - "description": "

Blob to append to this blob.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the data from another blob to this blob.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getFile", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Filesystem.File", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the file property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getLength", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the length property.

" - }, - { - "name": "getMimeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the mimeType property.

" - }, - { - "name": "getNativePath", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nativePath property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "imageAsCropped", - "isInternal": false, - "parameters": [ - { - "name": "options", - "usage": "required", - "type": "ImageAsCroppedDict", - "description": "

Image cropping options.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "

Cropped image as a blob.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a new blob by cropping the underlying image to the specified dimensions.

" - }, - { - "name": "imageAsResized", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

Width to resize this image to.

" - }, - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

Height to resize this image to.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "

Resized image as a blob.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a new blob by resizing and scaling the underlying image to the specified dimensions.

" - }, - { - "name": "imageAsThumbnail", - "isInternal": false, - "parameters": [ - { - "name": "size", - "usage": "required", - "type": "Number", - "description": "

Size of the thumbnail, in either width or height.

" - }, - { - "name": "borderSize", - "usage": "optional", - "type": "Number", - "description": "

Width of the thumbnail's border.

" - }, - { - "name": "cornerRadius", - "usage": "optional", - "type": "Number", - "description": "

Radius of the thumbnail's corners.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "

The image thumbnail in a blob.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a thumbnail version of the underlying image, optionally with a border and rounded corners.

" - }, - { - "name": "imageWithAlpha", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "

The image with an alpha channel in a blob, or null if this blob is not an image.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a copy of the underlying image with an added alpha channel.

" - }, - { - "name": "imageWithRoundedCorner", - "isInternal": false, - "parameters": [ - { - "name": "cornerSize", - "usage": "required", - "type": "Number", - "description": "

Size of the rounded corners in pixels.

" - }, - { - "name": "borderSize", - "usage": "optional", - "type": "Number", - "description": "

Width of the border in pixels.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "

Image with a rounded corner in a blob, or null if this blob is not an image.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a copy of the underlying image with rounded corners added.

" - }, - { - "name": "imageWithTransparentBorder", - "isInternal": false, - "parameters": [ - { - "name": "size", - "usage": "required", - "type": "Number", - "description": "

Width of the transparent border in pixels.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "

The image with a transparent border in a blob, or null if this blob is not an image.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a copy of the underlying image with an added transparent border.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "toString", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a string representation of this blob.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.ActivityIndicatorStyle", - "description": "

A set of constants for the styles available for Titanium.UI.ActivityIndicator objects.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "BIG", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Large white spinning indicator.

" - }, - { - "name": "DARK", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Small gray spinning indicator.

" - }, - { - "name": "PLAIN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Small white spinning indicator (default.)

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.ImageView", - "description": "

A view to display a single image or series of animated images.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

In this example, we create a simple image view:

\n
Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow();\nvar image = Ti.UI.createImageView({\n  image:'/images/myimage.png'\n});\nwin.add(image);\nwin.open();\n
", - "name": "Basic Image View" - }, - { - "code": "

To prepare, copy the images \ncustom-slider-right.9.png \nand custom-slider-left.9.png \ninto the project /images/ directory/.

\n

Create a button with a nine-patch image background, that swaps with another image when \nselected, and generates a message in the console when clicked.

\n

Note that images are referenced in the code without the .9 part of the filename, and that \nthe project should be cleaned to ensure that the files are correctly copied to the project.

\n
var win = Ti.UI.createWindow({\n    backgroundColor: 'white',\n    exitOnClose: true,\n    fullscreen: false,\n    title: 'Click button to test'\n});\n\nvar button = Ti.UI.createButton({\n    backgroundImage: '/images/custom-slider-right.png',\n    backgroundSelectedImage:'/images/custom-slider-left.png',\n    title: 'Click me!',\n    top: 10,\n    width: 300,\n    height: 200\n});\nbutton.addEventListener('click',function(e){\n    Ti.API.info(\"You clicked the button\");\n});\nwin.add(button);\nwin.open();\n
", - "name": "Button with Nine-patch Background Image" - }, - { - "code": "

Previous basic image view example as an Alloy view.

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\">\n        <ImageView id=\"image\" image=\"/images/myimage.png\" />\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createImageView method to create an ImageView.

\n

Specifying either a width or height property for this view will scale its image(s) with \nthe aspect ratio maintained, up to a maximum size that does not exceed its parent view.

\n

Android 9-Patch Scaled Images

\n

A nine-patch (9-patch) image is simply a standard png image with a transparent border of a \nsingle pixel, containing \"guides\" defined by solid black (#000) color fills. Guides added to the \ntop and left edges determine that the image may be stretched in horizontal and vertical planes \nrespectively. Optionally, the content area may be defined by guides added to the bottom and \nright edges.

\n

Although any image editor may be used to create the guides, certain settings can cause the edges \nof the graphic to \"bleed\" into the transparent border, consequently making it non-transparent. \nThus, the draw9patch utility provided in the Android SDK tools directory is recommended for \nthis purpose.

\n

For further information about nine-patch images and the Android utility, see the \nNine-patch \nand Draw 9-patch sections \nof the Android Developer website.

\n

The nine-patch technique may be used with any of Titanium's static image properties. See the \n\"Button with Nine-patch Background Image\" example for a demonstration.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "animating", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether animation is running.

" - }, - { - "name": "autorotate", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the image should be rotated based on exif orientation data. \nBy default, this is false on android and true on iOS. \nThe auto rotate behavior is not supported on Mobile Web and Tizen.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "decodeRetries", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of times to retry decoding the bitmap at a URL.

" - }, - { - "name": "defaultImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local path to the default image to display while loading a remote image.

" - }, - { - "name": "duration", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Amount of time in milliseconds to animate one cycle.

" - }, - { - "name": "enableZoomControls", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.3.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Show zoom controls when the user touches the image view.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the view is enabled or disabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "hires", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Set to true to prevent scaling of 2x-resolution remote images for Retina \ndisplays.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "image", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image to display.

" - }, - { - "name": "images", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of images to animate, defined using local filesystem paths, File objects, \nremote URLs (Android only), or Blob objects containing image data. Blob and File \nobjects are not supported on Mobile Web.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "paused", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the animation is paused.

" - }, - { - "name": "preventDefaultImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Prevent the default image from being displayed while loading a remote image. This property \nis ignored when the defaultImage property is set.

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "repeatCount", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of times to repeat the image animation.

" - }, - { - "name": "reverse", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Run the animation in reverse.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

URL to the image to display. Deprecated since 1.5.0. Removed in 3.0.0. Use image instead.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getAnimating", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animating property.

" - }, - { - "name": "getAutorotate", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autorotate property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getDecodeRetries", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the decodeRetries property.

" - }, - { - "name": "getDefaultImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the defaultImage property.

" - }, - { - "name": "getDuration", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the duration property.

" - }, - { - "name": "getEnableZoomControls", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.3.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enableZoomControls property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHires", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hires property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Titanium.Blob", - "description": "" - }, - { - "type": "Titanium.Filesystem.File", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the image property.

" - }, - { - "name": "getImages", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - }, - { - "type": "Array", - "description": "" - }, - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the images property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getPaused", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the paused property.

" - }, - { - "name": "getPreventDefaultImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the preventDefaultImage property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRepeatCount", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the repeatCount property.

" - }, - { - "name": "getReverse", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the reverse property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the url property. Deprecated since 1.5.0. Removed in 3.0.0.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "pause", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Pauses a running animation. Use resume method to continue.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "resume", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Resumes an animation from a pause state.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setDecodeRetries", - "isInternal": false, - "parameters": [ - { - "name": "decodeRetries", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the decodeRetries property.

" - }, - { - "name": "setDefaultImage", - "isInternal": false, - "parameters": [ - { - "name": "defaultImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the defaultImage property.

" - }, - { - "name": "setDuration", - "isInternal": false, - "parameters": [ - { - "name": "duration", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the duration property.

" - }, - { - "name": "setEnableZoomControls", - "isInternal": false, - "parameters": [ - { - "name": "enableZoomControls", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.3.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enableZoomControls property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHires", - "isInternal": false, - "parameters": [ - { - "name": "hires", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hires property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setImage", - "isInternal": false, - "parameters": [ - { - "name": "image", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the image property.

" - }, - { - "name": "setImages", - "isInternal": false, - "parameters": [ - { - "name": "images", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the images property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setPreventDefaultImage", - "isInternal": false, - "parameters": [ - { - "name": "preventDefaultImage", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the preventDefaultImage property.

" - }, - { - "name": "setRepeatCount", - "isInternal": false, - "parameters": [ - { - "name": "repeatCount", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the repeatCount property.

" - }, - { - "name": "setReverse", - "isInternal": false, - "parameters": [ - { - "name": "reverse", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the reverse property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setUrl", - "isInternal": false, - "parameters": [ - { - "name": "url", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the url property. Deprecated since 1.5.0. Removed in 3.0.0.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "start", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts the image animation. On Android and Mobile Web, also resets index to the first image.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "stop", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stops a running animation. On iOS and Mobile Web, also resets index to the first image.

" - }, - { - "name": "toBlob", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the image as a Blob object.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "", - "description": "

Index of the image frame being displayed.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired for each frame change during an animation.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "error", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

Error message, if any returned. May be undefined.

" - }, - { - "name": "image", - "deprecated": false, - "type": "", - "description": "

URL of the image that failed to load.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates a successful operation. Returns false.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an image fails to load.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "load", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "state", - "deprecated": false, - "type": "String", - "description": "

Set to image when the image defined in the image \nproperty is loaded. Set to images, when the series of images defined in the \nimages property are loaded.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when either the initial image and/or all of the images in an animation are loaded.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pause", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the animation pauses.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "start", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the animation starts.

" - }, - { - "name": "stop", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the animation stops.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "MapRegionType", - "description": "

Simple object representing a map location and zoom level.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "latitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Latitude value for the center point of the map, in decimal degrees.

" - }, - { - "name": "latitudeDelta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The amount of north-to-south distance displayed on the map, measured in decimal degrees.

" - }, - { - "name": "longitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Longitude value for the center point of the map, in decimal degrees.

" - }, - { - "name": "longitudeDelta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The amount of east-to-west distance displayed on the map, measured in decimal degrees.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.MaskedImage", - "description": "

A control that displays an image composited with a background image or color.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

The following code excerpt creates a monochrome version of the background image,\nusing the luminosity from the background image and the specified tint color:

\n
var imageMask = Titanium.UI.createMaskedImage({\n    mask : 'demo_image.png', // background image\n    tint: 'red',\n    mode : Titanium.UI.iOS.BLEND_MODE_LUMINOSITY,\n});\n
", - "name": "Luminosity Blend Mode" - } - ], - "remarks": [ - "

This is an iOS-specific control that can be used to display an image combined with \nanother image and/or color. The layers are drawn in the following order:

\n\n

The way the layers are combined depends on the value of the mode property. \nThe mode value can be set to one of the Titanium.UI.iOS BLEND_MODE constants. \nThese constants correspond directly to the iOS blend modes described in the iOS developer \nlibrary:

\n

\"CGBlendMode\" in CGContext Reference

\n

and:

\n

\"Using Blend Modes with Images\" in Quartz2D\nReference

\n

When compositing two images, the mask property specifies the background, or \ndestination (D) image, and the image property specifies the foreground, or \nsource (S) layer. For example, to use an image as an alpha mask for another image,\nyou could use the following code:

\n
var imageMask = Titanium.UI.createMaskedImage({\n    mask : 'mask.png', // alpha mask\n    image : 'demo_image.png', // image to mask\n    mode : Titanium.UI.iOS.BLEND_MODE_SOURCE_OUT\n});\n
\n

Note that this legacy control lacks many of the features associated with a standard\nImageView control.

\n

Use the Titanium.UI.createMaskedImage method to create a masked image view.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "image", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image drawn as the Foreground image.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "mask", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image drawn as the background image.

" - }, - { - "name": "mode", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Blend mode to use to combine layers.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "tint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color to combine with the image, as a color name or hex triplet.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the image property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getMask", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the mask property.

" - }, - { - "name": "getMode", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the mode property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getTint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tint property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setImage", - "isInternal": false, - "parameters": [ - { - "name": "image", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the image property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setMask", - "isInternal": false, - "parameters": [ - { - "name": "mask", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the mask property.

" - }, - { - "name": "setMode", - "isInternal": false, - "parameters": [ - { - "name": "mode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the mode property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setTint", - "isInternal": false, - "parameters": [ - { - "name": "tint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tint property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "CameraMediaItemType", - "description": "

A media object from the camera or photo gallery.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0.

" - }, - { - "name": "cropRect", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "CropRectType", - "isClassProperty": false, - "description": "

Simple object defining the user's selected crop rectangle, or null if the user has not edited the photo.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "media", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Blob", - "isClassProperty": false, - "description": "

The media object, as a Blob.

" - }, - { - "name": "mediaType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The type of media, either MEDIA_TYPE_PHOTO or MEDIA_TYPE_VIDEO defined in Titanium.Media.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded. Returns true.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Calendar", - "description": "

The Calendar module provides an API for accessing the native calendar functionality.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

Print the names of all calendars, and the names of calendars that \nhave been selected in the native Android calendar application.

\n
function showCalendars(calendars) {\n    for (var i = 0; i < calendars.length; i++) {\n        Ti.API.info(calendars[i].name);\n    }\n}\n\nTi.API.info('ALL CALENDARS:');\nshowCalendars(Ti.Calendar.allCalendars);\nif (Ti.Platform.osname === 'android') {\n    Ti.API.info('SELECTABLE CALENDARS:');\n    showCalendars(Ti.Calendar.selectableCalendars);\n}\n
", - "name": "All Calendars vs Selectable Calendars" - }, - { - "code": "

Creates an event and adds an e-mail reminder for 10 minutes before the event.

\n
var CALENDAR_TO_USE = 3;\nvar calendar = Ti.Calendar.getCalendarById(CALENDAR_TO_USE);\n\n// Create the event\nvar eventBegins = new Date(2010, 11, 26, 12, 0, 0);\nvar eventEnds = new Date(2010, 11, 26, 14, 0, 0);\nvar details = {\n    title: 'Do some stuff',\n    description: \"I'm going to do some stuff at this time.\",\n    begin: eventBegins,\n    end: eventEnds\n};\n\nvar event = calendar.createEvent(details);\n\n// Now add a reminder via e-mail for 10 minutes before the event.\nvar reminderDetails = {\n    minutes: 10,\n    method: Ti.Calendar.METHOD_EMAIL\n};\n\nevent.createReminder(reminderDetails);\n
", - "name": "Create an Event and Reminder on Android" - }, - { - "code": "

Create a picker to allow an existing calendar to be selected and, when a button is clicked, \ngenerate details of all events in that calendar for the current year .

\n
var calendars = [];\nvar selectedCalendarName;\nvar selectedid;\nvar pickerData = [];\nvar osname = Ti.Platform.osname;\n\n//**read events from calendar*******\nfunction performCalendarReadFunctions(){\n    var scrollView = Ti.UI.createScrollView({\n      backgroundColor: '#eee',\n      height: 500,\n      top: 20\n    });\n\n    var label = Ti.UI.createLabel({\n      backgroundColor: 'white',\n      text: 'Click on the button to display the events for the selected calendar',\n      textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER,\n      top: 20\n    });\n    scrollView.add(label);\n\n    var selectableCalendars = Ti.Calendar.allCalendars;\n    for (var i = 0, ilen = selectableCalendars.length; i < ilen; i++) {\n      calendars.push({ name: selectableCalendars[i].name, id: selectableCalendars[i].id });\n      pickerData.push( Ti.UI.createPickerRow({ title: calendars[i].name }) );\n      if(i === 0){\n        selectedCalendarName = selectableCalendars[i].name;\n        selectedid = selectableCalendars[i].id;\n      }\n    }\n\n    if(!calendars.length){\n      label.text = 'No calendars available. Select at least one in the native calendar before using this app';\n    } else {\n      label.text = 'Click button to view calendar events';\n\n      var picker = Ti.UI.createPicker({\n        top:20\n      });\n\n      picker.add(pickerData);\n      win.add(picker);\n\n      picker.addEventListener('change', function(e){\n        for (var i = 0, ilen = calendars.length; i < ilen; i++) {\n          if(calendars[i].name === e.row.title){\n            selectedCalendarName = calendars[i].name;\n            selectedid = calendars[i].id;\n            Ti.API.info('Selected calendar that we are going to fetch is :: '+ selectedid + ' name:' + selectedCalendarName);\n          }\n        }\n      });\n\n      var button = Ti.UI.createButton({\n        title: 'View events',\n        top: 20\n      });\n      win.add(button);\n\n      button.addEventListener('click', function(e){\n        label.text = 'Generating...';\n\n        var currentYear = new Date().getFullYear();\n\n        var consoleString = '';\n\n        function print(s) {\n          if (consoleString.length) {\n            consoleString = consoleString + '\\n';\n          }\n          consoleString = consoleString + s;\n        }\n\n        var calendar = Ti.Calendar.getCalendarById(selectedid);\n        Ti.API.info('Calendar was of type' + calendar);\n        Ti.API.info('calendar that we are going to fetch is :: '+ calendar.id + ' name:' + calendar.name);\n\n        function printReminder(r) {\n            if (osname === 'android') {\n                var typetext = '[method unknown]';\n                if (r.method == Ti.Calendar.METHOD_EMAIL) {\n                    typetext = 'Email';\n                } else if (r.method == Ti.Calendar.METHOD_SMS) {\n                    typetext = 'SMS';\n                } else if (r.method == Ti.Calendar.METHOD_ALERT) {\n                    typetext = 'Alert';\n                } else if (r.method == Ti.Calendar.METHOD_DEFAULT) {\n                    typetext = '[default reminder method]';\n                }\n                print(typetext + ' reminder to be sent ' + r.minutes + ' minutes before the event');\n            }\n        }\n\n        function printAlert(a) {\n            if (osname === 'android') {\n                print('Alert id ' + a.id + ' begin ' + a.begin + '; end ' + a.end + '; alarmTime ' + a.alarmTime + '; minutes ' + a.minutes);\n            } else if (osname === 'iphone' || osname === 'ipad') {\n                print('Alert absoluteDate ' + a.absoluteDate + ' relativeOffset ' + a.relativeOffset);\n            }\n        }\n\n        function printEvent(event) {\n          if (event.allDay) {\n            print('Event: ' + event.title + '; ' + event.begin + ' (all day)');\n          } else {\n            print('Event: ' + event.title + '; ' + event.begin + ' ' + event.begin+ '-' + event.end);\n          }\n\n          var reminders = event.reminders;\n          if (reminders && reminders.length) {\n            print('There is/are ' + reminders.length + ' reminder(s)');\n            for (var i = 0; i < reminders.length; i++) {\n                printReminder(reminders[i]);\n            }\n          }\n          print('hasAlarm? ' + event.hasAlarm);\n          var alerts = event.alerts;\n          if (alerts && alerts.length) {\n            for (var i = 0; i < alerts.length; i++) {\n              printAlert(alerts[i]);\n            }\n          }\n\n          var status = event.status;\n          if (status == Ti.Calendar.STATUS_TENTATIVE) {\n            print('This event is tentative');\n          }\n          if (status == Ti.Calendar.STATUS_CONFIRMED) {\n            print('This event is confirmed');\n          }\n          if (status == Ti.Calendar.STATUS_CANCELED) {\n            print('This event was canceled');\n          }\n        }\n\n        var events = calendar.getEventsInYear(currentYear);\n        if (events && events.length) {\n          print(events.length + ' event(s) in ' + currentYear);\n          print('');\n          for (var i = 0; i < events.length; i++) {\n            printEvent(events[i]);\n            print('');\n          }\n        } else {\n          print('No events');\n        }\n\n        label.text = consoleString;\n      });\n    }\n\n    win.add(scrollView);\n}\n\nvar win = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  layout: 'vertical',\n  title: 'Calendar Demo'\n});\n\nif (osname === 'android') {\n    performCalendarReadFunctions();\n} else if (osname === 'iphone' || osname === 'ipad') {\n    if (Ti.Calendar.eventsAuthorization == Ti.Calendar.AUTHORIZATION_AUTHORIZED) {\n        performCalendarReadFunctions();\n    } else {\n        Ti.Calendar.requestEventsAuthorization(function(e){\n            if (e.success) {\n                performCalendarReadFunctions();\n            } else {\n                alert('Access to calendar is not allowed');\n            }\n        });\n    }\n}\n\nwin.open();\n
", - "name": "Events in a year" - }, - { - "code": "

Create a recurring event with alerts.

\n
function printEventDetails(eventID) {\n    Ti.API.info('eventID:' + eventID);\n    var defCalendar = Ti.Calendar.defaultCalendar;\n    var eventFromCalendar = defCalendar.getEventById(eventID);\n    if (eventFromCalendar != null) {\n        Ti.API.info('Printing event values ::');\n        Ti.API.info('title : '+ eventFromCalendar.title);\n        Ti.API.info('notes : ' + eventFromCalendar.notes);\n        Ti.API.info('location:' + eventFromCalendar.location);\n        Ti.API.info('allDay ? :' + eventFromCalendar.allDay);\n        Ti.API.info('status : '+ eventFromCalendar.status);\n        Ti.API.info('availability : '+ eventFromCalendar.availability);\n        Ti.API.info('hasAlarm ? : '+ eventFromCalendar.hasAlarm);\n        Ti.API.info('id : '+ eventFromCalendar.id);\n        Ti.API.info('isDetached ? : '+ eventFromCalendar.isDetached);\n        Ti.API.info('begin : '+ eventFromCalendar.begin);\n        Ti.API.info('end : '+ eventFromCalendar.end);\n        var eventRule = eventFromCalendar.recurrenceRules;\n        Ti.API.info(\"recurrenceRules : \" + eventRule);\n        for (var i = 0; i < eventRule.length; i++) {\n            Ti.API.info(\"Rule # \"+ i);\n            Ti.API.info('frequency : ' + eventRule[i].frequency);\n            Ti.API.info('interval : ' + eventRule[i].interval);\n            Ti.API.info('daysofTheWeek : ' );\n            var daysofTheWeek = eventRule[i].daysOfTheWeek; \n            for (var j = 0; j < daysofTheWeek.length; j++) {\n                Ti.API.info('{ dayOfWeek : '+ daysofTheWeek[j].dayOfWeek +'weekNumber : '+daysofTheWeek[j].week +'}, ');\n            }\n            Ti.API.info('firstDayOfTheWeek : ' + eventRule[i].firstDayOfTheWeek);\n            Ti.API.info('daysOfTheMonth : ');\n            var daysOfTheMonth = eventRule[i].daysOfTheMonth;\n            for(var j=0;j<daysOfTheMonth.length;j++) {\n                Ti.API.info(' ' + daysOfTheMonth[j]);\n            }\n            Ti.API.info('daysOfTheYear : ');\n            var daysOfTheYear = eventRule[i].daysOfTheYear;\n            for(var j=0;i<daysOfTheYear.length;j++) {\n                Ti.API.info(' ' + daysOfTheYear[j]);\n            }\n            Ti.API.info('weeksOfTheYear : ');\n            var weeksOfTheYear = eventRule[i].weeksOfTheYear;\n            for(var j=0;j<weeksOfTheYear.length;j++) {\n                Ti.API.info(' ' + weeksOfTheYear[j]);\n            }\n            Ti.API.info('monthsOfTheYear : ');\n            var monthsOfTheYear = eventRule[i].monthsOfTheYear;\n            for(var j=0;j<monthsOfTheYear.length;j++) {\n                Ti.API.info(' ' + monthsOfTheYear[j]);\n            }\n            Ti.API.info('daysOfTheYear : ');\n            var setPositions = eventRule[i].setPositions;\n            for(var j=0;j<setPositions.length;j++) {\n                Ti.API.info(' ' + setPositions[j]);\n            }\n        };\n        Ti.API.info('alerts : '+ eventFromCalendar.alerts);\n        var newAlerts = eventFromCalendar.alerts;\n\n        for(var i=0 ; i < newAlerts.length ; i++) {\n            Ti.API.info('*****ALert '+ i);\n            Ti.API.info('absoluteDate :'+ newAlerts[i].absoluteDate);\n            Ti.API.info('relativeOffset ;' + newAlerts[i].relativeOffset);\n        }\n   }\n}\nfunction performCalendarWriteFunctions(){\n    var defCalendar = Ti.Calendar.defaultCalendar;\n    var date1 = new Date(new Date().getTime() + 3000),\n        date2 = new Date(new Date().getTime() + 900000);\n    Ti.API.info('Date1 : '+ date1 + 'Date2 : '+ date2);\n    var event1 = defCalendar.createEvent({\n                        title: 'Sample Event',\n                        notes: 'This is a test event which has some values assigned to it.',\n                        location: 'Appcelerator Inc',\n                        begin: date1,\n                        end: date2,\n                        availability: Ti.Calendar.AVAILABILITY_FREE,\n                        allDay: false,\n                });\n    var alert1 = event1.createAlert({\n                        absoluteDate: new Date(new Date().getTime() - (1000*60*20))\n                });\n    var alert2 = event1.createAlert({\n        relativeOffset:-(60*15)\n    })\n    var allAlerts = new Array(alert1,alert2);\n    event1.alerts = allAlerts;\n    var newRule = event1.createRecurenceRule({\n                        frequency: Ti.Calendar.RECURRENCEFREQUENCY_MONTHLY,\n                        interval: 1,\n                        daysOfTheWeek: [{dayOfWeek:1,week:2},{dayOfWeek:2}],\n                        end: {occurrenceCount:10}\n                });\n    Ti.API.info('newRule : '+ newRule);\n    event1.recurrenceRules = [newRule];\n    Ti.API.info('Going to save event now');\n    event1.save(Ti.Calendar.SPAN_THISEVENT);\n    Ti.API.info('Done with saving event,\\n Now trying to retreive it.');\n    printEventDetails(event1.id);\n}\nvar win = Ti.UI.createWindow({\n                        backgroundColor: 'white',\n                        title: 'Calendar Demo'\n            });\n\nvar label = Ti.UI.createLabel({\n                        text: 'Check console log',\n                        height: Ti.UI.size,\n                        width: Ti.UI.size\n            });\nwin.add(label);\n\nif(Ti.Calendar.eventsAuthorization == Ti.Calendar.AUTHORIZATION_AUTHORIZED) {\n    performCalendarWriteFunctions();\n} else {\n    Ti.Calendar.requestEventsAuthorization(function(e){\n            if (e.success) {\n                performCalendarWriteFunctions();\n            } else {\n                alert('Access to calendar is not allowed');\n            }\n        });\n}\nwin.open();\n
", - "name": "Create a Recurring Event with Alerts on iOS" - } - ], - "remarks": [ - "

This module supports retrieving information about existing events and creating new events. \nModifying or deleting existing events and creating recurring events are only supported on iOS.

\n

Currently, on Android, calendar permissions must be explicitly configured in tiapp.xml in order to access the\ncalendar. See \"Common Requirements\" in\ntiapp.xml and timodule.xml Reference.

" - ], - "properties": [ - { - "name": "AUTHORIZATION_AUTHORIZED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A eventsAuthorization value \nindicating that the application is authorized to use events in the Calendar.

" - }, - { - "name": "AUTHORIZATION_DENIED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A eventsAuthorization value \nindicating that the application is not authorized to use events in the Calendar.

" - }, - { - "name": "AUTHORIZATION_RESTRICTED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A eventsAuthorization value \nindicating that the application is not authorized to use events in the Calendar.\nthe user cannot change this application's status.

" - }, - { - "name": "AUTHORIZATION_UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A eventsAuthorization value \nindicating that the authorization state is unknown.

" - }, - { - "name": "AVAILABILITY_BUSY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event has a busy availability setting.

" - }, - { - "name": "AVAILABILITY_FREE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event has a free availability setting.

" - }, - { - "name": "AVAILABILITY_NOTSUPPORTED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Availability settings are not supported by the event's calendar.

" - }, - { - "name": "AVAILABILITY_TENTATIVE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event has a tentative availability setting.

" - }, - { - "name": "AVAILABILITY_UNAVAILABLE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event has a tentative availability setting.

" - }, - { - "name": "METHOD_ALERT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Reminder alert delivery method.

" - }, - { - "name": "METHOD_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Reminder default delivery method.

" - }, - { - "name": "METHOD_EMAIL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Reminder email delivery method.

" - }, - { - "name": "METHOD_SMS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Reminder SMS delivery method.

" - }, - { - "name": "RECURRENCEFREQUENCY_DAILY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Indicates a daily recurrence rule for a events reccurance frequency.

" - }, - { - "name": "RECURRENCEFREQUENCY_MONTHLY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Indicates a monthly recurrence rule for a events reccurance frequency.

" - }, - { - "name": "RECURRENCEFREQUENCY_WEEKLY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Indicates a weekly recurrence rule for a events reccurance frequency.

" - }, - { - "name": "RECURRENCEFREQUENCY_YEARLY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Indicates a yearly recurrence rule for a events reccurance frequency.

" - }, - { - "name": "SPAN_FUTUREEVENTS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A save/remove event value, \nindicating modifications to this event instance should also affect future instances of this event.

" - }, - { - "name": "SPAN_THISEVENT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A save/remove event value, \nindicating modifications to this event instance should affect only this instance.

" - }, - { - "name": "STATE_DISMISSED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Alert dismissed state.

" - }, - { - "name": "STATE_FIRED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Alert fired state.

" - }, - { - "name": "STATE_SCHEDULED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Alert scheduled status.

" - }, - { - "name": "STATUS_CANCELED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event canceled status.

" - }, - { - "name": "STATUS_CONFIRMED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event confirmed status.

" - }, - { - "name": "STATUS_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event has no status.

" - }, - { - "name": "STATUS_TENTATIVE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event tentative status.

" - }, - { - "name": "VISIBILITY_CONFIDENTIAL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event confidential visibility.

" - }, - { - "name": "VISIBILITY_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event default visibility.

" - }, - { - "name": "VISIBILITY_PRIVATE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event private visibility.

" - }, - { - "name": "VISIBILITY_PUBLIC", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Event public visibility.

" - }, - { - "name": "allAlerts", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

All alerts in selected calendars.

" - }, - { - "name": "allCalendars", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

All calendars known to the native calendar app.

" - }, - { - "name": "allEditableCalendars", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

All calendars known to the native calendar app that can add, edit, and \ndelete items in the calendar.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "defaultCalendar", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.Calendar.Calendar", - "isClassProperty": false, - "description": "

Calendar that events are added to by default, as specified by user settings.

" - }, - { - "name": "eventsAuthorization", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Returns an authorization constant indicating if the application has access to the events in the EventKit.

" - }, - { - "name": "selectableCalendars", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

All calendars selected within the native calendar app, which may be a subset of allCalendars.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAllAlerts", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allAlerts property.

" - }, - { - "name": "getAllCalendars", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allCalendars property.

" - }, - { - "name": "getAllEditableCalendars", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allEditableCalendars property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCalendarById", - "isInternal": false, - "parameters": [ - { - "name": "id", - "usage": "required", - "type": "Number", - "description": "

Integer identifier of the calendar.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Calendar.Calendar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the calendar with the specified identifier.

" - }, - { - "name": "getDefaultCalendar", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Calendar.Calendar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the defaultCalendar property.

" - }, - { - "name": "getEventsAuthorization", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the eventsAuthorization property.

" - }, - { - "name": "getSelectableCalendars", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectableCalendars property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "requestEventsAuthorization", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when when authorization is no longer unknown.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

If authorization is unknown, will bring up a dialog requesting permission.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "events": [ - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the database backing the EventKit module is modified.

" - } - ] - }, - { - "name": "Titanium.XML.Notation", - "description": "

Represents a notation declared in the DTD. Implements the DOM Level 2 API on Android and iOS. Exposes the DOM Level 3 API implementation on Mobile Web.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "publicId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The public identifier of this notation. If the public identifier was not specified, this is null.

" - }, - { - "name": "systemId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The system identifier of this notation. If the system identifier was not specified, this is null.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getPublicId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the publicId property.

" - }, - { - "name": "getSystemId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the systemId property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CropRectType", - "description": "

Simple object for describing the crop rectangle for an image.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Height of the crop rectangle, in pixels.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Width of the crop rectangle, in pixels.

" - }, - { - "name": "x", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

X coordinate of the crop rectangle's upper-left corner.

" - }, - { - "name": "y", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Y coordinate of the crop rectangle's upper-left corner.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.MobileWeb.TableViewSeparatorStyle", - "description": "

A set of constants for the style that can be used for the separatorStyle property of \nTitanium.UI.TableView.

", - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "NONE", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The separator cell has no distinct style.

" - }, - { - "name": "SINGLE_LINE", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The separator cell has a single line running across its width (default.)

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "LocationResults", - "description": "

Argument passed to the getCurrentPosition callback.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0 if success is true.

" - }, - { - "name": "coords", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "LocationCoordinates", - "isClassProperty": false, - "description": "

If success is true, actual location data for this update.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "provider", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "LocationProviderDict", - "isClassProperty": false, - "description": "

If success is true, object describing the location provider generating this update.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Codec", - "description": "

A module for translating between primitive types and raw byte streams.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "examples": [], - "remarks": [ - "

The Codec module can be used for encoding strings and numbers into Buffer \nobjects, and decoding primitive types from buffers.

\n

Byte Order

\n

Multi-byte data can be stored in two different byte orders: big-endian or\nlittle-endian. In big-endian byte order, the most significant or highest-value\nbyte is stored first. For example, the 4-byte integer 0xFEDCBA98 is made up of the\nbytes 0xFE, 0xDC, 0xBA and 0x98, from most-significant to least-significant.
\n

\n

If we represent a buffer as an array of byte values, a big-endian encoding of\n0xFEDCBA98 would look like this:

\n
[ 0xFE, 0xDC, 0xBA, 0x98 ]\n
\n

In little-endian order, the bytes would be stored in this order:

\n
[ 0x98, 0xBA, 0xDC, 0xFE ]\n
\n

For 8-bit character encodings, including ASCII, Latin-1 and UTF-8, byte order is not\nsignificant: the text is a sequence of individual bytes.

\n

For UTF-16, text is represented as a sequence of 16-bit values. For example,\na capital T in UTF-16 is 0x0054, and lowercase i is 0x0069. If we encode the string\n\"Ti\" with UTF-16 in big-endian byte order, we get:

\n
[ 0x00, 0x54, 0x00, 0x69 ]\n
\n

In UTF-16 with little-endian byte order, \"Ti\" is encoded as:

\n
[ 0x54, 0x00, 0x69, 0x00 ]\n
\n

Note that the bytes for each character are stored least-significant byte first, but\nthe order of the characters is unchanged.

" - ], - "properties": [ - { - "name": "BIG_ENDIAN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Big endian (network) byte order -- that is, the most significant byte first.

" - }, - { - "name": "CHARSET_ASCII", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

ASCII character encoding..

" - }, - { - "name": "CHARSET_ISO_LATIN_1", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

ISO 8859-1 (Latin-1) character encoding.

" - }, - { - "name": "CHARSET_UTF16", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

UTF-16 character encoding with default byte order.

" - }, - { - "name": "CHARSET_UTF16BE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

UTF-16 character encoding with big endian byte order.

" - }, - { - "name": "CHARSET_UTF16LE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

UTF-16 character encoding with little endian byte order.

" - }, - { - "name": "CHARSET_UTF8", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

UTF-8 character encoding.

" - }, - { - "name": "LITTLE_ENDIAN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Little endian byte order -- that is, the least significant byte first.

" - }, - { - "name": "TYPE_BYTE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

8-bit integer encoding type.

" - }, - { - "name": "TYPE_DOUBLE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

64-bit double precision floating-point type.

" - }, - { - "name": "TYPE_FLOAT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

32-bit single precision floating-point type.

" - }, - { - "name": "TYPE_INT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

32-bit integer encoding type.

" - }, - { - "name": "TYPE_LONG", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

64-bit integer encoding type.

" - }, - { - "name": "TYPE_SHORT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

16-bit integer encoding type.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "decodeNumber", - "isInternal": false, - "parameters": [ - { - "name": "options", - "usage": "required", - "type": "DecodeNumberDict", - "description": "

Named parameters.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number decoded from source.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

This sample decodes an 8-byte double-precision floating point number using the\nOS byte order.

\n
var buffer = // a buffer containing (at least) one 8-byte floating-point number\nvar value = Ti.Codec.decodeNumber({\n    source: buffer,\n    type: Ti.Codec.TYPE_DOUBLE\n});\n
", - "name": "Decode a Double-Precision Floating Point Number" - }, - { - "code": "

This sample decodes a 4-byte integer starting at index position 10 in the\nbuffer, using big endian encoding.

\n
var buffer = // a buffer containing a 4-byte integer at position 10.\nvar value = Ti.Codec.decodeNumber({\n      source: buffer,\n      position: 10,\n      type: Ti.Codec.TYPE_INT,\n      byteOrder: Ti.Codec.BIG_ENDIAN\n});\n
", - "name": "Decode an Integer Specifying Start Position and Byte Order" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Decodes a number from the source buffer using the specified data type.

" - }, - { - "name": "decodeString", - "isInternal": false, - "parameters": [ - { - "name": "options", - "usage": "required", - "type": "DecodeStringDict", - "description": "

Named parameters.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

The decoded string

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

This sample decodes a string using the default character encoding.

\n
var buffer = // a buffer containing an encoded string\nvar string = Ti.Codec.decodeString({ source: buffer });\n
", - "name": "Decode a String" - }, - { - "code": "

This sample decodes a string using the UTF-16 character encoding.

\n
var buffer = // a buffer containing a UTF-16 encoded string\nvar string = Ti.Codec.decodeString({\n  source: buffer,\n  charset: Ti.Codec.CHARSET_UTF16\n});\n
", - "name": "Decode a String with a Specified Character Encoding" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Decodes the source buffer into a String using the supplied character set.

" - }, - { - "name": "encodeNumber", - "isInternal": false, - "parameters": [ - { - "name": "options", - "usage": "required", - "type": "EncodeNumberDict", - "description": "

Named parameters.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Position after the encoded number in dest.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

This example encodes a double-precision floating point value in 8 bytes using the OS byte\norder.

\n
var buffer = Ti.createBuffer({ length: 8 });\nTi.Codec.encodeNumber({\n  source: 1.23456789,\n  dest: buffer,\n  type: Ti.Codec.TYPE_DOUBLE\n});\n
", - "name": "Encode a Double-Precision Floating Point Value" - }, - { - "code": "

This example encodes a 4-byte integer using big endian encoding, and \nwrites it to the supplied buffer starting at index position 10.

\n
var buffer = Ti.createBuffer({ length: 100 });\nTi.Codec.encodeNumber({\n    source: 0x3456789a,\n    dest: buffer,\n    position: 10,\n    type: Ti.Codec.TYPE_INT,\n    byteOrder: Ti.Codec.BIG_ENDIAN\n});\n
", - "name": "Encode an Integer Specifying Start Position and Byte Order" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Encodes a number and writes it to a buffer.

" - }, - { - "name": "encodeString", - "isInternal": false, - "parameters": [ - { - "name": "options", - "usage": "required", - "type": "EncodeStringDict", - "description": "

Named parameters.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

An index indicating the first byte in the destination buffer after the\nencoded string.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

This sample encodes a string using the default character encoding (UTF-8), then trims the \nbuffer to the length of the encoded string.

\n
var buffer = Ti.createBuffer({ length: 1024 });\nvar length = Ti.Codec.encodeString({\n    source: \"hello world\",\n    dest: buffer\n});\nbuffer.length = length;\n
", - "name": "Encode String with Default Character Encoding" - }, - { - "code": "

This sample encodes the first 10 characters of a string using UTF-16 character encoding.

\n
// (10 * 2) + BOM = 22\nvar buffer = Ti.createBuffer({ length: 22 });\nTi.Codec.encodeString({\n    source: \"jack jumped over the candle stick\",\n    sourceLength: 10,\n    dest: buffer,\n    charset: Ti.Codec.CHARSET_UTF16\n});\n
", - "name": "Encode Substring with Specified Character Encoding" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Encodes a string into a series of bytes in a buffer using the specified character set.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getNativeByteOrder", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

OS native byte order.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Get the OS native byte order (either Titanium.Codec.BIG_ENDIAN or\nTitanium.Codec.LITTLE_ENDIAN).

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "HeadingResponse", - "description": "

Argument passed to the getCurrentHeading callback.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "heading", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "HeadingData", - "isClassProperty": false, - "description": "

If success is true, the actual heading data.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates a successful operation.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudStreamProgress", - "description": "

Argument passed to the callback as a request is transmitted or received.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "progress", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

A value from 0.0-1.0 with the progress of the exchange.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The URL for the request, to help identify it.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudPushNotificationsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.TextField", - "description": "

A single line text field.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a simple text field with a round border style.

\n
var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar textField = Ti.UI.createTextField({\n  borderStyle: Ti.UI.INPUT_BORDERSTYLE_ROUNDED,\n  color: '#336699',\n  top: 10, left: 10,\n  width: 250, height: 60\n});\n\nwin.add(textField);\nwin.open();\n
", - "name": "Basic Text Field with rounded border" - }, - { - "code": "

On iOS, a configurable toolbar can be displayed above the virtual keyboard. \nToolbars can be used with both text areas and text fields. See Titanium.UI.iOS.Toolbar\nfor more information.

\n

This code excerpt creates a text field with a toolbar:

\n
var send = Titanium.UI.createButton({\n    title : 'Send',\n    style : Titanium.UI.iPhone.SystemButtonStyle.DONE,\n});\n\nvar camera = Titanium.UI.createButton({\n    systemButton : Titanium.UI.iPhone.SystemButton.CAMERA,\n});\n\nvar cancel = Titanium.UI.createButton({\n    systemButton : Titanium.UI.iPhone.SystemButton.CANCEL\n});\n\nvar flexSpace = Titanium.UI.createButton({\n    systemButton : Titanium.UI.iPhone.SystemButton.FLEXIBLE_SPACE\n});\n\nvar textfield = Titanium.UI.createTextField({\n    borderStyle : Titanium.UI.INPUT_BORDERSTYLE_BEZEL,\n    hintText : 'Focus to see keyboard with toolbar',\n    keyboardToolbar : [cancel, flexSpace, camera, flexSpace, send],\n    keyboardToolbarColor : '#999',\n    keyboardToolbarHeight : 40,\n    top : 10,\n    width : 300, height : 35\n});\n
", - "name": "Custom Keyboard Toolbar (iOS)" - }, - { - "code": "

Previous basic text field with rounded border example as an Alloy view.

\n

Define the borderStyle property in the TSS file.

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\">\n        <TextField id=\"textField\" borderStyle=\"Ti.UI.INPUT_BORDERSTYLE_ROUNDED\" color=\"#336699\" top=\"10\" left=\"10\" width=\"250\" height=\"60\" />\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createTextField method to create a text field.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "appearance", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines the appearance of the keyboard displayed when this field is focused.

" - }, - { - "name": "autoLink", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Automatically convert text to clickable links.

" - }, - { - "name": "autocapitalization", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines how text is capitalized during typing.

" - }, - { - "name": "autocorrect", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to automatically correct text entered into this text field.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border style for the field.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "clearButtonMode", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines when the clear button is displayed.

" - }, - { - "name": "clearOnEdit", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the value of this text field should be cleared when it is focused.

" - }, - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the text in this text field, as a color name or hex triplet.

" - }, - { - "name": "editable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether this field can be edited.

" - }, - { - "name": "ellipsize", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether an ellipsis (...) should be used to indicate truncated text.

" - }, - { - "name": "enableReturnKey", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the return key is enabled automatically when there is text in this text \nfield.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the field is enabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "font", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Font", - "isClassProperty": false, - "description": "

Font to use for text.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "hintText", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Hint text to display when the field is empty.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "keyboardToolbar", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of toolbar button objects or a toolbar to be used when the \nkeyboard is displayed.

" - }, - { - "name": "keyboardToolbarColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the keyboard toolbar if keyboardToolbar is an array, as a color name or hex triplet.

" - }, - { - "name": "keyboardToolbarHeight", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Height of the keyboard toolbar if keyboardToolbar is an array.

" - }, - { - "name": "keyboardType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Keyboard type to display when this text field is focused.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "leftButton", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Left button view.

" - }, - { - "name": "leftButtonMode", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines when to display the left button view.

" - }, - { - "name": "leftButtonPadding", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Padding between the left button and the edge of the field.

" - }, - { - "name": "maxLength", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Maximum length of text field input.

" - }, - { - "name": "minimumFontSize", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Minimum size of the font when the font is sized based on the contents. Enables font \nscaling to fit.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "paddingLeft", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Left padding of this text field.

" - }, - { - "name": "paddingRight", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Right padding of this text field.

" - }, - { - "name": "passwordMask", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Obscure the input text from the user.

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "returnKeyType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Specifies the text to display on the keyboard Return key when this field is focused.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "rightButton", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Right button view.

" - }, - { - "name": "rightButtonMode", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines when to display the right button view.

" - }, - { - "name": "rightButtonPadding", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Padding between the right button and the edge of the field.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "suppressReturn", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the return key should be suppressed during entry.

" - }, - { - "name": "textAlign", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text alignment within this text field.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "value", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Value of this text field, which may be set programmatically and modified by the user.

" - }, - { - "name": "verticalAlign", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Vertical alignment within this text field.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "blur", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Forces the field to lose focus.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "focus", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Forces the field to gain focus.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getAppearance", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the appearance property.

" - }, - { - "name": "getAutoLink", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autoLink property.

" - }, - { - "name": "getAutocapitalization", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autocapitalization property.

" - }, - { - "name": "getAutocorrect", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autocorrect property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderStyle property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getClearButtonMode", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the clearButtonMode property.

" - }, - { - "name": "getClearOnEdit", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the clearOnEdit property.

" - }, - { - "name": "getColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the color property.

" - }, - { - "name": "getEditable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the editable property.

" - }, - { - "name": "getEllipsize", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ellipsize property.

" - }, - { - "name": "getEnableReturnKey", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enableReturnKey property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getFont", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Font", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the font property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHintText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hintText property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getKeyboardToolbar", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - }, - { - "type": "Titanium.UI.iOS.Toolbar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keyboardToolbar property.

" - }, - { - "name": "getKeyboardToolbarColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keyboardToolbarColor property.

" - }, - { - "name": "getKeyboardToolbarHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keyboardToolbarHeight property.

" - }, - { - "name": "getKeyboardType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keyboardType property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getLeftButton", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the leftButton property.

" - }, - { - "name": "getLeftButtonMode", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the leftButtonMode property.

" - }, - { - "name": "getLeftButtonPadding", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the leftButtonPadding property.

" - }, - { - "name": "getMaxLength", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the maxLength property.

" - }, - { - "name": "getMinimumFontSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minimumFontSize property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getPaddingLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the paddingLeft property.

" - }, - { - "name": "getPaddingRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the paddingRight property.

" - }, - { - "name": "getPasswordMask", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the passwordMask property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getReturnKeyType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the returnKeyType property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getRightButton", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rightButton property.

" - }, - { - "name": "getRightButtonMode", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rightButtonMode property.

" - }, - { - "name": "getRightButtonPadding", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rightButtonPadding property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getSuppressReturn", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the suppressReturn property.

" - }, - { - "name": "getTextAlign", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textAlign property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the value property.

" - }, - { - "name": "getVerticalAlign", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the verticalAlign property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hasText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this text field contains text.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this text field contains text.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setAppearance", - "isInternal": false, - "parameters": [ - { - "name": "appearance", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the appearance property.

" - }, - { - "name": "setAutoLink", - "isInternal": false, - "parameters": [ - { - "name": "autoLink", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autoLink property.

" - }, - { - "name": "setAutocapitalization", - "isInternal": false, - "parameters": [ - { - "name": "autocapitalization", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autocapitalization property.

" - }, - { - "name": "setAutocorrect", - "isInternal": false, - "parameters": [ - { - "name": "autocorrect", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autocorrect property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderStyle", - "isInternal": false, - "parameters": [ - { - "name": "borderStyle", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderStyle property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setClearButtonMode", - "isInternal": false, - "parameters": [ - { - "name": "clearButtonMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the clearButtonMode property.

" - }, - { - "name": "setClearOnEdit", - "isInternal": false, - "parameters": [ - { - "name": "clearOnEdit", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the clearOnEdit property.

" - }, - { - "name": "setColor", - "isInternal": false, - "parameters": [ - { - "name": "color", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the color property.

" - }, - { - "name": "setEditable", - "isInternal": false, - "parameters": [ - { - "name": "editable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the editable property.

" - }, - { - "name": "setEllipsize", - "isInternal": false, - "parameters": [ - { - "name": "ellipsize", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ellipsize property.

" - }, - { - "name": "setEnableReturnKey", - "isInternal": false, - "parameters": [ - { - "name": "enableReturnKey", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enableReturnKey property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setFont", - "isInternal": false, - "parameters": [ - { - "name": "font", - "usage": "required", - "type": "Font", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the font property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHintText", - "isInternal": false, - "parameters": [ - { - "name": "hintText", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hintText property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setKeyboardToolbar", - "isInternal": false, - "parameters": [ - { - "name": "keyboardToolbar", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keyboardToolbar property.

" - }, - { - "name": "setKeyboardToolbarColor", - "isInternal": false, - "parameters": [ - { - "name": "keyboardToolbarColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keyboardToolbarColor property.

" - }, - { - "name": "setKeyboardToolbarHeight", - "isInternal": false, - "parameters": [ - { - "name": "keyboardToolbarHeight", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keyboardToolbarHeight property.

" - }, - { - "name": "setKeyboardType", - "isInternal": false, - "parameters": [ - { - "name": "keyboardType", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keyboardType property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setLeftButton", - "isInternal": false, - "parameters": [ - { - "name": "leftButton", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the leftButton property.

" - }, - { - "name": "setLeftButtonMode", - "isInternal": false, - "parameters": [ - { - "name": "leftButtonMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the leftButtonMode property.

" - }, - { - "name": "setLeftButtonPadding", - "isInternal": false, - "parameters": [ - { - "name": "leftButtonPadding", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the leftButtonPadding property.

" - }, - { - "name": "setMaxLength", - "isInternal": false, - "parameters": [ - { - "name": "maxLength", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the maxLength property.

" - }, - { - "name": "setMinimumFontSize", - "isInternal": false, - "parameters": [ - { - "name": "minimumFontSize", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the minimumFontSize property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setPaddingLeft", - "isInternal": false, - "parameters": [ - { - "name": "paddingLeft", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the paddingLeft property.

" - }, - { - "name": "setPaddingRight", - "isInternal": false, - "parameters": [ - { - "name": "paddingRight", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the paddingRight property.

" - }, - { - "name": "setPasswordMask", - "isInternal": false, - "parameters": [ - { - "name": "passwordMask", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the passwordMask property.

" - }, - { - "name": "setReturnKeyType", - "isInternal": false, - "parameters": [ - { - "name": "returnKeyType", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the returnKeyType property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setRightButton", - "isInternal": false, - "parameters": [ - { - "name": "rightButton", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rightButton property.

" - }, - { - "name": "setRightButtonMode", - "isInternal": false, - "parameters": [ - { - "name": "rightButtonMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rightButtonMode property.

" - }, - { - "name": "setRightButtonPadding", - "isInternal": false, - "parameters": [ - { - "name": "rightButtonPadding", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rightButtonPadding property.

" - }, - { - "name": "setSelection", - "isInternal": false, - "parameters": [ - { - "name": "start", - "usage": "required", - "type": "Number", - "description": "

Start index for selection. Value ranges from 0 to the text's length.

" - }, - { - "name": "end", - "usage": "required", - "type": "Number", - "description": "

End index for selection, not inclusive. Value ranges from 0 to the text's length.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Selects the text in range (start, end).

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setSuppressReturn", - "isInternal": false, - "parameters": [ - { - "name": "suppressReturn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the suppressReturn property.

" - }, - { - "name": "setTextAlign", - "isInternal": false, - "parameters": [ - { - "name": "textAlign", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the textAlign property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setValue", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the value property.

" - }, - { - "name": "setVerticalAlign", - "isInternal": false, - "parameters": [ - { - "name": "verticalAlign", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the verticalAlign property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "blur", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "String", - "description": "

Value of the field.

" - } - ], - "description": "

Fired when the field loses focus.

" - }, - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "String", - "description": "

New value of the field.

" - } - ], - "description": "

Fired when the field value changes.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "String", - "description": "

Value of the field.

" - } - ], - "description": "

Fired when the field gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "return", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "String", - "description": "

Value of this text area.

" - } - ], - "description": "

Fired when the return key is pressed on the keyboard.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.Android.Calendar.Calendar", - "description": "

An object that represents a single calendar on Android. Deprecated since 3.1.1.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "hidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether this calendar is hidden.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Identifier of this calendar.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Display name of this calendar.

" - }, - { - "name": "selected", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the calendar is selected.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createEvent", - "isInternal": false, - "parameters": [ - { - "name": "properties", - "usage": "required", - "type": "Titanium.Android.Calendar.Event", - "description": "

Properties of the event

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Calendar.Event", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an event in this calendar.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getEventById", - "isInternal": false, - "parameters": [ - { - "name": "id", - "usage": "required", - "type": "Number", - "description": "

Identifier of the event.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Calendar.Event", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the event with the specified identifier.

" - }, - { - "name": "getEventsBetweenDates", - "isInternal": false, - "parameters": [ - { - "name": "date1", - "usage": "required", - "type": "Date", - "description": "

Start date.

" - }, - { - "name": "date2", - "usage": "required", - "type": "Date", - "description": "

End date.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets events that occur between two dates.

" - }, - { - "name": "getEventsInDate", - "isInternal": false, - "parameters": [ - { - "name": "year", - "usage": "required", - "type": "Number", - "description": "

Year of the events.

" - }, - { - "name": "month", - "usage": "required", - "type": "Number", - "description": "

Month of the events, as a zero-based integer with January at 0 and December at 11.

" - }, - { - "name": "day", - "usage": "required", - "type": "Number", - "description": "

Day of the month of the events.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets events that occur on a specified date.

" - }, - { - "name": "getEventsInMonth", - "isInternal": false, - "parameters": [ - { - "name": "year", - "usage": "required", - "type": "Number", - "description": "

Year of the events.

" - }, - { - "name": "month", - "usage": "required", - "type": "Number", - "description": "

Month of the events, as a zero-based integer with January at 0 and December at 11.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets events that occur during a specified month.

" - }, - { - "name": "getEventsInYear", - "isInternal": false, - "parameters": [ - { - "name": "year", - "usage": "required", - "type": "Number", - "description": "

Year of the events.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets all events that occur during a specified year.

" - }, - { - "name": "getHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hidden property.

" - }, - { - "name": "getId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the id property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "getSelected", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selected property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Network.BonjourService", - "description": "

Describes a service on the network which is published by Bonjour.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

You can obtain a BonjourService instance by calling Titanium.Network.createBonjourService \nor from the service list from a BonjourBrowser
\nupdatedServices event.
\n

\n

You can only publish Bonjour services attached to a socket which is currently listening; \nyou cannot publish a service for a remotely connected socket. If you stop the Bonjour \nservice and wish to close the socket it uses, it is strongly recommended that you stop \nthe service first. When a window which publishes a Bonjour service is closed, you must \nstop the service if the associated socket is also to be closed, or if it is no longer \nnecessary to publish. Unlike other network operations, Bonjour service resolution and \npublishing is synchronous, so be aware that your code may block while resolution is going \non. In particular, you may wish to display UI elements indicating background activity \nbefore beginning resolution.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "domain", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

the domain of the service

" - }, - { - "name": "isLocal", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

whether or not the service is local to the device

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

the name of the service

" - }, - { - "name": "socket", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

the TCPSocket object that is used to connect to the service

" - }, - { - "name": "type", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

the type of the service

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getDomain", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the domain property.

" - }, - { - "name": "getIsLocal", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the isLocal property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "getSocket", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the socket property.

" - }, - { - "name": "getType", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the type property.

" - }, - { - "name": "publish", - "isInternal": false, - "parameters": [ - { - "name": "socket", - "usage": "required", - "type": "Object", - "description": "

a TCPSocket object to associate with the Bonjour service.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Publish a Bonjour service to the network. Only works if isLocal is TRUE

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "resolve", - "isInternal": false, - "parameters": [ - { - "name": "timeout", - "usage": "required", - "type": "Number", - "description": "

the timeout for service resolution, in seconds. Optional, default is 120s.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Resolve a Bonjour service from the network. Must be done before attempting to access the service's socket information, if a remote service. You cannot resolve a locally published service.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setDomain", - "isInternal": false, - "parameters": [ - { - "name": "domain", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the domain property.

" - }, - { - "name": "setIsLocal", - "isInternal": false, - "parameters": [ - { - "name": "isLocal", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the isLocal property.

" - }, - { - "name": "setName", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the name property.

" - }, - { - "name": "setSocket", - "isInternal": false, - "parameters": [ - { - "name": "socket", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the socket property.

" - }, - { - "name": "setType", - "isInternal": false, - "parameters": [ - { - "name": "type", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the type property.

" - }, - { - "name": "stop", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Halts publication of a service.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.NavigationGroup", - "description": "

A Navigation Group implements a specialized view that manages the navigation of hierarchical \ncontent.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

Creates a navigation group with the first window colored red.\nPress the button to open the blue window.\nUse the back button to return to the red root window.

\n
var win1 = Titanium.UI.createWindow();\n\nvar win2 = Titanium.UI.createWindow({\n    backgroundColor: 'red',\n    title: 'Red Window'\n});\n\nvar win3 = Titanium.UI.createWindow({\n    backgroundColor: 'blue',\n    title: 'Blue Window'\n});\n\nvar button = Titanium.UI.createButton({\n    title: 'Open Blue Window'\n});\nbutton.addEventListener('click', function(){\n    nav.open(win3, {animated:true});\n});\n\nvar nav = Titanium.UI.iPhone.createNavigationGroup({\n   window: win2\n});\n\nwin2.add(button);\nwin1.add(nav);\nwin1.open();\n
", - "name": "Simple Navigation Group" - }, - { - "code": "

Previous example as two Alloy views.

\n

navgroup.xml:

\n
<Alloy>\n    <Window>\n        <NavigationGroup id=\"nav\" platform=\"ios\">\n            <Window id=\"win2\" title=\"Red Window\" backgroundColor=\"red\">\n                <Button title=\"Open Blue Window\" onClick=\"openBlueWindow\">\n            </Window>\n        </NavigationGroup>\n    </Window>\n</Alloy>\n
\n

navgroup.js:

\n
function openBlueWindow(){\n    var win3 = Alloy.createController('bluewindow').getView();\n    $.nav.open(win3, {animated : true});\n}\n
\n

bluewindow.xml:

\n
<Alloy>\n    <Window title=\"Blue Window\" backgroundColor=\"blue\" />\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The navigation group is created with the method Titanium.UI.iPhone.createNavigationGroup.

\n

\"navgroup\"

\n

The window property must be set initially in the constructor when creating a navigation group \nto the root level window. All navigation groups must have at least one root window that cannot \nbe removed.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "window", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.Window", - "isClassProperty": false, - "description": "

Window to add to this navigation group.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "parameters": [ - { - "name": "window", - "usage": "required", - "type": "Titanium.UI.Window", - "description": "

Window to close.

" - }, - { - "name": "options", - "usage": "required", - "type": "Object", - "description": "

Options supporting a single animated boolean property to determine whether the window \nwill be animated (default) while being closed.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes a window and removes it from the navigation group.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getWindow", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Window", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the window property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "open", - "isInternal": false, - "parameters": [ - { - "name": "window", - "usage": "required", - "type": "Titanium.UI.Window", - "description": "

Window to open.

" - }, - { - "name": "options", - "usage": "required", - "type": "Object", - "description": "

Options supporting a single animated boolean property to determine whether the window \nwill be animated (default) while being closed.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens a window within the navigation group.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.Contacts.Group", - "description": "

An object which represents a group in the system contacts address book.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

See examples in Titanium.Contacts for more information.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this group.

" - }, - { - "name": "recordId", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Record identifier of the group. Single value.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "person", - "usage": "required", - "type": "Titanium.Contacts.Person", - "description": "

Person to add.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a person to this group.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "getRecordId", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the recordId property.

" - }, - { - "name": "members", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets people that are members of this group.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "person", - "usage": "required", - "type": "Titanium.Contacts.Person", - "description": "

Person to remove.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a person from this group.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setName", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the name property.

" - }, - { - "name": "setRecordId", - "isInternal": false, - "parameters": [ - { - "name": "recordId", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the recordId property.

" - }, - { - "name": "sortedMembers", - "isInternal": false, - "parameters": [ - { - "name": "sortBy", - "usage": "required", - "type": "Number", - "description": "

Method for sorting. One of \nCONTACTS_SORT_FIRST_NAME, \nor CONTACTS_SORT_LAST_NAME.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets people that are members of this group, sorted in the specified order.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "EncodeNumberDict", - "description": "

Named parameters for Titanium.Codec.encodeNumber.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "byteOrder", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Byte order to encode with.

" - }, - { - "name": "dest", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Buffer", - "isClassProperty": false, - "description": "

Destination buffer.

" - }, - { - "name": "position", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index in the dest buffer of the first byte of encoded data.

" - }, - { - "name": "source", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number to encode.

" - }, - { - "name": "type", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Encoding type to use. Must be one of Titanium.Codec.TYPE_BYTE, Titanium.Codec.TYPE_SHORT, Titanium.Codec.TYPE_INT, Titanium.Codec.TYPE_FLOAT, Titanium.Codec.TYPE_LONG, or Titanium.Codec.TYPE_DOUBLE.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.XML.EntityReference", - "description": "

Represents an XML entity reference.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Implements the DOM Level 2 API \non Android and iOS. Exposes the \nDOM Level 3 API implementation on Mobile Web.

" - ], - "properties": [ - { - "name": "ATTRIBUTE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nAttr node.
\n

" - }, - { - "name": "CDATA_SECTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nCDATASection node.
\n

" - }, - { - "name": "COMMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nComment node.
\n

" - }, - { - "name": "DOCUMENT_FRAGMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentFragment node.
\n

" - }, - { - "name": "DOCUMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocument node.
\n

" - }, - { - "name": "DOCUMENT_TYPE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentType node.
\n

" - }, - { - "name": "ELEMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nElement node.
\n

" - }, - { - "name": "ENTITY_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntity node.
\n

" - }, - { - "name": "ENTITY_REFERENCE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntityReference node.
\n

" - }, - { - "name": "NOTATION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nNotation node.
\n

" - }, - { - "name": "PROCESSING_INSTRUCTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nProcessingInstruction node.
\n

" - }, - { - "name": "TEXT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nText node.
\n

" - }, - { - "name": "attributes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A map of this node's attributes.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "childNodes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NodeList", - "isClassProperty": false, - "description": "

A Titanium.XML.NodeList of this node's children.

" - }, - { - "name": "firstChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's first child.

" - }, - { - "name": "lastChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's last child.

" - }, - { - "name": "localName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local part of the qualified name of this node.

" - }, - { - "name": "namespaceURI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace URI of this node.

" - }, - { - "name": "nextSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's next sibling.

" - }, - { - "name": "nodeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this node.

" - }, - { - "name": "nodeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

This node's type. One of ELEMENT_NODE, ATTRIBUTE_NODE, TEXT_NODE, CDATA_SECTION_NODE,\nENTITY_REFERENCE_NODE, ENTITY_NODE, PROCESSING_INSTRUCTION_NODE, COMMENT_NODE,\nDOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE, NOTATION_NODE.

" - }, - { - "name": "nodeValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of this node.

" - }, - { - "name": "ownerDocument", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

This node's owning document.

" - }, - { - "name": "parentNode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's parent node.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace prefix of this node.

" - }, - { - "name": "previousSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's previous sibling.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.\n Deprecated since 2.0.0. Use textContent instead.

" - }, - { - "name": "textContent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "appendChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Newly-appended node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the node newChild as a child of this node.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cloneNode", - "isInternal": false, - "parameters": [ - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

Whether or not to perform a deep copy of this node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Cloned node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a duplicate of this node.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the attributes property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the childNodes property.

" - }, - { - "name": "getFirstChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstChild property.

" - }, - { - "name": "getLastChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastChild property.

" - }, - { - "name": "getLocalName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the localName property.

" - }, - { - "name": "getNamespaceURI", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the namespaceURI property.

" - }, - { - "name": "getNextSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nextSibling property.

" - }, - { - "name": "getNodeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeName property.

" - }, - { - "name": "getNodeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeType property.

" - }, - { - "name": "getNodeValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeValue property.

" - }, - { - "name": "getOwnerDocument", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerDocument property.

" - }, - { - "name": "getParentNode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the parentNode property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getPreviousSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the previousSibling property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property. Deprecated since 2.0.0.

" - }, - { - "name": "getTextContent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textContent property.

" - }, - { - "name": "hasAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has attributes, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has attributes.

" - }, - { - "name": "hasChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has children, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has child nodes.

" - }, - { - "name": "insertBefore", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert.

" - }, - { - "name": "refChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert newChild before.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The inserted node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts the node newChild before the node refChild.

" - }, - { - "name": "isSupported", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

Name of the feature.

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

Version number of the feature.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if the feature is supported, false if it is not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tests whether the DOM implementation supports a specific feature.

" - }, - { - "name": "normalize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Normalizes text and attribute nodes in this node's child hierarchy.

" - }, - { - "name": "removeChild", - "isInternal": false, - "parameters": [ - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child node from this node.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node.

" - }, - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node being replaced.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces the node oldChild with the node newChild.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setLocalName", - "isInternal": false, - "parameters": [ - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the localName property.

" - }, - { - "name": "setNodeValue", - "isInternal": false, - "parameters": [ - { - "name": "nodeValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nodeValue property.

" - }, - { - "name": "setPrefix", - "isInternal": false, - "parameters": [ - { - "name": "prefix", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prefix property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "MusicLibraryResponseType", - "description": "

Simple object passed to the openMusicLibrary\nsuccess callback function.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "items", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

A list of all the items chosen by the user.

" - }, - { - "name": "representative", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Media.Item", - "isClassProperty": false, - "description": "

A single representative of the selected items.

" - }, - { - "name": "types", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Media types in this collection, represented as the bitwise OR of the media type\nvalues for all media types represented in items.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Locale", - "description": "

The top level Locale module.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The Locale module works with localization files to which are generated during compilation \ninto the operating system specific localization formats. The Locale module provides \nlocale-specific strings which can be referenced at runtime. Additionally, the module \ncontains a few methods and properties for querying device locale information.

\n

The macro L can be used as an alias for the Titanium.Locale.getString method.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "currentCountry", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Country of the current system locale, as an ISO 2-letter code.

" - }, - { - "name": "currentLanguage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Language of the current system locale, as an ISO 2-letter code.

" - }, - { - "name": "currentLocale", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Current system locale, as a combination of ISO 2-letter language and country codes.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "formatTelephoneNumber", - "isInternal": false, - "parameters": [ - { - "name": "number", - "usage": "required", - "type": "String", - "description": "

Phone number.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Formats a telephone number according to the current system locale.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCurrencyCode", - "isInternal": false, - "parameters": [ - { - "name": "locale", - "usage": "required", - "type": "String", - "description": "

Locale, as a combination of ISO 2-letter language and country codes. For example, \nen-US or en-GB. See the \nISO 639-1 and \nISO 3166-1 alpha-2 \nsections of wikipedia for reference.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the ISO 3-letter currency code for the specified locale.

" - }, - { - "name": "getCurrencySymbol", - "isInternal": false, - "parameters": [ - { - "name": "currencyCode", - "usage": "required", - "type": "String", - "description": "

Currency, as an ISO 3-letter code. For example, USD or GBP. See the \nCurrency List section of the www.xe.com website for \nreference.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the currency symbol for the specified currency code.

" - }, - { - "name": "getCurrentCountry", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the currentCountry property.

" - }, - { - "name": "getCurrentLanguage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the currentLanguage property.

" - }, - { - "name": "getCurrentLocale", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the currentLocale property.

" - }, - { - "name": "getLocaleCurrencySymbol", - "isInternal": false, - "parameters": [ - { - "name": "locale", - "usage": "required", - "type": "String", - "description": "

Locale, as a combination of ISO 2-letter language and country codes. For example, \nen-US or en-GB. See the \nISO 639-1 and \nISO 3166-1 alpha-2 \nsections of wikipedia for reference.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the currency symbol for the specified locale.

" - }, - { - "name": "getString", - "isInternal": false, - "parameters": [ - { - "name": "key", - "usage": "required", - "type": "String", - "description": "

Key of string.

" - }, - { - "name": "hint", - "usage": "optional", - "type": "String", - "description": "

Text to return if key does not exist in the localization file.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

Localize two strings, \"hello\" and \"goodbye\" (using the keys \"greeting\" and \"signoff\") \nfor English and Spanish system locales.
\n

\n

Note: use the device's system settings to change locales and test this code.

\n

/i18n/en/strings.xml

\n
<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<resources>\n  <string name=\"phrase\" formatted=\"false\">You say %2$s and I say %1$s!</string>\n  <string name=\"greeting\">hello</string>\n  <string name=\"signoff\">goodbye</string>\n</resources>\n
\n

/i18n/es/strings.xml

\n
<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<resources>\n  <string name=\"phrase\" formatted=\"false\">You say %2$s and I say %1$s!</string>\n  <string name=\"greeting\">hola</string>\n  <string name=\"signoff\">adios</string>\n</resources>\n
\n

/Resources/app.js

\n
var i18nMissingMsg = '<no translation available>';\n\n// for English locales, displays \"You say goodbye and I say hello!\"\n// for Spanish locales, displays \"You say adios and I say hola!\"\nTi.API.info('You say ' + Ti.Locale.getString('signoff', i18nMissingMsg) + ' and I say ' + Ti.Locale.getString('greeting', i18nMissingMsg) + '!');\n\n// uses alias L() instead of Ti.Locale.getString()\n// formatted=\"false\" is used in the strings.xml element for multiple string substitution\n// for English locales, displays \"You say goodbye and I say hello!\"\n// for Spanish locales, displays \"You say adios and I say hola!\"\nTi.API.info(String.format(L('phrase'), L('greeting', i18nMissingMsg), L('signoff', i18nMissingMsg)));\n
", - "name": "String Localization Demonstration" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a string, localized according to the current system locale using the appropriate \n/i18n/LANG/strings.xml localization file.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "CloudEmailsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "recurrenceEndDictionary", - "description": "

Dictionary containing either endDate or occurrenceCount property.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "endDate", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

End date of the recurrence end, or undefined if the recurrence end is count-based.

" - }, - { - "name": "occurrenceCount", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Occurrence count of the recurrence end, or 0 if the recurrence end is date-based.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Global", - "description": "

The APIs that reside in the global scope, which may be called without a namespace prefix.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Titanium provides a number of global built-in objects, detailed below.

\n

JSON

\n

Titanium provides a built-in JSON object two functions, parse and stringify.

\n

String Utilities

\n

Titanium includes several extra utility functions for formatting text, attached to the\nglobal String object.

\n

console

\n

Titanium provides console support familiar to many javascript developers\nfor logging at the toplevel, in addition to the Titanium.API logging facilities.

\n

Timers

\n

Titanium has built-in support for one-off and repeating timers:

\n\n

Alert

\n

Titanium has a built-in convenience function alert which can be used as an alias \nfor the AlertDialog module.

\n

Locale

\n

The L macro can also be used as an alias for the Titanium.Locale.getString method.

" - ], - "properties": [], - "functions": [ - { - "name": "L", - "isInternal": false, - "parameters": [ - { - "name": "key", - "usage": "required", - "type": "String", - "description": "

Key used to lookup the localized string.

" - }, - { - "name": "hint", - "usage": "optional", - "type": "String", - "description": "

Text to return if key is not found.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

Localized string defined by key, or value of hint otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

An alias for Titanium.Locale.getString.

" - }, - { - "name": "alert", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "String", - "description": "

Alert message.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Displays a pop-up alert dialog with the passed in message.

" - }, - { - "name": "clearInterval", - "isInternal": false, - "parameters": [ - { - "name": "timerId", - "usage": "required", - "type": "Number", - "description": "

Unique timer identifier returned by setInterval.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Cancels an interval timer.

" - }, - { - "name": "clearTimeout", - "isInternal": false, - "parameters": [ - { - "name": "timerId", - "usage": "required", - "type": "Number", - "description": "

Unique timer identifier returned by setTimeout.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Cancels a one-time timer.

" - }, - { - "name": "decodeURIComponent", - "isInternal": false, - "parameters": [ - { - "name": "encodedURI", - "usage": "required", - "type": "String", - "description": "

Text that optionally contains encoded escape sequences.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

Decoded string.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces each escape sequence in the specified string, created using the encodedURI \nmethod, with the character that it represents.

" - }, - { - "name": "encodeURIComponent", - "isInternal": false, - "parameters": [ - { - "name": "string", - "usage": "required", - "type": "String", - "description": "

Text that optionally contains special characters.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

Encoded string.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces each special character in the specified string with the equivalent URI escape \nsequence. Useful for encoding URIs.

" - }, - { - "name": "require", - "isInternal": false, - "parameters": [ - { - "name": "moduleId", - "usage": "required", - "type": "String", - "description": "

Native module ID, or local path to a JavaScript file, minus the .js extension.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "

Exported exports object of the required module.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

To load a native module with the ID com.mycompany.module:

\n
var module = require('com.mycompany.module');\n
", - "name": "Require a Native Module" - }, - { - "code": "

myModule.js:

\n
exports.message = \"hello world\";\n
\n

app.js:

\n
var myModule = require('myModule');\nalert(myModule.message);\n
", - "name": "Require a JavaScript Module" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Loads either a native Titanium module, or a CommonJS module.

" - }, - { - "name": "setInterval", - "isInternal": false, - "parameters": [ - { - "name": "function", - "usage": "required", - "type": "Function", - "description": "

Function to call.

" - }, - { - "name": "delay", - "usage": "required", - "type": "Number", - "description": "

Time in milliseconds to wait between calls to function.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Unique timer identifier.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

var count = 0;\nvar timer = setInterval(function(){\n count++;\n label.text = \"count: \" + count;\n if (count == 10) {\n clearInterval(timer);\n }\n}, 1000);

", - "name": "Update a label once every second, and stop at 10 seconds" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Executes a function repeatedly with a fixed time delay between each call to that function.

" - }, - { - "name": "setTimeout", - "isInternal": false, - "parameters": [ - { - "name": "function", - "usage": "required", - "type": "Function", - "description": "

Code or function to call.

" - }, - { - "name": "delay", - "usage": "required", - "type": "Number", - "description": "

Time in milliseconds to wait before the function is called.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Unique timer identifier.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

setTimeout(function(){\n Ti.API.debug('Called using setTimeout');\n}, 500);

", - "name": "Execute a function in 500 milliseconds" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Executes code or a function after a delay.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud.Posts", - "description": "

Provides methods for accessing ACS posts.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates a new post and checks the response.

\n
Cloud.Posts.create({\n    content: 'Man Walks On Moon',\n    title: 'News of the day',\n    photo: Titanium.Filesystem.getFile('photo.jpg')\n}, function (e) {\n    if (e.success) {\n        var post = e.posts[0];\n        alert('Success:\\n' +\n            'id: ' + post.id + '\\n' +\n            'title: ' + post.title + '\\n' +\n            'content: ' + post.content + '\\n' +\n            'updated_at: ' + post.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create Post" - }, - { - "code": "

This example retrieves information about a post and checks the response.

\n
Cloud.Posts.show({\n    post_id: savedPostId\n}, function (e) {\n    if (e.success) {\n        var post = e.posts[0];\n        alert('Success:\\n' +\n            'id: ' + post.id + '\\n' +\n            'title: ' + post.title + '\\n' +\n            'content: ' + post.content + '\\n' +\n            'updated_at: ' + post.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show a Post" - }, - { - "code": "

This example requests a list of posts and checks the response.

\n
Cloud.Posts.query({\n    page: 1,\n    per_page: 20,\n    where: {\n        reviews_count: { '$gt': 1.0 }\n    }\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.posts.length);\n        for (var i = 0; i < e.posts.length; i++) {\n            var post = e.posts[i];\n            alert('id: ' + post.id + '\\n' +\n                'id: ' + post.id + '\\n' +\n                'title: ' + post.title + '\\n' +\n                'content: ' + post.content + '\\n' +\n                'updated_at: ' + post.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Query for Posts" - }, - { - "code": "

This example updates a post and checks the response.

\n
Cloud.Posts.update({\n    post_id: savedPostId,\n    title: 'Lunar Eclipse'\n}, function (e) {\n    if (e.success) {\n        var post = e.posts[0];\n        alert('Success:\\n' +\n            'id: ' + post.id + '\\n' +\n            'title: ' + post.title + '\\n' +\n            'content: ' + post.content + '\\n' +\n            'updated_at: ' + post.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Update a Post" - }, - { - "code": "

This example deletes a post and checks the response.

\n
Cloud.Posts.remove({\n    post_id: savedPostId\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove a Post" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Create a post.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "query", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of posts with sorting and pagination.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Delete a post.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve information about a post.

" - }, - { - "name": "update", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Update the information for a post.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Android.Notification", - "description": "

The Titanium binding of an \nAndroid Notification.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [ - "

This object is used for status bar notifications.

\n

See the official Android documentation on \nStatus Bar Notifications\nfor an overview of how status bar notifications are used.

\n

If you pass contentTitle and/or contentText into Titanium.Android.createNotification, \nthen setLatestEventInfo will automatically be called with those properties. There's no need \nto call it separately unless you want to update the notification at a later time. You can also \nuse a custom layout.xml wrapped in \na Titanium.Android.RemoteViews object in the contentView property, which gives more \nfine grained control and customization to how the notification actually behaves.

\n

Use the NotificationManager module to send\nand cancel notifications.

\n

For Android \"toast\" (pop-up) notifications, see Titanium.UI.Notification.

" - ], - "properties": [ - { - "name": "audioStreamType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The audio stream type to use when playing the sound.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "contentIntent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.Android.PendingIntent", - "isClassProperty": false, - "description": "

The PendingIntent to execute when the expanded status entry is clicked.

" - }, - { - "name": "contentText", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Description text of the notification.

" - }, - { - "name": "contentTitle", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of the notification.

" - }, - { - "name": "contentView", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.Android.RemoteViews", - "isClassProperty": false, - "description": "

Custom layout to display in the notification.

" - }, - { - "name": "defaults", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Specifies which values should be taken from the defaults.

" - }, - { - "name": "deleteIntent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.Android.PendingIntent", - "isClassProperty": false, - "description": "

The PendingIntent to execute when the status entry is deleted by the user with the \"Clear All Notifications\" button.

" - }, - { - "name": "flags", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Set of flags for the notification.

" - }, - { - "name": "icon", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Notification icon, specified as an Android resource ID, or a local URL to a density-specific image.

" - }, - { - "name": "ledARGB", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The color for the LED to blink.

" - }, - { - "name": "ledOffMS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of milliseconds for the LED to be off while it's flashing.

" - }, - { - "name": "ledOnMS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of milliseconds for the LED to be on while it's flashing.

" - }, - { - "name": "number", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of events that this notification represents.

" - }, - { - "name": "sound", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A URL to the sound to play.

" - }, - { - "name": "tickerText", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text to scroll across the screen when this item is added to the status bar.

" - }, - { - "name": "when", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

The timestamp for the notification (defaults to the current time).

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAudioStreamType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the audioStreamType property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getContentIntent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.PendingIntent", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the contentIntent property.

" - }, - { - "name": "getContentText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the contentText property.

" - }, - { - "name": "getContentTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the contentTitle property.

" - }, - { - "name": "getDefaults", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the defaults property.

" - }, - { - "name": "getDeleteIntent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.PendingIntent", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the deleteIntent property.

" - }, - { - "name": "getFlags", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the flags property.

" - }, - { - "name": "getIcon", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the icon property.

" - }, - { - "name": "getLedARGB", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ledARGB property.

" - }, - { - "name": "getLedOffMS", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ledOffMS property.

" - }, - { - "name": "getLedOnMS", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ledOnMS property.

" - }, - { - "name": "getNumber", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the number property.

" - }, - { - "name": "getSound", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the sound property.

" - }, - { - "name": "getTickerText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tickerText property.

" - }, - { - "name": "getWhen", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - }, - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the when property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAudioStreamType", - "isInternal": false, - "parameters": [ - { - "name": "audioStreamType", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the audioStreamType property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setContentIntent", - "isInternal": false, - "parameters": [ - { - "name": "contentIntent", - "usage": "required", - "type": "Titanium.Android.PendingIntent", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the contentIntent property.

" - }, - { - "name": "setContentText", - "isInternal": false, - "parameters": [ - { - "name": "contentText", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the contentText property.

" - }, - { - "name": "setContentTitle", - "isInternal": false, - "parameters": [ - { - "name": "contentTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the contentTitle property.

" - }, - { - "name": "setContentView", - "isInternal": false, - "parameters": [ - { - "name": "contentView", - "usage": "required", - "type": "Titanium.Android.RemoteViews", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the contentView property.

" - }, - { - "name": "setDefaults", - "isInternal": false, - "parameters": [ - { - "name": "defaults", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the defaults property.

" - }, - { - "name": "setDeleteIntent", - "isInternal": false, - "parameters": [ - { - "name": "deleteIntent", - "usage": "required", - "type": "Titanium.Android.PendingIntent", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the deleteIntent property.

" - }, - { - "name": "setFlags", - "isInternal": false, - "parameters": [ - { - "name": "flags", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the flags property.

" - }, - { - "name": "setIcon", - "isInternal": false, - "parameters": [ - { - "name": "icon", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the icon property.

" - }, - { - "name": "setLatestEventInfo", - "isInternal": false, - "parameters": [ - { - "name": "contentTitle", - "usage": "required", - "type": "String", - "description": "

Title to display when the notification is expanded.

" - }, - { - "name": "contentText", - "usage": "required", - "type": "String", - "description": "

Text to display when the notification is expanded.

" - }, - { - "name": "contentIntent", - "usage": "required", - "type": "Titanium.Android.PendingIntent", - "description": "

Intent to launch when the user clicks on the notification.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the latest event info using the built-in Notification View for this notification.

" - }, - { - "name": "setLedARGB", - "isInternal": false, - "parameters": [ - { - "name": "ledARGB", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ledARGB property.

" - }, - { - "name": "setLedOffMS", - "isInternal": false, - "parameters": [ - { - "name": "ledOffMS", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ledOffMS property.

" - }, - { - "name": "setLedOnMS", - "isInternal": false, - "parameters": [ - { - "name": "ledOnMS", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ledOnMS property.

" - }, - { - "name": "setNumber", - "isInternal": false, - "parameters": [ - { - "name": "number", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the number property.

" - }, - { - "name": "setSound", - "isInternal": false, - "parameters": [ - { - "name": "sound", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the sound property.

" - }, - { - "name": "setTickerText", - "isInternal": false, - "parameters": [ - { - "name": "tickerText", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tickerText property.

" - }, - { - "name": "setWhen", - "isInternal": false, - "parameters": [ - { - "name": "when", - "usage": "required", - "type": "Date", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the when property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.App", - "description": "

The top level App module. The App module is mainly used for accessing information about the \napplication at runtime and for sending or listening for system events.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The App module exposes a number of properties set in the tiapp.xml file.
\n

\n

Three of these properties, the application name, ID, and URL, must be specified when the \napplication is created.
\n

\n

While most values may be changed by editing the tiapp.xml file after creating the project, \nthe GUID is automatically generated and should not be changed.

\n

iOS Application Life Cycle

\n

At any given moment, you applications can be in one of the following possible states:

\n\n

Responding To Interruptions

\n

System Alerts

\n

When an alert-based interruption occurs, such as an incoming phone call, the app moves \ntemporarily to the inactive state, and fires the pause event. The system then displays \nan alert to the user. The app remains in this state until the user dismisses the alert. \nAt this point, the app either returns to the active state and fires the resumed event; \nor moves to the background state and fires the paused event. In iOS 5, notifications that \ndisplay a banner do not deactivate your app in the way that alert-based notifications do.\nHowever, if the user pulls down the banner to reveal the notification center, your app \nmoves to the inactive state just as if an alert-based interruption had occurred.

\n

Alert-based interruptions result in temporary loss of control by your app and results in pause \nevent being fired. Your app continues to run in the foreground, but it does not recieve \ntouch events from the system. (It does continue to receive notifications and other types \nof events, such as accelerometer events.) When your app is moved back to the \nactive state, the resumed event is fired.

\n

The same set of events takes place when user double taps on the home button.

\n

Sleep/Wake Button

\n

Pressing the Sleep/Wake button is another type of interruption that causes your app to \nmove to an inactive state. When the app is in the foreground, if the Sleep/Wake button \nis pressed the following events take place:

\n\n

Home Button

\n

Pressing the home button is another kind of interruption. The app fires pause and \npausedevents before going into background. When app is reopened it fires the resume \nevent followed by the resumed event, returning the app to the normal state.

\n\n\n\n\n\n\n
Lifecycle events fired during different interruptions
Type of InterruptionGoing into BackgroundComing into Foreground
Alert-Based/Fast App Switchingpause resumed
Sleep/Wake Button iOS 4.Xpause resumed
iOS 5.0 +pausepausedresumeresumed
Home Button (backgrounding)pausepaused resumeresumed
\n\n

Blur and Focus Events

\n

When using the iOS pause/resume feature, the blur and focus events do not fire\nbefore the application enters the background or after it returns to the foreground,\nrespectively. Instead, the application needs to monitor the pause and resumed events,\nwhich relies on the underlying iOS events to determine the application state rather than the\nUI events.

\n

Application Level Events

\n

Application-level events are custom events that are defined globally for your\napplication. By convention, application-level events are set on the Titanium.App\nmodule, like this:

\n
Ti.App.addEventListener('app:myCustomEvent', myHandlerFunction);\n
\n

Adding a prefix (like 'app:' in this example) is optional, but can help ensure that\nyour custom event names don't conflict with any future Titanium events.

\n

Application-level event listeners can be added and fired from any context, including from inside\na web view, so they are ideal for communicating between separate parts of your\napplication.

\n

When you add an event listener on a Titanium module (such as Ti.App or\nTi.Geolocation), the event listener function is referenced from\nthe global context. This means the event listener function and any objecst it references\ncan't be garbage collected until the event listener is removed.

\n

This can lead to memory leaks if application-level event listeners are added and not\nremoved.

\n

See also: Event Handling\nin the Titanium Mobile Guides.

\n

System Level Accessibility Events

\n

System-level Accessibility events include:

\n\n

Currently there are four system-level accessibility events. Three of them are available for\nyour application to fire, and one of them is for your application to listen for.

\n
Firing Accessibility Events.
\n

The following accessibility events can be fired by your application to alert the accessibility\nsystem of a particular condition or to ask it to perform an action.

\n

These events are fired using Titanium.App.fireSystemEvent, which is available in Titanium Mobile 3.0.0.

\n\n
Listening for Accessibility Events
\n

Currently there is only one system accessibility event which your application can listen for using\nTitanium.App.addEventListener, namely Titanium.App.accessibilitychanged. This event, available on iOS and on Android\n(for devices running Ice Cream Sandwich or greater), is fired when the device's accessibility service is turned\non or off. The object passed as a parameter to the listener function contains an enabled property which is\ntrue if the accessibility service is now turned on, or false otherwise.

" - ], - "properties": [ - { - "name": "EVENT_ACCESSIBILITY_ANNOUNCEMENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Convenience constant for system event \"accessibilityannouncement\".

" - }, - { - "name": "EVENT_ACCESSIBILITY_CHANGED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Convenience constant for system event \"accessibilitychanged\".

" - }, - { - "name": "accessibilityEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether Accessibility is enabled by the system.

" - }, - { - "name": "analytics", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether Analytics is enabled, determined by tiapp.xml.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "copyright", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Application copyright statement, determined by tiapp.xml.

" - }, - { - "name": "deployType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Build type that reflects how the application was packaged; either test, development or \nproduction.

" - }, - { - "name": "description", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Application description, determined by tiapp.xml.

" - }, - { - "name": "disableNetworkActivityIndicator", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Prevents network activity indicator from being displayed.

" - }, - { - "name": "guid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Application globally-unique ID, determined by tiapp.xml.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Application ID, from tiapp.xml.

" - }, - { - "name": "idleTimerDisabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the screen is locked when the device is idle.

" - }, - { - "name": "installId", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The install ID for this application.

" - }, - { - "name": "keyboardVisible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether or not the soft keyboard is visible.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Application name, determined by tiapp.xml.

" - }, - { - "name": "proximityDetection", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether proximity detection is enabled.

" - }, - { - "name": "proximityState", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates the state of the device's proximity sensor, according to the \nTitanium.App.proximity event.

" - }, - { - "name": "publisher", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Application publisher, from tiapp.xml.

" - }, - { - "name": "sessionId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Unique session identifier for the current continuous run of the application.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Application URL, from tiapp.xml.

" - }, - { - "name": "version", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Application version, from tiapp.xml.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "fireSystemEvent", - "isInternal": false, - "parameters": [ - { - "name": "eventName", - "usage": "required", - "type": "String", - "description": "

The name of the event to fire.

" - }, - { - "name": "param", - "usage": "optional", - "type": "Object", - "description": "

A parameter to be passed to the system event.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fire a system-level event such as Titanium.App.EVENT_ACCESSIBILITY_ANNOUNCEMENT.

" - }, - { - "name": "getAccessibilityEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityEnabled property.

" - }, - { - "name": "getAnalytics", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the analytics property.

" - }, - { - "name": "getArguments", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "launchOptions", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the arguments passed to the application on startup.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCopyright", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the copyright property.

" - }, - { - "name": "getDeployType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the deployType property.

" - }, - { - "name": "getDescription", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the description property.

" - }, - { - "name": "getDisableNetworkActivityIndicator", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the disableNetworkActivityIndicator property.

" - }, - { - "name": "getGuid", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the guid property.

" - }, - { - "name": "getId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the id property.

" - }, - { - "name": "getIdleTimerDisabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the idleTimerDisabled property.

" - }, - { - "name": "getInstallId", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the installId property.

" - }, - { - "name": "getKeyboardVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keyboardVisible property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "getProximityDetection", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the proximityDetection property.

" - }, - { - "name": "getProximityState", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the proximityState property.

" - }, - { - "name": "getPublisher", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the publisher property.

" - }, - { - "name": "getSessionId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the sessionId property.

" - }, - { - "name": "getUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the url property.

" - }, - { - "name": "getVersion", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the version property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setDisableNetworkActivityIndicator", - "isInternal": false, - "parameters": [ - { - "name": "disableNetworkActivityIndicator", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the disableNetworkActivityIndicator property.

" - }, - { - "name": "setIdleTimerDisabled", - "isInternal": false, - "parameters": [ - { - "name": "idleTimerDisabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the idleTimerDisabled property.

" - }, - { - "name": "setProximityDetection", - "isInternal": false, - "parameters": [ - { - "name": "proximityDetection", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the proximityDetection property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [ - { - "name": "accessibilitychanged", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "enabled", - "deprecated": false, - "type": "Boolean", - "description": "

Whether accessibility is now enabled or disabled.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired by the system when the device's accessibility service is turned on or off.

" - }, - { - "name": "keyboardFrameChanged", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the soft keyboard is presented, on and off the screen. Deprecated since 3.0.0. Renamed to keyboardframechanged\n(all lowercase).\n

" - }, - { - "name": "keyboardframechanged", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the soft keyboard is presented, on and off the screen.

" - }, - { - "name": "pause", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the application transitions from active to inactive state on a multitasked system.

" - }, - { - "name": "paused", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the application transitions to the background on a multitasked system.

" - }, - { - "name": "proximity", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "state", - "deprecated": false, - "type": "", - "description": "

Proximity state value.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the proximity sensor changes state.

" - }, - { - "name": "resume", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the application returns to the foreground on a multitasked system.

" - }, - { - "name": "resumed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the application returns to the foreground.

" - }, - { - "name": "significanttimechange", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when there is a significant change in the time.

" - } - ] - }, - { - "name": "Titanium.Map.View", - "description": "

Map view is used for embedding native mapping capabilities as a view in your application.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

With native maps, you can control the mapping location, the type of map, the zoom level \nand you can add custom annotations directly to the map. Once the map view is\ndisplayed, the user can pan and zoom the map using the native control gestures.

\n

Use the Titanium.Map.createView method to create a map view.

\n

All latitude and longitude values are specified in decimal degrees. Values in degrees,\nminutes and seconds (DMS) must be converted to decimal degrees before being passed to\nthe map view.

\n

You can add Annotation objects to the map to mark points of\ninterest. An annotation has two states: selected and deselected. A deselected annotation \nis marked by a pin image. When selected, the full annotation is displayed, typically\nincluding a title, an optional subtitle, and one or more images.

\n

Android Platform Notes

\n

On Android, this module requires a Google Maps API v1 key. As of March 3, 2013,\nGoogle is no longer issuing Maps API v1 keys. If you want to add native maps support\nto your Android application, you need to use the Google Maps v2 module.

\n

Android supports only a single map view per application. This limitation is\nimposed by Android, not by Titanium. Attempting to add a second map view results in\nan exception being thrown.

\n

If you have a Maps API v1 key, edit your tiapp.xml file and add your new key as the\nvalue for the ti.android.google.map.api.key.production property.

\n

A development API key is included in the default tiapp.xml file. You can use this\nkey for development and testing as long as you are building your application with the \ndefault Titanium development keystore.

\n

iOS Platform Notes

\n

On iOS, you cannot call any methods on a map view until it has been added to a view.

\n

In addition to annotations, iOS supports adding routes to a map view, using\naddRoute.

\n

Mobile Web and Tizen Platform Notes

\n

For Mobile Web and Tizen, the default map provider is Google. Google Maps does not require you to obtain an API key,\nhowever it is encouraged that you use an API key so that you can monitor your Maps API usage. You can sign\nup for the Maps API key on the Google Code web site:

\n\n

If you get a Maps API key, edit your tiapp.xml file and add your new key as the\nvalue for the <mobileweb><map><apikey> tag.

\n
<mobileweb>\n    <map>\n        <apikey>[key goes here]</apikey>\n    </map>\n</mobileweb>\n
" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animate", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if changes to the mapping region should be animated.

" - }, - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if changes to the mapping region should be animated.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "annotations", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

An array of annotations to add to the map.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "hideAnnotationWhenTouchMap", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Hide the annotation when clicking in the map view outside of the annotation.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "latitudeDelta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The amount of north-to-south distance displayed on the map, measured in decimal degrees.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "longitudeDelta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The amount of east-to-west distance displayed on the map, measured in decimal degrees.

" - }, - { - "name": "mapType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Map type, either: Titanium.Map.STANDARD_TYPE, Titanium.Map.SATELLITE_TYPE or Titanium.Map.HYBRID_TYPE.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "region", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "MapRegionType", - "isClassProperty": false, - "description": "

A dictionary specifying the location and zoom level of the map.

\n

On the iOS platform, this property can only be set after the map view is loaded.\nTo ensure this property is set when the application starts, wait for the\n[complete][Titanium.UI.Map-event-complete] event.

" - }, - { - "name": "regionFit", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean indicating if the map region should be modified \nto fit the map view's aspect ratio.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "userLocation", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean indicating if the user's current device location should be shown on the\nmap.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addAnnotation", - "isInternal": false, - "parameters": [ - { - "name": "annotation", - "usage": "required", - "type": "Titanium.Map.Annotation", - "description": "

Either a dictionary of properties for the annotation or a Titanium.Map.Annotation instance.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a new annotation to the map.

" - }, - { - "name": "addAnnotations", - "isInternal": false, - "parameters": [ - { - "name": "annotations", - "usage": "required", - "type": "Array", - "description": "

Array of Annotation objects, or an array of\ndictionaries describing of properties for the annotation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds one or more new annotations to the map.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "addRoute", - "isInternal": false, - "parameters": [ - { - "name": "route", - "usage": "required", - "type": "MapRouteType", - "description": "

Simple dictionary object describing the route.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a route to the map.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "deselectAnnotation", - "isInternal": false, - "parameters": [ - { - "name": "annotation", - "usage": "required", - "type": "String", - "description": "

Annotation to deselect, identified by an annotation title or a Titanium.Map.Annotation reference.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Deselects the specified annotation, so the main annotation is hidden and only\na pin image is shown.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimate", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animate property.

" - }, - { - "name": "getAnimated", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animated property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getAnnotations", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the annotations property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHideAnnotationWhenTouchMap", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hideAnnotationWhenTouchMap property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLatitudeDelta", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the latitudeDelta property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getLongitudeDelta", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the longitudeDelta property.

" - }, - { - "name": "getMapType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the mapType property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRegion", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "MapRegionType", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the region property.

" - }, - { - "name": "getRegionFit", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the regionFit property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getUserLocation", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the userLocation property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllAnnotations", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all annotations from the map.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeAnnotation", - "isInternal": false, - "parameters": [ - { - "name": "annotation", - "usage": "required", - "type": "String", - "description": "

Annotation to remove, identified by an annotation title or a Titanium.Map.Annotation reference.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes an existing annotation from the map.

" - }, - { - "name": "removeAnnotations", - "isInternal": false, - "parameters": [ - { - "name": "annotations", - "usage": "required", - "type": "Array", - "description": "

Array of annotations to remove.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes one or more existing annotations from the map.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "removeRoute", - "isInternal": false, - "parameters": [ - { - "name": "route", - "usage": "required", - "type": "MapRouteType", - "description": "

Same route object passed to addRoute.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Remove a previously added route.

" - }, - { - "name": "selectAnnotation", - "isInternal": false, - "parameters": [ - { - "name": "annotation", - "usage": "required", - "type": "String", - "description": "

Annotation to show, identified by an annotation title or a Titanium.Map.Annotation reference.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Selects the annoation, showing the full annotation.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setAnimate", - "isInternal": false, - "parameters": [ - { - "name": "animate", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the animate property.

" - }, - { - "name": "setAnimated", - "isInternal": false, - "parameters": [ - { - "name": "animated", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the animated property.

" - }, - { - "name": "setAnnotations", - "isInternal": false, - "parameters": [ - { - "name": "annotations", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the annotations property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHideAnnotationWhenTouchMap", - "isInternal": false, - "parameters": [ - { - "name": "hideAnnotationWhenTouchMap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hideAnnotationWhenTouchMap property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setLocation", - "isInternal": false, - "parameters": [ - { - "name": "location", - "usage": "required", - "type": "MapLocationType", - "description": "

Dictionary specifying the location and the zoom level for the map.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the map location and zoom level.

" - }, - { - "name": "setMapType", - "isInternal": false, - "parameters": [ - { - "name": "mapType", - "usage": "required", - "type": "Number", - "description": "

Map type constant, either Titanium.Map.STANDARD_TYPE, Titanium.Map.SATELLITE_TYPE or \nTitanium.Map.HYBRID_TYPE.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the type of map (satellite, hybrid, or standard).

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRegion", - "isInternal": false, - "parameters": [ - { - "name": "region", - "usage": "required", - "type": "MapRegionType", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the region property.

" - }, - { - "name": "setRegionFit", - "isInternal": false, - "parameters": [ - { - "name": "regionFit", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the regionFit property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setUserLocation", - "isInternal": false, - "parameters": [ - { - "name": "userLocation", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the userLocation property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "zoom", - "isInternal": false, - "parameters": [ - { - "name": "level", - "usage": "required", - "type": "Number", - "description": "

Relative zoom level (positive to zoom in, negative to zoom out).

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Zooms in or out of the map.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "annotation", - "deprecated": false, - "type": "Titanium.Map.Annotation", - "description": "

Annotation source object.

" - }, - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "clicksource", - "deprecated": false, - "type": "String", - "description": "

Source of the click event, such as pin, or leftButton.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

the annotation index.

" - }, - { - "name": "latitude", - "deprecated": false, - "type": "Number", - "description": "

Latitude of the clicked annotation.

" - }, - { - "name": "longitude", - "deprecated": false, - "type": "Number", - "description": "

Longitude of the clicked annotation.

" - }, - { - "name": "map", - "deprecated": false, - "type": "Titanium.Map.View", - "description": "

The map view instance.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "subtitle", - "deprecated": false, - "type": "String", - "description": "

Subtitle of the annotation.

" - }, - { - "name": "title", - "deprecated": false, - "type": "String", - "description": "

Title of the annotation.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the user selects, deselects, or clicks on an annotation.

" - }, - { - "name": "complete", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

Error code. Error code will be 0.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

Error message, if any returned. Will be undefined.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates a successful operation. Returns true.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the map completes loading.

" - }, - { - "name": "error", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

Error message, if any returned. May be undefined.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates a successful operation. Returns false.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the map receives a mapping error.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "loading", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the map begins loading.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinchangedragstate", - "deprecated": false, - "properties": [ - { - "name": "annotation", - "deprecated": false, - "type": "Titanium.Map.Annotation", - "description": "

Annotation being dragged.

" - }, - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the annotation.

" - }, - { - "name": "map", - "deprecated": false, - "type": "Titanium.Map.View", - "description": "

This map view.

" - }, - { - "name": "newState", - "deprecated": false, - "type": "Number", - "description": "

New drag state for the annotation, one of\nANNOTATION_DRAG_STATE_NONE,\nANNOTATION_DRAG_STATE_START,\nANNOTATION_DRAG_STATE_DRAG,\nANNOTATION_DRAG_STATE_CANCEL or\nANNOTATION_DRAG_STATE_END.

" - }, - { - "name": "oldState", - "deprecated": false, - "type": "Number", - "description": "

Previous drag state for the annotation, one of\nANNOTATION_DRAG_STATE_NONE,\nANNOTATION_DRAG_STATE_START,\nANNOTATION_DRAG_STATE_DRAG,\nANNOTATION_DRAG_STATE_CANCEL or\nANNOTATION_DRAG_STATE_END.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "title", - "deprecated": false, - "type": "String", - "description": "

Annotation title.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the user interacts with a draggable annotation.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "regionChanged", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "latitude", - "deprecated": false, - "type": "Number", - "description": "

Latitude value for the center point of the map, in decimal degrees.

" - }, - { - "name": "latitudeDelta", - "deprecated": false, - "type": "Number", - "description": "

The amount of north-to-south distance displayed on the map, measured in decimal degrees.

" - }, - { - "name": "longitude", - "deprecated": false, - "type": "Number", - "description": "

Longitude value for the center point of the map, in decimal degrees.

" - }, - { - "name": "longitudeDelta", - "deprecated": false, - "type": "Number", - "description": "

The amount of east-to-west distance displayed on the map, measured in decimal degrees.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the mapping region changes.\n Deprecated since 3.0.0. Renamed to regionchanged\n(all lowercase).\n

" - }, - { - "name": "regionchanged", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "latitude", - "deprecated": false, - "type": "Number", - "description": "

Latitude value for the center point of the map, in decimal degrees.

" - }, - { - "name": "latitudeDelta", - "deprecated": false, - "type": "Number", - "description": "

The amount of north-to-south distance displayed on the map, measured in decimal degrees.

" - }, - { - "name": "longitude", - "deprecated": false, - "type": "Number", - "description": "

Longitude value for the center point of the map, in decimal degrees.

" - }, - { - "name": "longitudeDelta", - "deprecated": false, - "type": "Number", - "description": "

The amount of east-to-west distance displayed on the map, measured in decimal degrees.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the mapping region changes.

" - } - ] - }, - { - "name": "GradientColorRef", - "description": "

A simple object consisting of a color and an offset.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color value at this point in the gradient, as a color name or hex triplet.

" - }, - { - "name": "offset", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Offset of this color in the gradient, from 0 (start) to 1 (end).

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.TextArea", - "description": "

A multiline text field that supports editing and scrolling.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

This example creates a highly customized text area.

\n
var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\nvar textArea = Ti.UI.createTextArea({\n  borderWidth: 2,\n  borderColor: '#bbb',\n  borderRadius: 5,\n  color: '#888',\n  font: {fontSize:20, fontWeight:'bold'},\n  keyboardType: Ti.UI.KEYBOARD_NUMBER_PAD,\n  returnKeyType: Ti.UI.RETURNKEY_GO,\n  textAlign: 'left',\n  value: 'I am a textarea',\n  top: 60,\n  width: 300, height : 70\n});\nwin.add(textArea);\nwin.open();\n
", - "name": "Basic Text Area with Customizations" - }, - { - "code": "

On iOS, a configurable toolbar can be displayed above the virtual keyboard. \nToolbars can be used with both text areas and text fields. See Titanium.UI.iOS.Toolbar\nfor more information.

\n

This code excerpt creates a text area with a toolbar:

\n

Example using a custom keyboard toolbar:

\n
var send = Ti.UI.createButton({\n    style : Ti.UI.iPhone.SystemButtonStyle.DONE,\n    title : 'Send'\n});\n\nvar camera = Ti.UI.createButton({\n    systemButton : Ti.UI.iPhone.SystemButton.CAMERA\n});\n\nvar cancel = Ti.UI.createButton({\n    systemButton : Ti.UI.iPhone.SystemButton.CANCEL\n});\n\nvar flexSpace = Ti.UI.createButton({\n    systemButton : Ti.UI.iPhone.SystemButton.FLEXIBLE_SPACE\n});\n\nvar textarea = Ti.UI.createTextArea({\n    borderColor : '#000',\n    color : '#000',\n    keyboardToolbar : [cancel, flexSpace, camera, flexSpace, send],\n    keyboardToolbarColor : '#999',\n    keyboardToolbarHeight : 40,\n    value : 'Focus to see keyboard with toolbar',\n    top : 10,\n    width : 300, height : 120\n});\n
", - "name": "Text Area with Custom Keyboard Toolbar (iOS)" - }, - { - "code": "

Previous basic text area with customizations example as an Alloy view.

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\">\n        <TextArea id=\"textArea\"\n            borderWidth=\"2\" borderColor=\"#bbb\" borderRadius=\"5\"\n            color=\"#888\" textAlign=\"left\" value=\"I am a textarea\"\n            top=\"60\" width=\"300\" height=\"70\" />\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createTextArea method to create a text area.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "appearance", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines the appearance of the keyboard displayed when this text area is focused.

" - }, - { - "name": "autoLink", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Automatically convert text to clickable links.

" - }, - { - "name": "autocapitalization", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines how text is capitalized during typing.

" - }, - { - "name": "autocorrect", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to automatically correct text entered into this text area.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "clearOnEdit", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the value of this text area should be cleared when it is focused.

" - }, - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the text in this text area, as a color name or hex triplet.

" - }, - { - "name": "editable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether this field can be edited.

" - }, - { - "name": "ellipsize", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether an ellipsis (...) should be used to indicate truncated text.

" - }, - { - "name": "enableReturnKey", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the return key is enabled automatically when there is text in this text \narea.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether this field is enabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "font", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Font", - "isClassProperty": false, - "description": "

Font to use for text.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "hintText", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Hint text to display when the field is empty.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "keyboardToolbar", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of toolbar button objects or a toolbar to be used when the \nkeyboard is displayed.

" - }, - { - "name": "keyboardToolbarColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the keyboard toolbar if keyboardToolbar is an array, as a color name or hex triplet.

" - }, - { - "name": "keyboardToolbarHeight", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Height of the keyboard toolbar if keyboardToolbar is an array.

" - }, - { - "name": "keyboardType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Keyboard type to display when this text area is focused.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "maxLength", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Maximum length of text field input.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "returnKeyType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Specifies the text to display on the keyboard Return key when this text area is focused.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "scrollable", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether this text area can be scrolled.

" - }, - { - "name": "scrollsToTop", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Controls whether the scroll-to-top gesture is effective.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "suppressReturn", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the return key should be suppressed during text entry.

" - }, - { - "name": "textAlign", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text alignment within this text area.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "value", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Value of this text area, which may be set programmatically and modified by the user.

" - }, - { - "name": "verticalAlign", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Vertical alignment within this text area.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "blur", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Forces this text area to lose focus.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "focus", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Forces this text area to gain focus.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getAppearance", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the appearance property.

" - }, - { - "name": "getAutoLink", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autoLink property.

" - }, - { - "name": "getAutocapitalization", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autocapitalization property.

" - }, - { - "name": "getAutocorrect", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autocorrect property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getClearOnEdit", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the clearOnEdit property.

" - }, - { - "name": "getColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the color property.

" - }, - { - "name": "getEditable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the editable property.

" - }, - { - "name": "getEllipsize", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ellipsize property.

" - }, - { - "name": "getEnableReturnKey", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enableReturnKey property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getFont", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Font", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the font property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHintText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hintText property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getKeyboardToolbar", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - }, - { - "type": "Titanium.UI.iOS.Toolbar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keyboardToolbar property.

" - }, - { - "name": "getKeyboardToolbarColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keyboardToolbarColor property.

" - }, - { - "name": "getKeyboardToolbarHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keyboardToolbarHeight property.

" - }, - { - "name": "getKeyboardType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keyboardType property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getMaxLength", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the maxLength property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getReturnKeyType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the returnKeyType property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getScrollable", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scrollable property.

" - }, - { - "name": "getScrollsToTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scrollsToTop property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getSuppressReturn", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the suppressReturn property.

" - }, - { - "name": "getTextAlign", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textAlign property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the value property.

" - }, - { - "name": "getVerticalAlign", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the verticalAlign property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hasText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this text area contains text.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this text area contains text.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setAppearance", - "isInternal": false, - "parameters": [ - { - "name": "appearance", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the appearance property.

" - }, - { - "name": "setAutoLink", - "isInternal": false, - "parameters": [ - { - "name": "autoLink", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autoLink property.

" - }, - { - "name": "setAutocapitalization", - "isInternal": false, - "parameters": [ - { - "name": "autocapitalization", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autocapitalization property.

" - }, - { - "name": "setAutocorrect", - "isInternal": false, - "parameters": [ - { - "name": "autocorrect", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autocorrect property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setClearOnEdit", - "isInternal": false, - "parameters": [ - { - "name": "clearOnEdit", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the clearOnEdit property.

" - }, - { - "name": "setColor", - "isInternal": false, - "parameters": [ - { - "name": "color", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the color property.

" - }, - { - "name": "setEditable", - "isInternal": false, - "parameters": [ - { - "name": "editable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the editable property.

" - }, - { - "name": "setEllipsize", - "isInternal": false, - "parameters": [ - { - "name": "ellipsize", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ellipsize property.

" - }, - { - "name": "setEnableReturnKey", - "isInternal": false, - "parameters": [ - { - "name": "enableReturnKey", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enableReturnKey property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setFont", - "isInternal": false, - "parameters": [ - { - "name": "font", - "usage": "required", - "type": "Font", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the font property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHintText", - "isInternal": false, - "parameters": [ - { - "name": "hintText", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hintText property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setKeyboardToolbar", - "isInternal": false, - "parameters": [ - { - "name": "keyboardToolbar", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keyboardToolbar property.

" - }, - { - "name": "setKeyboardToolbarColor", - "isInternal": false, - "parameters": [ - { - "name": "keyboardToolbarColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keyboardToolbarColor property.

" - }, - { - "name": "setKeyboardToolbarHeight", - "isInternal": false, - "parameters": [ - { - "name": "keyboardToolbarHeight", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keyboardToolbarHeight property.

" - }, - { - "name": "setKeyboardType", - "isInternal": false, - "parameters": [ - { - "name": "keyboardType", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keyboardType property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setMaxLength", - "isInternal": false, - "parameters": [ - { - "name": "maxLength", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the maxLength property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setReturnKeyType", - "isInternal": false, - "parameters": [ - { - "name": "returnKeyType", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the returnKeyType property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setScrollable", - "isInternal": false, - "parameters": [ - { - "name": "scrollable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scrollable property.

" - }, - { - "name": "setScrollsToTop", - "isInternal": false, - "parameters": [ - { - "name": "scrollsToTop", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scrollsToTop property.

" - }, - { - "name": "setSelection", - "isInternal": false, - "parameters": [ - { - "name": "start", - "usage": "required", - "type": "Number", - "description": "

Start index for selection. Value ranges from 0 to the text's length.

" - }, - { - "name": "end", - "usage": "required", - "type": "Number", - "description": "

End index for selection, not inclusive. Value ranges from 0 to the text's length.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Selects the text in range (start, end).

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setSuppressReturn", - "isInternal": false, - "parameters": [ - { - "name": "suppressReturn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the suppressReturn property.

" - }, - { - "name": "setTextAlign", - "isInternal": false, - "parameters": [ - { - "name": "textAlign", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the textAlign property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setValue", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the value property.

" - }, - { - "name": "setVerticalAlign", - "isInternal": false, - "parameters": [ - { - "name": "verticalAlign", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the verticalAlign property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "blur", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "String", - "description": "

Value of this text area.

" - } - ], - "description": "

Fired when this text area loses focus.

" - }, - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "String", - "description": "

New value of this text area.

" - } - ], - "description": "

Fired when this text area value changes.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "String", - "description": "

Value of this text area.

" - } - ], - "description": "

Fired when this text area gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "return", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "String", - "description": "

Value of this text area.

" - } - ], - "description": "

Fired when the return key is pressed on the keyboard.

" - }, - { - "name": "selected", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "range", - "deprecated": false, - "type": "textAreaSelectedParams", - "description": "

Dictionary that describes the position and length of the selected text.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when text in this text area is selected.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Font", - "description": "

An abstract datatype for specifying a text font.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Available fonts vary by platform and device. On iOS, font support depends on the OS\nversion. On Android, font support depends on the OS version and device manufacturer.

\n

Note that to update the font used by a UI component, you must set the object's font\nproperty, like this:

\n
myLabel.font = { fontSize: 24, font: myFontName }\n
\n

Changing the font object after assigning it does not reliably affect the underlying UI\ncomponent:

\n
// This may not work as expected\nmyLabel.font.fontSize = 24;\n
\n

Custom Fonts

\n

Custom TrueType (.ttf) or OpenType (.otf) fonts may be embedded in an application on iOS and\nAndroid. (Note that you must have redistribution rights on the fonts you ship.)

\n

Custom fonts must be placed in the Resources/fonts directory. Note that the steps\nfor referring to the fonts are slightly different by platform.

\n\n

iOS requires one more step to embed a custom font in an application. The font must be \nadded to the application's Info.plist file:

\n
    \n
  1. \n

    Build the project at least once (the font won't work yet).

    \n
  2. \n
  3. \n

    Copy yourproject/build/iphone/Info.plist to the yourproject folder.

    \n
  4. \n
  5. \n

    Double-click Info.plist to open it in Xcode.

    \n
  6. \n
  7. \n

    Right-click a blank area in the list of keys and choose Add Row.

    \n

    From the resulting list, choose Fonts provided by application.

    \n
  8. \n
  9. \n

    Expand Fonts provided by application and click in the Value field.

    \n

    Enter the full path of the font file, for example, /fonts/Chantelli_Antiqua.ttf.

    \n
  10. \n
  11. \n

    Save the file and close Xcode.

    \n
  12. \n
  13. \n

    In Studio, clean the project then build it again. Your custom font should\n show up.

    \n
  14. \n
\n

For more information on embedding custom fonts, see:

\n" - ], - "properties": [ - { - "name": "fontFamily", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of a font family, for example, \"Helvetica\" or \"DroidSans\".

" - }, - { - "name": "fontSize", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Font size, in platform-dependent units.

" - }, - { - "name": "fontStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Font style. Valid values are \"italic\" or \"normal\".

" - }, - { - "name": "fontWeight", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Font weight. Valid values are \"bold\" or \"normal\".

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Stream", - "description": "

Stream module containing stream utility methods.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

The following example shows how to use the pump method.

\n
var pumpCallback = function(arg) {\n    if(arg.bytesProcessed == -1) {\n        Ti.API.info(\"At end of stream.\");\n    } else {\n        Ti.API.info(String.format(\"Received %.0f bytes. Total: %.0f bytes.\", \n                    arg.bytesProcessed, arg.totalBytesProcessed));\n        // do something useful with the data in arg.buffer\n    }\n}\nTi.Stream.pump(inputStream, pumpCallback, 1024);\n
", - "name": "Stream.pump Example" - }, - { - "code": "

The following example uses the writeStream method\nto copy the contents of an input stream to a file. This can be used for any kind\nof input stream -- BufferStream, FileStream, or Socket.TCP.

\n
var outFileStream = Ti.Filesystem.getFile('outfile.txt').open(Ti.Filesystem.MODE_WRITE);\n\n// writes all data from inputStream to outFileStream in chunks of 1024 bytes\nvar bytesWritten = Ti.Stream.writeStream(inputStream, outFileStream, 1024);\nTi.API.info('Wrote ' + bytesWritten + ' bytes, closing both streams.');\n\ninputStream.close();\noutFileStream.close();\n
", - "name": "Write Stream to File" - } - ], - "remarks": [ - "

This module provides a set of methods for interacting with\nIOStream objects, including asynchronous versions of the \nread and write methods offered by all stream objects. These \nmethods should be used in any place where reading from or writing\nto a stream might block.

\n

See also:

\n" - ], - "properties": [ - { - "name": "MODE_APPEND", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with createStream to open a stream in append\nmode.

" - }, - { - "name": "MODE_READ", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with createStream to open a stream in read\nmode.

" - }, - { - "name": "MODE_WRITE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with createStream to open a stream in write\nmode.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createStream", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "CreateStreamArgs", - "description": "

Parameter object, for specifying the source object and mode.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.IOStream", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates stream from a Buffer or Blob object.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "pump", - "isInternal": false, - "parameters": [ - { - "name": "inputStream", - "usage": "required", - "type": "Titanium.IOStream", - "description": "

Stream to pump from.

" - }, - { - "name": "handler", - "usage": "required", - "type": "Function", - "description": "

Handler method that will receive data from inputStream.

" - }, - { - "name": "maxChunkSize", - "usage": "required", - "type": "Number", - "description": "

Maximum number of bytes to pass to handler in a single call.

" - }, - { - "name": "isAsync", - "usage": "optional", - "type": "Boolean", - "description": "

Specifies if the pump operation should run asynchronously.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Reads data from input stream and passes it to a handler method.

" - }, - { - "name": "read", - "isInternal": false, - "parameters": [ - { - "name": "sourceStream", - "usage": "required", - "type": "Titanium.IOStream", - "description": "

Stream to read from.

" - }, - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to read into.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset to start reading stream data from, in bytes.\nIf specified, length must be specified as well.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Number of bytes of data to read from the stream.\nIf specified, offset must be specified as well.

" - }, - { - "name": "resultsCallback", - "usage": "required", - "type": "Function", - "description": "

Function to call with the results of the read operation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Asynchronously reads data from an IOStream into a buffer.

" - }, - { - "name": "readAll", - "isInternal": false, - "parameters": [ - { - "name": "sourceStream", - "usage": "required", - "type": "Titanium.IOStream", - "description": "

Stream to read from.

" - }, - { - "name": "buffer", - "usage": "optional", - "type": "Titanium.Buffer", - "description": "

Buffer to read into. If specified, resultsCallback must be specified as\nwell.

" - }, - { - "name": "resultsCallback", - "usage": "optional", - "type": "Function", - "description": "

Function to call with the results of the read operation.\nIf specified, resultsCallback must be specified as well.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "returnTypes": [ - { - "type": "Titanium.Buffer", - "description": "" - }, - { - "type": "void", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Reads all data from the specified IOStream.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "write", - "isInternal": false, - "parameters": [ - { - "name": "outputStream", - "usage": "required", - "type": "Titanium.IOStream", - "description": "

Stream to write to.

" - }, - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to write from.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset to start writing buffer data from.\nIf specified, length must be specified as well.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Bytes of data to write. If specified, offset must be specified as well.

" - }, - { - "name": "resultsCallback", - "usage": "required", - "type": "Function", - "description": "

Function to call with the results of the write operation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Asynchronously writes data from a buffer to an IOStream.

" - }, - { - "name": "writeStream", - "isInternal": false, - "parameters": [ - { - "name": "inputStream", - "usage": "required", - "type": "Titanium.IOStream", - "description": "

Stream to read from.

" - }, - { - "name": "outputStream", - "usage": "required", - "type": "Titanium.IOStream", - "description": "

Stream to write to.

" - }, - { - "name": "maxChunkSize", - "usage": "required", - "type": "Number", - "description": "

Maximum number of bytes to copy from inputStream to outputStream in a \nsingle operation.

" - }, - { - "name": "resultsCallback", - "usage": "optional", - "type": "Function", - "description": "

Function to call with the results of the writeStream operation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Writes all data from an input stream to an output stream.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Geolocation.Android", - "description": "

Module for Android-specific geolocation functionality.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

This module is used for manually configuring geolocation settings on Android.

\n

Manual configuration is recommended for applications that have more demanding \ngeolocation needs (for example, driving directions). However, for basic geolocation\ninformation, simple mode geolocation may be sufficient. For information on simple \nmode, see Titanium.Geolocation.

\n

Manual configuration involves managing providers and rules:

\n\n

Configuring geolocation manually involves three steps:

\n
    \n
  1. \n

    Enabling manual mode.

    \n
  2. \n
  3. \n

    Enabling location providers.

    \n
  4. \n
  5. \n

    Adding location rules (optional).

    \n
  6. \n
\n

As with the other modes, you register for location updates using the main\nTitanium.Geolocation module. Location updates are generated as long as \nan event listener is registered for the location event. When you are not \nusing location updates, you should remove any registered event listeners.

\n

In manual mode, the application is responsible for dynamically updating the settings\nto acheive its required accuracy while limiting battery usage. For example, an\napplication might do any of the following:

\n\n

Enabling Manual Configuration Mode

\n

To enable manual configuration mode, set the manualMode \nproperty to true. In manual configuration mode, the location providers and location\nrules set through this module control the generation of location updates.

\n

When manualMode is true, the following configuration settings in the\nTitanium.Geolocation module are ignored:

\n\n

When manualMode is false, the accuracy, frequency and preferredProvider \nsettings from Titanium.Geolocation are used to configure location updates.\nAny location providers and location rules set in Titanium.Geolocation.Android \nare retained, but they have no effect.

\n

Location Providers

\n

Android supports three kinds of location providers: GPS, network, and the \n\"passive\" location provider, which provides only cached information.

\n

Each location provider represents a different tradeoff between accuracy and\nbattery power. For most accurate results, you can use a combination of location\nproviders. Your application can also dynamically change providers to optimize\nbattery life (for example, if the network provider is providing good enough\nlocation updates, you can disable the GPS provider).

\n

Location providers are represented by the\nLocationProvider object. \nTo specify a location provider, create a new provider object, then register it\nwith addLocationProvider:

\n
gpsProvider = Ti.Geolocation.Android.createLocationProvider({\n    name: Ti.Geolocation.PROVIDER_GPS,\n    minUpdateTime: 60, \n    minUpdateDistance: 100\n});\nTi.Geolocation.Android.addLocationProvider(gpsProvider);\n
\n

As shown above, when you create a location provider, you can specify two\nproperties to limit update frequency:

\n\n

Only one provider of each type (GPS, network, passive) can be registered at a\ntime. Adding a new location provider with the same name value replaces any\nexisting provider with the same name.

\n

Once a location provider is added, changes made to the location provider object itself\n(such as changing its minUpdateTime value) change the active configuration of the \nlocation system.

\n

Location Rules

\n

Location Rules filter the results returned by location providers. You use\nlocation rules to reduce the number of location update events, and ensure that \nthe events you do receive are as accurate and recent as your application requires.

\n

You are not required to set any location rules. However, by reducing the number of \nlocation events that are passed from the native code\nto the JavaScript layer, location rules can improve both performance and battery\nlife.

\n

Location rules are represented by the\nLocationRule object. To\nspecify a location rule, create a new rule object, then register it with \naddLocationRule:

\n
var gpsRule = Ti.Geolocation.Android.createLocationRule({\n    provider: Ti.Geolocation.PROVIDER_GPS,\n    // Updates should be accurate to 100m\n    accuracy: 100,\n    // Updates should be no older than 5m\n    maxAge: 300000\n    // But  no more frequent than once per 10 seconds\n    minAge: 10000\n});\nTi.Geolocation.Android.addLocationRule(gpsRule);\n
\n

Each rule can specify any combination of the following criteria:

\n\n

You can specify as many location rules as you like. The order in which location rules\nare added is not significant. For a location event to be generated, the location\nupdate must pass all of the active rules.

\n

Note that some combinations of rules may make it very difficult to get location\nupdates. In particular, very low values for either accuracy or maxAge may prevent \nresults from getting through.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "manualMode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Set to true to enable manual configuration of location updates through this module.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "addLocationProvider", - "isInternal": false, - "parameters": [ - { - "name": "provider", - "usage": "required", - "type": "Titanium.Geolocation.Android.LocationProvider", - "description": "

The location provider to add.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds and enables the specified location provider, possibly replacing an existing one.

" - }, - { - "name": "addLocationRule", - "isInternal": false, - "parameters": [ - { - "name": "rule", - "usage": "required", - "type": "Titanium.Geolocation.Android.LocationRule", - "description": "

The location rule to add.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds and enables the specified location rule.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createLocationProvider", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Geolocation.Android.LocationProvider", - "description": "

Properties to set on a new object, including any defined by Titanium.Geolocation.Android.LocationProvider except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Geolocation.Android.LocationProvider", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Geolocation.Android.LocationProvider.

" - }, - { - "name": "createLocationRule", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Geolocation.Android.LocationRule", - "description": "

Properties to set on a new object, including any defined by Titanium.Geolocation.Android.LocationRule except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Geolocation.Android.LocationRule", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Geolocation.Android.LocationRule.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getManualMode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the manualMode property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "removeLocationProvider", - "isInternal": false, - "parameters": [ - { - "name": "provider", - "usage": "required", - "type": "Titanium.Geolocation.Android.LocationProvider", - "description": "

The location provider to remove.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Disables and removes the specified location provider.

" - }, - { - "name": "removeLocationRule", - "isInternal": false, - "parameters": [ - { - "name": "rule", - "usage": "required", - "type": "Titanium.Geolocation.Android.LocationRule", - "description": "

The location rule to remove.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Disables and removes the specified location rule.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setManualMode", - "isInternal": false, - "parameters": [ - { - "name": "manualMode", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the manualMode property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.ActivityIndicatorStyle", - "description": "

A set of constants for the styles available for Titanium.UI.ActivityIndicator objects.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "BIG", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Large white spinning indicator.

" - }, - { - "name": "BIG_DARK", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Large gray spinning indicator.

" - }, - { - "name": "DARK", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Small gray spinning indicator.

" - }, - { - "name": "PLAIN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Small white spinning indicator (default).

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Calendar.Event", - "description": "

An object that represents a single event in a calendar.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

The API supports retrieving information about existing events and creating new events.
\nBe aware that modifying or deleting existing events and creating recurring rules for events \nare only supported on iOS.

\n

See Titanium.Calendar for examples of retrieving event information and creating events.

" - ], - "properties": [ - { - "name": "alerts", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Alarms associated with the calendar item, as an array of Titanium.Calendar.Alert objects.

" - }, - { - "name": "allDay", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether this event is all day.

" - }, - { - "name": "availability", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Availability of this event.

" - }, - { - "name": "begin", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

Start date/time of this event.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "description", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Description of this event.

" - }, - { - "name": "end", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

End date/time of this event.

" - }, - { - "name": "extendedProperties", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Extended properties of this event.

" - }, - { - "name": "hasAlarm", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether an alarm is scheduled for this event.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Identifier of this event.

" - }, - { - "name": "isDetached", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean value that indicates whether an event is a detached instance of a \nrepeating event.

" - }, - { - "name": "location", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Location of this event.

" - }, - { - "name": "notes", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Notes for this event.

" - }, - { - "name": "recurenceRule", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.Calendar.RecurrenceRule", - "isClassProperty": false, - "description": "

Recurrence rule associated with the event. (Available in iOS 4.0 through iOS 5.1.)

" - }, - { - "name": "recurenceRules", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

The recurrence rules for the calendar item. (Available in iOS 5.1 and above.)

" - }, - { - "name": "reminders", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Existing reminders for this event.

" - }, - { - "name": "status", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Status of this event.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of this event.

" - }, - { - "name": "visibility", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Visibility of this event.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "addRecurrenceRule", - "isInternal": false, - "parameters": [ - { - "name": "rule", - "usage": "required", - "type": "Titanium.Calendar.RecurrenceRule", - "description": "

The recurrence rule to be added.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a recurrence rule to the recurrence rule array.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createAlert", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "Titanium.Calendar.Alert", - "description": "

Properties for the alert.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Calendar.Alert", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an alert for this event.

" - }, - { - "name": "createRecurenceRule", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "Titanium.Calendar.RecurrenceRule", - "description": "

Properties for the recurrence rule.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Calendar.RecurrenceRule", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an recurrence pattern for a recurring event.\nAll of the properties for the recurrence rule must be set during creation. \nThe recurrence rule properties cannot be modified.

" - }, - { - "name": "createReminder", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "Titanium.Calendar.Reminder", - "description": "

Properties for the reminder.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Calendar.Reminder", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a reminder for this event.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAlerts", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the alerts property.

" - }, - { - "name": "getAllDay", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allDay property.

" - }, - { - "name": "getAvailability", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the availability property.

" - }, - { - "name": "getBegin", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the begin property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getDescription", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the description property.

" - }, - { - "name": "getEnd", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the end property.

" - }, - { - "name": "getExtendedProperties", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the extendedProperties property.

" - }, - { - "name": "getExtendedProperty", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of an existing extended property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the specified extended property.

" - }, - { - "name": "getHasAlarm", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hasAlarm property.

" - }, - { - "name": "getId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the id property.

" - }, - { - "name": "getIsDetached", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the isDetached property.

" - }, - { - "name": "getLocation", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the location property.

" - }, - { - "name": "getNotes", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the notes property.

" - }, - { - "name": "getRecurenceRule", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Calendar.RecurrenceRule", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the recurenceRule property.

" - }, - { - "name": "getRecurenceRules", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the recurenceRules property.

" - }, - { - "name": "getReminders", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the reminders property.

" - }, - { - "name": "getStatus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the status property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getVisibility", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visibility property.

" - }, - { - "name": "refresh", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Updates the event's data with the current information in the Calendar database.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "span", - "usage": "required", - "type": "Number", - "description": "

The span to use. Indicates whether to remove future instances of the event in \nthe case of a recurring event. Use \nSPAN_THISEVENT or\nSPAN_FUTUREEVENTS.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes an event from the event store.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "removeRecurenceRule", - "isInternal": false, - "parameters": [ - { - "name": "rule", - "usage": "required", - "type": "Titanium.Calendar.RecurrenceRule", - "description": "

The recurrence rule to be removed.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a recurrence rule to the recurrence rule array.

" - }, - { - "name": "save", - "isInternal": false, - "parameters": [ - { - "name": "span", - "usage": "required", - "type": "Number", - "description": "

The span to use. Indicates whether the save affects future instances of the \nevent in the case of a recurring event. Use \nSPAN_THISEVENT or\nSPAN_FUTUREEVENTS.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Saves changes to an event permanently.

" - }, - { - "name": "setAlerts", - "isInternal": false, - "parameters": [ - { - "name": "alerts", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the alerts property.

" - }, - { - "name": "setAllDay", - "isInternal": false, - "parameters": [ - { - "name": "allDay", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the allDay property.

" - }, - { - "name": "setBegin", - "isInternal": false, - "parameters": [ - { - "name": "begin", - "usage": "required", - "type": "Date", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the begin property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setEnd", - "isInternal": false, - "parameters": [ - { - "name": "end", - "usage": "required", - "type": "Date", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the end property.

" - }, - { - "name": "setExtendedProperty", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Property name.

" - }, - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

Property value.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the specified extended property.

" - }, - { - "name": "setLocation", - "isInternal": false, - "parameters": [ - { - "name": "location", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the location property.

" - }, - { - "name": "setNotes", - "isInternal": false, - "parameters": [ - { - "name": "notes", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the notes property.

" - }, - { - "name": "setRecurenceRule", - "isInternal": false, - "parameters": [ - { - "name": "recurenceRule", - "usage": "required", - "type": "Titanium.Calendar.RecurrenceRule", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the recurenceRule property.

" - }, - { - "name": "setRecurenceRules", - "isInternal": false, - "parameters": [ - { - "name": "recurenceRules", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the recurenceRules property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Network.Socket.UDP", - "description": "

UDP socket.

", - "userAgents": [ - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

var socket = Ti.Network.Socket.createUDP();\nsocket.addEventListener('started', function (e) {\n Ti.API.info('Socket started');\n});\nsocket.addEventListener('data', function (e) {\n Ti.API.info('Socket received data: '+e.stringData);\n Ti.API.info('bytes: '+e.bytesData);\n Ti.API.info('address: '+e.address);\n Ti.API.info('port: '+e.port);\n});\nsocket.addEventListener('error',function (e) {\n Ti.API.info('Socket error: '+e);\n});\nsocket.start({ port: 6100 });

\n

for (var i = 0; i < 5; ++i) {\n socket.sendString({ data: \"Hello, World!\"});\n socket.sendBytes({ data: [73, 116, 32, 119, 111, 114, 107, 115, 33] });\n}

", - "name": "Simple UDP Socket" - } - ], - "remarks": [ - "

Most socket operations are asynchronous. When you create a socket, you can define\ncallback funtions to receive the results of API calls, as well as to handle incoming\ndata.

\n

For example, for a client-side socket, you define \nstarted and\nerror callback functions.

\n

A familiarity with the basics of BSD socket programming is a recommended before using \nsockets with Titanium.

\n

Use the Titanium.Network.Socket.createUDP method to create a UDP socket.

" - ], - "properties": [ - { - "name": "data", - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback to be fired when data arrives on the UDP socket.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback to be fired if an error occurs during the UDP sockect session.

" - }, - { - "name": "port", - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The port to connect to or listen on.

" - }, - { - "name": "started", - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback to be fired when the local UDP socket enters the \"bound\" state.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "close", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes this stream.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getData", - "isInternal": false, - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the data property.

" - }, - { - "name": "getError", - "isInternal": false, - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the error property.

" - }, - { - "name": "getPort", - "isInternal": false, - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the port property.

" - }, - { - "name": "getStarted", - "isInternal": false, - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the started property.

" - }, - { - "name": "isReadable", - "isInternal": false, - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if stream is readable, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether this stream is readable.

" - }, - { - "name": "isWriteable", - "isInternal": false, - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if stream is writeable, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether this stream is writeable.

" - }, - { - "name": "read", - "isInternal": false, - "parameters": [ - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to read stream data into.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset into the buffer to start writing stream data.\nIf specified, length must also be specified.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Maximum number of bytes to read.\nIf specified, offset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number of bytes read.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Reads data from this stream into a buffer.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "sendBytes", - "isInternal": false, - "parameters": [ - { - "name": "port", - "usage": "required", - "type": "Number", - "description": "

The local port number.

" - }, - { - "name": "host", - "usage": "required", - "type": "String", - "description": "

The host address to send the UDP packet to.

" - }, - { - "name": "data", - "usage": "required", - "type": "Array", - "description": "

The data to send in the UDP packet.

" - } - ], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Will send the bytes as a UDP packet to designated host and port.

" - }, - { - "name": "sendString", - "isInternal": false, - "parameters": [ - { - "name": "port", - "usage": "required", - "type": "Number", - "description": "

The local port number.

" - }, - { - "name": "host", - "usage": "required", - "type": "String", - "description": "

The host address to send the UDP packet to.

" - }, - { - "name": "data", - "usage": "required", - "type": "String", - "description": "

The data to send in the UDP packet.

" - } - ], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Will send the string as a UDP packet to designated host and port.

" - }, - { - "name": "setData", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the data property.

" - }, - { - "name": "setError", - "isInternal": false, - "parameters": [ - { - "name": "error", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the error property.

" - }, - { - "name": "setPort", - "isInternal": false, - "parameters": [ - { - "name": "port", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the port property.

" - }, - { - "name": "setStarted", - "isInternal": false, - "parameters": [ - { - "name": "started", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the started property.

" - }, - { - "name": "start", - "isInternal": false, - "parameters": [ - { - "name": "port", - "usage": "required", - "type": "Number", - "description": "

The local port number.

" - } - ], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Will start up the local UDP socket.

" - }, - { - "name": "stop", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Will tear down the local UDP socket.

" - }, - { - "name": "write", - "isInternal": false, - "parameters": [ - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to write to this stream.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset in the buffer of the first byte to write to the stream.\nIf specified, length must also be specified.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Maximum number of bytes to write to the stream.\nIf specified, offset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number of bytes written.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Writes data from a buffer to this stream.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudPhotoCollectionsPhotosResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "photos", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of photos objects, if any exist.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.App.Android.R", - "description": "

The Titanium binding of the native Android R class, giving access to application resources.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [ - "

The properties and sub-properties of this object relate directly to the native application \nresources R class, and thus have the same syntax. For more information, refer to the \nofficial documentation on the Android Developer website about \naccessing application resources.
\n

\n

For example, if the file \nplatform/android/res/drawable/icon.png exists in the project, it can be accessed using its \ninteger id, as follows.

\n
var resid = Titanium.App.Android.R.drawable.icon;\n
\n

To access system-wide resources, rather than application resources, use Titanium.Android.R \ninstead.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI", - "description": "

The main Titanium.UI module.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

The following example demonstrates all the color formats, and color names, that are intended \nto be supported by Titanium. See the description section for details.

\n
var colorArray = [\n  '#ff00ff', '#f0f', 'rgb(255,0,255)',\n  'transparent', '#55ff00ff', '#5f0f', 'rgba(255,0,255,0.3)',\n  'aqua', 'black', 'blue', 'brown', 'cyan', 'darkgray', 'fuchsia', 'gray', 'green', \n  'lightgray', 'lime', 'magenta', 'maroon', 'navy', 'olive', 'orange', 'pink', \n  'purple', 'red', 'silver', 'teal', 'white', 'yellow',\n];\nvar win = Ti.UI.createWindow({\n  backgroundColor: 'black',\n  exitOnClose: true,\n  fullscreen: false,\n  layout: 'vertical',\n  title: 'Color Demo'\n});\nvar rows = [];\nvar row;\nfor (var i=0, ilen = colorArray.length; i < ilen; i++){\n  row = Ti.UI.createTableViewRow({\n    color:'black',\n    backgroundColor: colorArray[i],\n    title: colorArray[i],\n    height: 40\n  });\n  rows.push(row);\n}\nvar table = Ti.UI.createTableView({\n  data: rows,\n  backgroundColor: 'white'\n});\nwin.add(table);\nwin.open();\n
", - "name": "Color Demo" - } - ], - "remarks": [ - "

The UI module is responsible for native user-interface components and interaction inside \nTitanium. The goal of the UI module is to provide a native experience along with native \nperformance by compiling Javascript code into their native counterparts as part of the \nbuild process.

\n

Design

\n

The UI module is broken down into 3 major area:

\n\n

Titanium uses the Factory Pattern for \nconstructing objects and a general naming pattern for APIs. For example, to construct a \nAlert Dialog, you call the method Titanium.UI.createAlertDialog.
\nTo create a TextArea, you call the method Titanium.UI.createTextArea.
\nOnce an object is created, it will be available until it goes out of scope.

\n

Optimizations

\n

UI objects are optimized by Titanium to not be realized into the drawing context and placed into \nthe device UI surface until needed. That means that you can create UI objects, set their \nproperties and add them to their hierarchy without much worry about memory or performance.
\nWhen the native drawing surface needs to render a specific view or control, Titanium will \nautomatically create the view as needed. Additionally, Titanium is optimized to also release \nmemory once the view is no longer needed, on screen or in low memory situations. However, it's \na good idea to help Titanium along in certain cases where you are no longer using objects. For \nexample, you should call close on a Window instance when you are no \nlonger using it. You can safely call open on the window again to re-open it.

\n

Global Context and Threading

\n

Be careful with the objects that are created in app.js but only used once. Since the app.js \ncontext is global and generally is not garbage collected until the application exits, you \nshould think about the design of your application as it relates to this fact.

\n

Window objects that are opened up with the url property to another \nJavaScript file provide a nice way to decompose your application into smaller units.

\n

Additionally, Window objects created with a url value run in a separate JavaScript context \nand thread. While all UI processing is done on the main UI thread, other processing inside \na Window or the app.js that does not have UI interaction will run in its own thread.

\n

The other benefit of using the url property is that when the window is closed, resources \nallocated in the window's context can be immediately cleaned up, saving resources such as \nmemory and CPU.

\n

For more information, see the sections \"Sub-contexts\" and \"Passing Data Between Contexts\" on the \nWindow reference page.

\n

Portability

\n

Titanium components are designed to be portable across as many platforms as it supports.
\nHowever, there are cases where a device either does not support a specific feature or capability \nor where it support additional functionality. For cases where the device OS supports \ncapabilities that other platforms do not, we attempt to place those capabilities in a separate \nnamespace, such as Titanium.UI.iPhone. However, in cases where the control is in a common \nnamespace and support additional features, we continue to place that functionality directly on \nthe object.

\n

Events

\n

Event listeners must be defined before their respective events are likely to be fired, otherwise \nthey are not guaranteed to be called. The open and focus Window event \nlisteners, for instance, must be defined before the window is opened.

\n

Evaluating events as late as possible while bearing the above consideration in mind, however, \ncan significantly improve application responsiveness. For example, an event listener for a \nclick event may be defined after the parent window has been opened.

\n

Colors

\n

Many UI components have properties that control their color.

\n

Colors may be specified as a hex triplet to determine the red, green and blue channels. Thus, \n'#000000' is specified for black, '#ff0000' for red, '#00ff00' for green, '#0000ff' for \nblue, and '#ffffff' for white, etc. A channel may be abbreviated when its two hex digits are \nidentical, such as '#000', '#f00', '#0f0#', '#00f' and '#fff' for the above colors, \nrespectively.

\n

An additional alpha channel is supported as a prefix to the hex triplet. So, to make \nthe purple-like color '#ff00ff' semi-opaque, you could use an alpha value of '55', giving, \n'#55ff00ff' or '#5f0f'.

\n

Note that while the pound symbol, #, is not mandatory on iOS when using the hex triplet format, \nit is recommended to include it to provide compatibility with other platforms.

\n

iOS also accepts colors specified in the form, rgb(R,G,B) and rgba(R,G,B,A), with the color \nchannels inside the parethesis represented by integer numbers between 0 and 255 and the \nalpha channel by a float number between 0 and 1.0 (transparent to opaque, respectively). \nFor example, an opaque purple could be obtained using 'rgb(255,0,255)' and a semi-opaque purple \nusing 'rgba(255,0,255,0.3)'. Note that although this format will work if the rgb or rgba \nprefix is omitted, this is not officially supported and thus not recommended.

\n

Alternatively, the following set of color names are recognized.

\n

'aqua', 'black', 'blue', 'brown', 'cyan', 'darkgray', 'fuchsia', 'gray', \n'green', 'lightgray', 'lime', 'magenta', 'maroon', 'navy', 'olive', 'orange', \n'pink', 'purple', 'red', 'silver', 'teal', 'white', 'yellow'.

\n

Currently, Android does not support the color name 'brown' and iOS does not support 'aqua', \n'fuchsia', 'lime' or 'maroon'.

\n

All color properties also accept a value of 'transparent'.

\n

If a color property is undefined, the default color of the particular UI element is applied. \nIf a color value is not valid on iOS, the default color is applied, whereas, on Android, the \ncolor yellow is applied.

\n

Besides the above mentioned colors, the following constants can be used to specify iOS\nsystem textures. These constants can be used wherever a color value is required:

\n" - ], - "properties": [ - { - "name": "ANIMATION_CURVE_EASE_IN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Animation.curve to specify an animation that starts\nslowly and speeds up.

" - }, - { - "name": "ANIMATION_CURVE_EASE_IN_OUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Animation.curve to specify an animation that starts\nslowly, and speeds up, then slows down at the end of the animation.

" - }, - { - "name": "ANIMATION_CURVE_EASE_OUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Animation.curve to specify an animation that starts\nquickly, then slows down at the end of the animation.

" - }, - { - "name": "ANIMATION_CURVE_LINEAR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Animation.curve to specify an animation that proceeds\nat a constant rate.

" - }, - { - "name": "AUTODETECT_ADDRESS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as addresses into clickable links. Deprecated since 1.8.0. Use Titanium.UI.AUTOLINK_MAP_ADDRESSES instead.

" - }, - { - "name": "AUTODETECT_ALL", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts all detectable types of data into clickable links. Deprecated since 1.8.0. Use Titanium.UI.AUTOLINK_ALL instead.

" - }, - { - "name": "AUTODETECT_CALENDAR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as calendar events into clickable links. Deprecated since 1.8.0. Use Titanium.UI.AUTOLINK_CALENDAR instead.

" - }, - { - "name": "AUTODETECT_LINK", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as URLs into clickable links. Deprecated since 1.8.0. Use Titanium.UI.AUTOLINK_URLS instead.

" - }, - { - "name": "AUTODETECT_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Disables converting strings into clickable links. Deprecated since 1.8.0. Use Titanium.UI.AUTOLINK_NONE instead.

" - }, - { - "name": "AUTODETECT_PHONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as phone numbers into clickable links. Deprecated since 1.8.0. Use Titanium.UI.AUTOLINK_PHONE_NUMBERS instead.

" - }, - { - "name": "AUTOLINK_ALL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts all detectable types of data into clickable links.

" - }, - { - "name": "AUTOLINK_CALENDAR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as calendar events into clickable links.

" - }, - { - "name": "AUTOLINK_EMAIL_ADDRESSES", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as email addresses into clickable links.

" - }, - { - "name": "AUTOLINK_MAP_ADDRESSES", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as addresses into clickable links.

" - }, - { - "name": "AUTOLINK_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Disables converting strings into clickable links.

" - }, - { - "name": "AUTOLINK_PHONE_NUMBERS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as phone numbers into clickable links.

" - }, - { - "name": "AUTOLINK_URLS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as URLs into clickable links.

" - }, - { - "name": "BLEND_MODE_CLEAR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_CLEAR instead.

" - }, - { - "name": "BLEND_MODE_COLOR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_COLOR instead.

" - }, - { - "name": "BLEND_MODE_COLOR_BURN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_COLOR_BURN instead.

" - }, - { - "name": "BLEND_MODE_COLOR_DODGE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_COLOR_DODGE instead.

" - }, - { - "name": "BLEND_MODE_COPY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_COPY instead.

" - }, - { - "name": "BLEND_MODE_DARKEN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_DARKEN instead.

" - }, - { - "name": "BLEND_MODE_DESTINATION_ATOP", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_DESTINATION_ATOP instead.

" - }, - { - "name": "BLEND_MODE_DESTINATION_IN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_DESTINATION_IN instead.

" - }, - { - "name": "BLEND_MODE_DESTINATION_OUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_DESTINATION_OUT instead.

" - }, - { - "name": "BLEND_MODE_DESTINATION_OVER", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_DESTINATION_OVER instead.

" - }, - { - "name": "BLEND_MODE_DIFFERENCE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_DIFFERENCE instead.

" - }, - { - "name": "BLEND_MODE_EXCLUSION", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_EXCLUSION instead.

" - }, - { - "name": "BLEND_MODE_HARD_LIGHT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_HARD_LIGHT instead.

" - }, - { - "name": "BLEND_MODE_HUE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_HUE instead.

" - }, - { - "name": "BLEND_MODE_LIGHTEN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_LIGHTEN instead.

" - }, - { - "name": "BLEND_MODE_LUMINOSITY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_LUMINOSITY instead.

" - }, - { - "name": "BLEND_MODE_MULTIPLY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_MULTIPLY instead.

" - }, - { - "name": "BLEND_MODE_NORMAL", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_NORMAL instead.

" - }, - { - "name": "BLEND_MODE_OVERLAY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_OVERLAY instead.

" - }, - { - "name": "BLEND_MODE_PLUS_DARKER", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_PLUS_DARKER instead.

" - }, - { - "name": "BLEND_MODE_PLUS_LIGHTER", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_PLUS_LIGHTER instead.

" - }, - { - "name": "BLEND_MODE_SATURATION", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_SATURATION instead.

" - }, - { - "name": "BLEND_MODE_SCREEN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_SCREEN instead.

" - }, - { - "name": "BLEND_MODE_SOFT_LIGHT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_SOFT_LIGHT instead.

" - }, - { - "name": "BLEND_MODE_SOURCE_ATOP", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_SOURCE_ATOP instead.

" - }, - { - "name": "BLEND_MODE_SOURCE_IN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_SOURCE_IN instead.

" - }, - { - "name": "BLEND_MODE_SOURCE_OUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_SOURCE_OUT instead.

" - }, - { - "name": "BLEND_MODE_XOR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.\n Deprecated since 1.8.0. Use Titanium.UI.iOS.BLEND_MODE_XOR instead.

" - }, - { - "name": "FACE_DOWN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value for face-down orientation.

" - }, - { - "name": "FACE_UP", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value for face-up orientation.

" - }, - { - "name": "FILL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

FILL behavior for UI layout.

" - }, - { - "name": "INHERIT", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

INHERIT behavior for UI layout.

" - }, - { - "name": "INPUT_BORDERSTYLE_BEZEL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a bezel-style border on the input field.

" - }, - { - "name": "INPUT_BORDERSTYLE_LINE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a simple line border on the input field.

" - }, - { - "name": "INPUT_BORDERSTYLE_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use no border on the input field.

" - }, - { - "name": "INPUT_BORDERSTYLE_ROUNDED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a rounded-rectangle border on the input field.

" - }, - { - "name": "INPUT_BUTTONMODE_ALWAYS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Always show buttons on the input field.

" - }, - { - "name": "INPUT_BUTTONMODE_NEVER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Never show buttons on the input field.

" - }, - { - "name": "INPUT_BUTTONMODE_ONBLUR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Show buttons on the input field when it loses focus.

" - }, - { - "name": "INPUT_BUTTONMODE_ONFOCUS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Show buttons on the input field when it gains focus.

" - }, - { - "name": "KEYBOARD_APPEARANCE_ALERT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a keyboard appearance suitable for entering text on an alert.

" - }, - { - "name": "KEYBOARD_APPEARANCE_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the platform-specific default keyboard appearance.

" - }, - { - "name": "KEYBOARD_ASCII", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use an ASCII keyboard, with the standard keyboard layout.

" - }, - { - "name": "KEYBOARD_DECIMAL_PAD", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a keyboard with decimal numbers only, with the pad keyboard layout.

" - }, - { - "name": "KEYBOARD_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the default keyboard, depending on the platform.

" - }, - { - "name": "KEYBOARD_EMAIL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a keyboard suitable for composing email, with the standard keyboard layout.

" - }, - { - "name": "KEYBOARD_NAMEPHONE_PAD", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a keyboard suitable for entering names and phone numbers, with the pad keyboard layout.

" - }, - { - "name": "KEYBOARD_NUMBERS_PUNCTUATION", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a keyboard with numbers and punctuation only, with the standard keyboard layout.

" - }, - { - "name": "KEYBOARD_NUMBER_PAD", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a keyboard with a number pad only, with the pad keyboard layout.

" - }, - { - "name": "KEYBOARD_PHONE_PAD", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a keyboard with a phone-style number pad, with the pad keyboard layout.

" - }, - { - "name": "KEYBOARD_URL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use an keyboard optimized for entering URLs, with the standard keyboard layout.

" - }, - { - "name": "LANDSCAPE_LEFT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Standard landscape orientation (home button on left).

" - }, - { - "name": "LANDSCAPE_RIGHT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Reverse landscape orientation (home button on right).

" - }, - { - "name": "LIST_ACCESSORY_TYPE_CHECKMARK", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Displays a checkmark on the right side of an item in a list view.

" - }, - { - "name": "LIST_ACCESSORY_TYPE_DETAIL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Displays a detail disclosure button on the right side of an item in a list view.

" - }, - { - "name": "LIST_ACCESSORY_TYPE_DISCLOSURE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Displays a disclosure indicator on the right side of an item in a list view.

" - }, - { - "name": "LIST_ACCESSORY_TYPE_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Do not display anything on the right side of an item in a list view.

" - }, - { - "name": "LIST_ITEM_TEMPLATE_CONTACTS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A built-in style for an item with a title label on the left side of the cell with\nright-aligned, blue text, which is next to a subtitle label with left-aligned, black text.

" - }, - { - "name": "LIST_ITEM_TEMPLATE_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A built-in style for an item with an image view and black, left-aligned title label.

" - }, - { - "name": "LIST_ITEM_TEMPLATE_SETTINGS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A built-in style for a item with an image view; a black, left-aligned title label; and a\nsmaller blue, right-aligned subtitle label.

" - }, - { - "name": "LIST_ITEM_TEMPLATE_SUBTITLE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A built-in style for an item with an image view; a black, left-aligned title label across the\ntop of the cell and a subtitle label below it in smaller gray text.

" - }, - { - "name": "NOTIFICATION_DURATION_LONG", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Specifies a long duration for an Android Toast notification (Titanium.UI.Notification).

" - }, - { - "name": "NOTIFICATION_DURATION_SHORT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Specifies a short duration for an Android Toast notification (Titanium.UI.Notification).

" - }, - { - "name": "PICKER_TYPE_COUNT_DOWN_TIMER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a picker with a countdown timer appearance, showing hours and minutes.

" - }, - { - "name": "PICKER_TYPE_DATE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a date picker.

" - }, - { - "name": "PICKER_TYPE_DATE_AND_TIME", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a date and time picker.

" - }, - { - "name": "PICKER_TYPE_PLAIN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a plain picker (for values other than date or time).

" - }, - { - "name": "PICKER_TYPE_TIME", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use a time picker.

" - }, - { - "name": "PORTRAIT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Orientation constant for portrait mode orientation.

" - }, - { - "name": "RETURNKEY_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the default return key on the virtual keyboard.

" - }, - { - "name": "RETURNKEY_DONE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Set the return key text to \"Done\".

" - }, - { - "name": "RETURNKEY_EMERGENCY_CALL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Set the return key text to \"Emergency Call\".

" - }, - { - "name": "RETURNKEY_GO", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Set the return key text to \"Go\".

" - }, - { - "name": "RETURNKEY_GOOGLE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Set the return key text to \"Google\".

" - }, - { - "name": "RETURNKEY_JOIN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Set the return key text to \"Join\".

" - }, - { - "name": "RETURNKEY_NEXT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Set the return key text to \"Next\".

" - }, - { - "name": "RETURNKEY_ROUTE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Set the return key text to \"Route\".

" - }, - { - "name": "RETURNKEY_SEARCH", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Set the return key text to \"Search\".

" - }, - { - "name": "RETURNKEY_SEND", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Set the return key text to \"Send\".

" - }, - { - "name": "RETURNKEY_YAHOO", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Set the return key text to \"Yahoo\".

" - }, - { - "name": "SIZE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

SIZE behavior for UI layout.

" - }, - { - "name": "TEXT_ALIGNMENT_CENTER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Center align text.

" - }, - { - "name": "TEXT_ALIGNMENT_LEFT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Left align text.

" - }, - { - "name": "TEXT_ALIGNMENT_RIGHT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Right align text.

" - }, - { - "name": "TEXT_AUTOCAPITALIZATION_ALL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Auto-capitalize all text in the input field.

" - }, - { - "name": "TEXT_AUTOCAPITALIZATION_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Do not auto-capitalize.

" - }, - { - "name": "TEXT_AUTOCAPITALIZATION_SENTENCES", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use sentence-style auto-capitalization in the input field.

" - }, - { - "name": "TEXT_AUTOCAPITALIZATION_WORDS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Auto-capitalize the first letter of each word in the input field.

" - }, - { - "name": "TEXT_VERTICAL_ALIGNMENT_BOTTOM", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Align text to the bottom of the view.

" - }, - { - "name": "TEXT_VERTICAL_ALIGNMENT_CENTER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Vertically align text to the center of the view.

" - }, - { - "name": "TEXT_VERTICAL_ALIGNMENT_TOP", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Align text to the top of the view.

" - }, - { - "name": "UNIT_CM", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Unit constant representing units in centimeters.

" - }, - { - "name": "UNIT_DIP", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Unit constant representing units in density-independent pixels.

" - }, - { - "name": "UNIT_IN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Unit constant representing units in inches.

" - }, - { - "name": "UNIT_MM", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Unit constant representing units in millimeters.

" - }, - { - "name": "UNIT_PX", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Unit constant representing units in pixels.

" - }, - { - "name": "UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Orientation constant representing an unknown orientation.

" - }, - { - "name": "UPSIDE_PORTRAIT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Orientation constant for inverted portait orientation.

" - }, - { - "name": "URL_ERROR_AUTHENTICATION", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Authentication error code reported via Titanium.UI.WebView.error.

" - }, - { - "name": "URL_ERROR_BAD_URL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Bad url error code reported via Titanium.UI.WebView.error.

" - }, - { - "name": "URL_ERROR_CONNECT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code reported via Titanium.UI.WebView.error for a failure to connect to host.

" - }, - { - "name": "URL_ERROR_FILE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code reported via Titanium.UI.WebView.error for a failure to access a file resource on a host, except \"file not found\", which has its own constant.

" - }, - { - "name": "URL_ERROR_FILE_NOT_FOUND", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code reported via Titanium.UI.WebView.error when a requested file does not exist on the host.

" - }, - { - "name": "URL_ERROR_HOST_LOOKUP", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code reported via Titanium.UI.WebView.error when a host name cannot be resolved, such as via a DNS lookup error.

" - }, - { - "name": "URL_ERROR_REDIRECT_LOOP", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code reported via Titanium.UI.WebView.error when a redirect loop is detected.

" - }, - { - "name": "URL_ERROR_SSL_FAILED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code reported via Titanium.UI.WebView.error for an SSL failure.

" - }, - { - "name": "URL_ERROR_TIMEOUT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code reported via Titanium.UI.WebView.error when a timeout occurs.

" - }, - { - "name": "URL_ERROR_UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code reported via Titanium.UI.WebView.error when an unknown error occurs.

" - }, - { - "name": "URL_ERROR_UNSUPPORTED_SCHEME", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code reported via Titanium.UI.WebView.error when a url contains an unsupported scheme.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Sets the background color of the master view (when there are no windows or other top-level \ncontrols displayed).

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local path or URL to an image file for setting a background for the master view (when there \nare no windows or other top-level controls displayed).

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "currentTab", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.Tab", - "isClassProperty": false, - "description": "

The currently active tab, if a tab group is open.

" - }, - { - "name": "currentWindow", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.Window", - "isClassProperty": false, - "description": "

The active window associated with the executing JavaScript context.

" - }, - { - "name": "orientation", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Updates the orientation of the current window to the specified orientation value. Deprecated since 1.7.2. Removed in 3.0.0. Use Titanium.UI.Window.orientationModes instead.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertUnits", - "isInternal": false, - "parameters": [ - { - "name": "convertFromValue", - "usage": "required", - "type": "String", - "description": "

Measurement and optional unit to convert from, i.e. 160, \"120dip\". Percentages are \nnot accepted.

" - }, - { - "name": "convertToUnits", - "usage": "required", - "type": "String", - "description": "

Desired unit for the conversion result. Use one of the unit constants in Titanium.UI.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Converts one type of unit to another using the metrics of the main display.

" - }, - { - "name": "create2DMatrix", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "MatrixCreationDict", - "description": "

Initial transformation of the matrix.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.2DMatrix.

" - }, - { - "name": "create3DMatrix", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI._3DMatrix", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.3DMatrix except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.3DMatrix.

" - }, - { - "name": "createActivityIndicator", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.ActivityIndicator", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.ActivityIndicator except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.ActivityIndicator", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.ActivityIndicator.

" - }, - { - "name": "createAlertDialog", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.AlertDialog", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.AlertDialog except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.AlertDialog", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.AlertDialog.

" - }, - { - "name": "createAnimation", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.Animation", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.Animation except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Animation", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.Animation.

" - }, - { - "name": "createButton", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.Button", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.Button except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Button", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.Button.

" - }, - { - "name": "createButtonBar", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.ButtonBar", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.ButtonBar except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.ButtonBar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.ButtonBar.

" - }, - { - "name": "createCoverFlowView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.CoverFlowView", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.CoverFlowView except those marked not-creation or read-only.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.CoverFlowView", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.CoverFlowView. Deprecated since 1.8.0. Use Titanium.UI.iOS.CoverFlowView instead.\n

" - }, - { - "name": "createDashboardItem", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.DashboardItem", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.DashboardItem except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.DashboardItem", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.DashboardItem.

" - }, - { - "name": "createDashboardView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.DashboardView", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.DashboardView except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.DashboardView", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.DashboardView.

" - }, - { - "name": "createEmailDialog", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.EmailDialog", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.EmailDialog except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.EmailDialog", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.EmailDialog.

" - }, - { - "name": "createImageView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.ImageView", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.ImageView except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.ImageView", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.ImageView.

" - }, - { - "name": "createLabel", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.Label", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.Label except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Label", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.Label.

" - }, - { - "name": "createListSection", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.ListSection", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.ListSection except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.ListSection", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.ListSection.

" - }, - { - "name": "createListView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.ListView", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.ListView except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.ListView", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.ListView.

" - }, - { - "name": "createMaskedImage", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.MaskedImage", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.MaskedImage except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.MaskedImage", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.MaskedImage.

" - }, - { - "name": "createNotification", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.Notification", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.Notification except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Notification", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.Notification.

" - }, - { - "name": "createOptionDialog", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.OptionDialog", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.OptionDialog except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.OptionDialog", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.OptionDialog.

" - }, - { - "name": "createPicker", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.Picker", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.Picker except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Picker", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.Picker.

" - }, - { - "name": "createPickerColumn", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.PickerColumn", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.PickerColumn except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.PickerColumn", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.PickerColumn.

" - }, - { - "name": "createPickerRow", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.PickerRow", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.PickerRow except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.PickerRow", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.PickerRow.

" - }, - { - "name": "createProgressBar", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.ProgressBar", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.ProgressBar except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.ProgressBar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.ProgressBar.

" - }, - { - "name": "createScrollView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.ScrollView", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.ScrollView except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.ScrollView", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.ScrollView.

" - }, - { - "name": "createScrollableView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.ScrollableView", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.ScrollableView except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.ScrollableView", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.ScrollableView.

" - }, - { - "name": "createSearchBar", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.SearchBar", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.SearchBar except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.SearchBar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.SearchBar.

" - }, - { - "name": "createSlider", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.Slider", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.Slider except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Slider", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.Slider.

" - }, - { - "name": "createSwitch", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.Switch", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.Switch except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Switch", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.Switch.

" - }, - { - "name": "createTab", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.Tab", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.Tab except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Tab", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.Tab.

" - }, - { - "name": "createTabGroup", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.TabGroup", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.TabGroup except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.TabGroup", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.TabGroup.

" - }, - { - "name": "createTabbedBar", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.TabbedBar", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.TabbedBar except those marked not-creation or read-only.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.TabbedBar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.TabbedBar. Deprecated since 1.8.0. Use Titanium.UI.iOS.TabbedBar instead.\n

" - }, - { - "name": "createTableView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.TableView", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.TableView except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.TableView", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.TableView.

" - }, - { - "name": "createTableViewRow", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.TableViewRow", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.TableViewRow except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.TableViewRow", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.TableViewRow.

" - }, - { - "name": "createTableViewSection", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.TableViewSection", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.TableViewSection except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.TableViewSection", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.TableViewSection.

" - }, - { - "name": "createTextArea", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.TextArea", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.TextArea except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.TextArea", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.TextArea.

" - }, - { - "name": "createTextField", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.TextField", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.TextField except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.TextField", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.TextField.

" - }, - { - "name": "createToolbar", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.Toolbar", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.Toolbar except those marked not-creation or read-only.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Toolbar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.Toolbar. Deprecated since 1.8.0. Use Titanium.UI.iOS.Toolbar instead.\n

" - }, - { - "name": "createView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.View", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.View except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.View.

" - }, - { - "name": "createWebView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.WebView", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.WebView except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.WebView", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.WebView.

" - }, - { - "name": "createWindow", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.Window", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.Window except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Window", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.Window.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCurrentTab", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Tab", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the currentTab property.

" - }, - { - "name": "getCurrentWindow", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Window", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the currentWindow property.

" - }, - { - "name": "getOrientation", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the orientation property. Deprecated since 1.7.2. Removed in 3.0.0.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCurrentTab", - "isInternal": false, - "parameters": [ - { - "name": "currentTab", - "usage": "required", - "type": "Titanium.UI.Tab", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the currentTab property.

" - }, - { - "name": "setOrientation", - "isInternal": false, - "parameters": [ - { - "name": "orientation", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the orientation property. Deprecated since 1.7.2. Removed in 3.0.0.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.4" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "CloudEventOccurrencesResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "event_occurrences", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of event objects, if any exist.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.MobileWeb.NavigationGroup", - "description": "

A Navigation Group implements a specialized view that manages the navigation of hierarchical \ncontent.

", - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Creates a navigation group with the first window colored red.\nPress the button to open the blue window.\nUse the back button to return to the red root window.

\n
var win1 = Titanium.UI.createWindow();\n\nvar win2 = Titanium.UI.createWindow({\n    backgroundColor: 'red',\n    title: 'Red Window'\n});\n\nvar win3 = Titanium.UI.createWindow({\n    backgroundColor: 'blue',\n    title: 'Blue Window'\n});\n\nvar button = Titanium.UI.createButton({\n    title: 'Open Blue Window'\n});\nbutton.addEventListener('click', function(){\n    nav.open(win3, {animated:true});\n});\n\nvar nav = Titanium.UI.MobileWeb.createNavigationGroup({\n   window: win2\n});\n\nwin2.add(button);\nwin1.add(nav);\nwin1.open();\n
", - "name": "Simple Navigation Group" - }, - { - "code": "

Previous example as two Alloy views.

\n

navgroup.xml:

\n
<Alloy>\n    <Window>\n        <NavigationGroup id=\"nav\" platform=\"mobileweb\">\n            <Window id=\"win2\" title=\"Red Window\" backgroundColor=\"red\">\n                <Button title=\"Open Blue Window\" onClick=\"openBlueWindow\">\n            </Window>\n        </NavigationGroup>\n    </Window>\n</Alloy>\n
\n

navgroup.js:

\n
function openBlueWindow(){\n    var win3 = Alloy.createController('bluewindow').getView();\n    $.nav.open(win3, {animated : true});\n}\n
\n

bluewindow.xml:

\n
<Alloy>\n    <Window title=\"Blue Window\" backgroundColor=\"blue\" />\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The navigation group is created with the method Titanium.UI.MobileWeb.createNavigationGroup.\nThe window property must be set initially in the constructor when creating a navigation group.\nAll navigation groups must have a root window that cannot be removed.

" - ], - "properties": [ - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "navBarAtTop", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Specifies whether the navigation should be at the top of the screen or the bottom of the screen.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "window", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.Window", - "isClassProperty": false, - "description": "

Root window to add to this navigation group.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "parameters": [ - { - "name": "window", - "usage": "required", - "type": "Titanium.UI.Window", - "description": "

Window to close.

" - }, - { - "name": "options", - "usage": "required", - "type": "Object", - "description": "

Options supporting a single animated boolean property to determine whether the window \nwill be animated (default) while being closed.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes a window and removes it from the navigation group.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getNavBarAtTop", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the navBarAtTop property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getWindow", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Window", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the window property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "open", - "isInternal": false, - "parameters": [ - { - "name": "window", - "usage": "required", - "type": "Titanium.UI.Window", - "description": "

Window to open.

" - }, - { - "name": "options", - "usage": "required", - "type": "Object", - "description": "

Options supporting a single animated boolean property to determine whether the window \nwill be animated (default) while being closed.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens a window within the navigation group.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setNavBarAtTop", - "isInternal": false, - "parameters": [ - { - "name": "navBarAtTop", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the navBarAtTop property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.Cloud.KeyValues", - "description": "

Provides methods for accessing ACS Key-Values storage.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example sets a key-value and checks the response.

\n
Cloud.KeyValues.set({\n    name: 'welcome_message',\n    value: 'Welcome to Appcelerator Cloud Services'\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Set a Key-Value" - }, - { - "code": "

This example gets a key-value and checks the response.

\n
Cloud.KeyValues.get({\n    name: 'welcome_message'\n}, function (e) {\n    if (e.success) {\n        var keyvalue = e.keyvalues[0];\n        alert('Success:\\n' +\n            'name: ' + keyvalue.name + '\\n' +\n            'value: ' + keyvalue.value);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Get a Key-Value" - }, - { - "code": "

This example appends a value to a key-value and checks the response.

\n
Cloud.KeyValues.append({\n    name: 'welcome_message',\n    value: ', take a look around'\n}, function (e) {\n     if (e.success) {\n         var keyvalue = e.keyvalues[0];\n         alert('Success:\\n' +\n             'name: ' + keyvalue.name + '\\n' +\n             'value: ' + keyvalue.value);\n     } else {\n         alert('Error:\\n' +\n             ((e.error && e.message) || JSON.stringify(e)));\n     }\n\n});\n
", - "name": "Append a Key-Value" - }, - { - "code": "

This example increments a key-value and checks the response.

\n
Cloud.KeyValues.increment({\n    name: 'score',\n    value: 1\n}, function (e) {\n     if (e.success) {\n         var keyvalue = e.keyvalues[0];\n         alert('Success:\\n' +\n             'name: ' + keyvalue.name + '\\n' +\n             'value: ' + keyvalue.value);\n     } else {\n         alert('Error:\\n' +\n             ((e.error && e.message) || JSON.stringify(e)));\n     }\n\n});\n
", - "name": "Increment a Key-Value" - }, - { - "code": "

This example deletes a key-value and checks the response.

\n
Cloud.KeyValues.remove({\n    name: 'welcome_message'\n}, function (e) {\n     if (e.success) {\n         alert('Success');\n     } else {\n         alert('Error:\\n' +\n             ((e.error && e.message) || JSON.stringify(e)));\n     }\n\n});\n
", - "name": "Remove a Key-Value" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "append", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Add the given value to the end of an existing value.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "get", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a string or binary value.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "increment", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Increment the value by the given value.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Delete a value.

" - }, - { - "name": "set", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets a string or binary value referenced by the key name.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "CloudPlacesResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "places", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of places objects, if any exist.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.App.iOS.BackgroundService", - "description": "

A service that runs when the application is placed in the background.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

Two background services are registered in the following application.

\n

The first service logs a message every time the application is paused and then is stopped to \nrelease the service from memory. The service is not unregistered, and so will continue to be \ninvoked.

\n

The second creates an application property where it stores a run count value. For the first 4 \ntimes the application is paused, a local notification is invoked that gives the user the \nopportunity to bring the application back to the foreground. Once the run count reaches 5, \nthe service is unregistered and is not invoked again until the application is relaunched.

\n

app.js

\n
var win1 = Ti.UI.createWindow({  \n  title:'Background Services Example',\n  backgroundColor:'#4186cd',\n  modal:true\n});\n\nTi.API.info('Registering background services');\nvar service = Ti.App.iOS.registerBackgroundService({url:'bg-service1.js'});\nvar service2 = Ti.App.iOS.registerBackgroundService({url:'bg-service2.js'});\nTi.API.info('*** Press home button to pause application ***');\n\nwin1.open();\n
\n

bg-service1.js

\n
Ti.API.info('bg-service1: service has been invoked once, and will now be stopped to release it from memory. ');\nTi.App.currentService.stop();\n\nvar listener = Ti.App.currentService.addEventListener('stop',function(){\n  Ti.API.info('bg-service1: Although the service has been stopped, it is still registered and will be executed again on next pause');\n  Ti.API.info('bg-service1: As all background services are automatically stopped on resume, it is not always necessary to explicitly stop a service');\n});\n
\n

bg-service2.js

\n
var count = Ti.App.Properties.getInt('bg-svc2-count', 0);\n\nif (count > 4){\n  // reset count after 4 invocations\n  count = 0;\n}\n\ncount++;\n\nTi.App.Properties.setInt('bg-svc2-count', count);\n\nTi.API.info('bg-service2 has been run ' + count + ' times');\n\nif (count > 4){\n  Ti.App.currentService.unregister();\n  var finalNotif = Ti.App.iOS.scheduleLocalNotification({\n    alertBody:'bg-service2: As service has been invoked more than 4 times, it has been unregistered and will NOT run again. Relaunch the app to re-register it',\n    date:new Date(new Date().getTime() + 1000) // 1 second after unregister\n  });   \n} else {\n  var curNotif = Ti.App.iOS.scheduleLocalNotification({\n    alertBody:'bg-service2: has been invoked ' + count + ' times. It is still registered and will run again when the app is transitioned to the background',\n    date:new Date(new Date().getTime() + 1000) // 1 second after pause\n  });   \n}\n
", - "name": "Background Services Example" - } - ], - "remarks": [ - "

A background service is created by Titanium.App.iOS.registerBackgroundService.
\n

\n

At creation, a local URL to a JavaScript file must be defined. The code it contains is executed \neach time the application is no longer in the foreground, along with all other services that have \nbeen registered in the same way. When this happens, all background services continue to run until \none of the following occurs:

\n\n

A background service can invoke a Titanium.App.iOS.LocalNotification, which prompts users via \na dialog to return to the application and provides a button that brings it back into the \nforeground.

\n

Background Service Limitations

\n

A background service is subject to limitations imposed by the operating system, such as

\n" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A local URL to a JavaScript file containing the code to run in the background.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the url property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "stop", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stops the service from running during the current background session to conserve resources.

" - }, - { - "name": "unregister", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Unregisters the background service.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "DecodeStringDict", - "description": "

Named parameters for Titanium.Codec.decodeString.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "charset", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Character set to use when encoding this string to bytes.

" - }, - { - "name": "length", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of bytes to decode.

" - }, - { - "name": "position", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index in the source buffer of the first byte of data to decode.

" - }, - { - "name": "source", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Buffer", - "isClassProperty": false, - "description": "

Buffer to decode.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud.Photos", - "description": "

Provides methods for accessing ACS photos.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates a new photo and checks the response.

\n
Cloud.Photos.create({\n    photo: Titanium.Filesystem.getFile('photo.jpg')\n}, function (e) {\n    if (e.success) {\n        var photo = e.photos[0];\n        alert('Success:\\n' +\n            'id: ' + photo.id + '\\n' +\n            'filename: ' + photo.filename + '\\n' +\n            'size: ' + photo.size,\n            'updated_at: ' + photo.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create Photo" - }, - { - "code": "

This example retrieves information about a photo and checks the response.

\n
Cloud.Photos.show({\n    photo_id: savedPhotoId\n}, function (e) {\n    if (e.success) {\n        var photo = e.photos[0];\n        alert('Success:\\n' +\n            'id: ' + photo.id + '\\n' +\n            'filename: ' + photo.filename + '\\n' +\n            'updated_at: ' + photo.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show a Photo" - }, - { - "code": "

This example searches for photos and checks the response.

\n
Cloud.Photos.search({\n    user_id: savedUserId\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.photos.length);\n        for (var i = 0; i < e.photos.length; i++) {\n            var photo = e.photos[i];\n            alert('id: ' + photo.id + '\\n' +\n                  'name: ' + photo.name + '\\n' +\n                  'filename: ' + photo.filename + '\\n' +\n                  'updated_at: ' + photo.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Search for Photos" - }, - { - "code": "

This example requests a list of photos and checks the response.

\n
Cloud.Photos.query({\n    page: 1,\n    per_page: 20,\n    where: {\n        coordinates: {\n            '$nearSphere': [-122.23,37.12],\n            '$maxDistance': 0.00126\n        }\n    }\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.photos.length);\n        for (var i = 0; i < e.photos.length; i++) {\n            var photo = e.photos[i];\n            alert('id: ' + photo.id + '\\n' +\n                  'name: ' + photo.name + '\\n' +\n                  'filename: ' + photo.filename + '\\n' +\n                  'updated_at: ' + photo.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Query for Photos" - }, - { - "code": "

This example updates a photo and checks the response.

\n
Cloud.Photos.update({\n    photo_id: savedPhotoId,\n    photo: Titanium.Filesystem.getFile('newphoto.jpg'),\n    tags: 'mountains'\n}, function (e) {\n    if (e.success) {\n        var photo = e.photos[0];\n        alert('Success:\\n' +\n            'id: ' + photo.id + '\\n' +\n            'filename: ' + photo.filename + '\\n' +\n            'updated_at: ' + photo.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Update a Photo" - }, - { - "code": "

This example deletes a photo and checks the response.

\n
Cloud.Photos.remove({\n    photo_id: savedPhotoId\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove a Photo" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Create or upload a new photo.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "query", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of photos with sorting and pagination.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Delete a photo.

" - }, - { - "name": "search", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of photos.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve information about a photo.

" - }, - { - "name": "update", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Update a photo.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Android", - "description": "

The top level Android module.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [ - "

The currentActivity property provides a reference to the\ncontext's current Activity. Activity objects cannot be \ncreated directly, although a new activity can be started from an existing activity\nusing Activity.startActivity or \nActivity.startActivityForResult.

\n

Almost all of the constants defined in this module correspond directly to Android\nconstants, and are documented in the official Android documentation. In particular, \nthe ACTION_, EXTRA_ and CATEGORY_ constants are defined in the \nIntent Class Reference,

\n

See also:

\n" - ], - "properties": [ - { - "name": "ACTION_AIRPLANE_MODE_CHANGED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_AIRPLANE_MODE_CHANGED constant.

" - }, - { - "name": "ACTION_ALL_APPS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_ALL_APPS constant.

" - }, - { - "name": "ACTION_ANSWER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_ANSWER constant.

" - }, - { - "name": "ACTION_ATTACH_DATA", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_ATTACH_DATA constant.

" - }, - { - "name": "ACTION_BATTERY_CHANGED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_BATTERY_CHANGED constant.

" - }, - { - "name": "ACTION_BATTERY_LOW", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_BATTERY_LOW constant.

" - }, - { - "name": "ACTION_BATTERY_OKAY", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_BATTERY_OKAY constant.

" - }, - { - "name": "ACTION_BOOT_COMPLETED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_BOOT_COMPLETED constant.

" - }, - { - "name": "ACTION_BUG_REPORT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_BUG_REPORT constant.

" - }, - { - "name": "ACTION_CALL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_CALL constant.

" - }, - { - "name": "ACTION_CALL_BUTTON", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_CALL_BUTTON constant.

" - }, - { - "name": "ACTION_CAMERA_BUTTON", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_CAMERA_BUTTON constant.

" - }, - { - "name": "ACTION_CHOOSER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_CHOOSER constant.

" - }, - { - "name": "ACTION_CLOSE_SYSTEM_DIALOGS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_CLOSE_SYSTEM_DIALOGS constant.

" - }, - { - "name": "ACTION_CONFIGURATION_CHANGED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_CONFIGURATION_CHANGED constant.

" - }, - { - "name": "ACTION_CREATE_SHORTCUT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_CREATE_SHORTCUT constant.

" - }, - { - "name": "ACTION_DATE_CHANGED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_DATE_CHANGED constant.

" - }, - { - "name": "ACTION_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_DEFAULT constant.

" - }, - { - "name": "ACTION_DELETE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_DELETE constant.

" - }, - { - "name": "ACTION_DEVICE_STORAGE_LOW", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_DEVICE_STORAGE_LOW constant.

" - }, - { - "name": "ACTION_DIAL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_DIAL constant.

" - }, - { - "name": "ACTION_EDIT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_EDIT constant.

" - }, - { - "name": "ACTION_GET_CONTENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_GET_CONTENT constant.

" - }, - { - "name": "ACTION_GTALK_SERVICE_CONNECTED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_GTALK_SERVICE_CONNECTED constant.

" - }, - { - "name": "ACTION_GTALK_SERVICE_DISCONNECTED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_GTALK_SERVICE_DISCONNECTED constant.

" - }, - { - "name": "ACTION_HEADSET_PLUG", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_HEADSET_PLUG constant.

" - }, - { - "name": "ACTION_INPUT_METHOD_CHANGED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_INPUT_METHOD_CHANGED constant.

" - }, - { - "name": "ACTION_INSERT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_INSERT constant.

" - }, - { - "name": "ACTION_INSERT_OR_EDIT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_INSERT_OR_EDIT constant.

" - }, - { - "name": "ACTION_MAIN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MAIN constant.

" - }, - { - "name": "ACTION_MANAGE_PACKAGE_STORAGE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MANAGE_PACKAGE_STORAGE constant.

" - }, - { - "name": "ACTION_MEDIA_BAD_REMOVAL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_BAD_REMOVAL constant.

" - }, - { - "name": "ACTION_MEDIA_BUTTON", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_BUTTON constant.

" - }, - { - "name": "ACTION_MEDIA_CHECKING", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_CHECKING constant.

" - }, - { - "name": "ACTION_MEDIA_EJECT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_EJECT constant.

" - }, - { - "name": "ACTION_MEDIA_MOUNTED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_MOUNTED constant.

" - }, - { - "name": "ACTION_MEDIA_NOFS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_NOFS constant.

" - }, - { - "name": "ACTION_MEDIA_REMOVED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_REMOVED constant.

" - }, - { - "name": "ACTION_MEDIA_SCANNER_FINISHED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_SCANNER_FINISHED constant.

" - }, - { - "name": "ACTION_MEDIA_SCANNER_SCAN_FILE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_SCANNER_SCAN_FILE constant.

" - }, - { - "name": "ACTION_MEDIA_SCANNER_STARTED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_SCANNER_STARTED constant.

" - }, - { - "name": "ACTION_MEDIA_SHARED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_SHARED constant.

" - }, - { - "name": "ACTION_MEDIA_UNMOUNTABLE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_UNMOUNTABLE constant.

" - }, - { - "name": "ACTION_MEDIA_UNMOUNTED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_MEDIA_UNMOUNTED constant.

" - }, - { - "name": "ACTION_NEW_OUTGOING_CALL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_NEW_OUTGOING_CALL constant.

" - }, - { - "name": "ACTION_PACKAGE_ADDED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_PACKAGE_ADDED constant.

" - }, - { - "name": "ACTION_PACKAGE_CHANGED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_PACKAGE_CHANGED constant.

" - }, - { - "name": "ACTION_PACKAGE_DATA_CLEARED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_PACKAGE_DATA_CLEARED constant.

" - }, - { - "name": "ACTION_PACKAGE_INSTALL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_PACKAGE_INSTALL constant.

" - }, - { - "name": "ACTION_PACKAGE_REMOVED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_PACKAGE_REMOVED constant.

" - }, - { - "name": "ACTION_PACKAGE_REPLACED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_PACKAGE_REPLACED constant.

" - }, - { - "name": "ACTION_PACKAGE_RESTARTED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_PACKAGE_RESTARTED constant.

" - }, - { - "name": "ACTION_PICK", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_PICK constant.

" - }, - { - "name": "ACTION_PICK_ACTIVITY", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_PICK_ACTIVITY constant.

" - }, - { - "name": "ACTION_POWER_CONNECTED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_POWER_CONNECTED constant.

" - }, - { - "name": "ACTION_POWER_DISCONNECTED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_POWER_DISCONNECTED constant.

" - }, - { - "name": "ACTION_POWER_USAGE_SUMMARY", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_POWER_USAGE_SUMMARY constant.

" - }, - { - "name": "ACTION_PROVIDER_CHANGED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_PROVIDER_CHANGED constant.

" - }, - { - "name": "ACTION_REBOOT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_REBOOT constant.

" - }, - { - "name": "ACTION_RUN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_RUN constant.

" - }, - { - "name": "ACTION_SCREEN_OFF", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_SCREEN_OFF constant.

" - }, - { - "name": "ACTION_SCREEN_ON", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_SCREEN_ON constant.

" - }, - { - "name": "ACTION_SEARCH", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_SEARCH constant.

" - }, - { - "name": "ACTION_SEARCH_LONG_PRESS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_SEARCH_LONG_PRESS constant.

" - }, - { - "name": "ACTION_SEND", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_SEND constant.

" - }, - { - "name": "ACTION_SENDTO", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_SENDTO constant.

" - }, - { - "name": "ACTION_SEND_MULTIPLE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_SEND_MULTIPLE constant.

" - }, - { - "name": "ACTION_SET_WALLPAPER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_SET_WALLPAPER constant.

" - }, - { - "name": "ACTION_SHUTDOWN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_SHUTDOWN constant.

" - }, - { - "name": "ACTION_SYNC", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_SYNC constant.

" - }, - { - "name": "ACTION_SYSTEM_TUTORIAL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_SYSTEM_TUTORIAL constant.

" - }, - { - "name": "ACTION_TIME_CHANGED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_TIME_CHANGED constant.

" - }, - { - "name": "ACTION_TIME_TICK", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_TIME_TICK constant.

" - }, - { - "name": "ACTION_UID_REMOVED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_UID_REMOVED constant.

" - }, - { - "name": "ACTION_UMS_CONNECTED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_UMS_CONNECTED constant.

" - }, - { - "name": "ACTION_UMS_DISCONNECTED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_UMS_DISCONNECTED constant.

" - }, - { - "name": "ACTION_USER_PRESENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_USER_PRESENT constant.

" - }, - { - "name": "ACTION_VIEW", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_VIEW constant.

" - }, - { - "name": "ACTION_VOICE_COMMAND", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_VOICE_COMMAND constant.

" - }, - { - "name": "ACTION_WALLPAPER_CHANGED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_WALLPAPER_CHANGED constant.

" - }, - { - "name": "ACTION_WEB_SEARCH", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.ACTION_WEB_SEARCH constant.

" - }, - { - "name": "CATEGORY_ALTERNATIVE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_ALTERNATIVE constant.

" - }, - { - "name": "CATEGORY_BROWSABLE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_BROWSABLE constant.

" - }, - { - "name": "CATEGORY_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_DEFAULT constant.

" - }, - { - "name": "CATEGORY_DEVELOPMENT_PREFERENCE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_DEVELOPMENT_PREFERENCE constant.

" - }, - { - "name": "CATEGORY_EMBED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_EMBED constant.

" - }, - { - "name": "CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST constant.

" - }, - { - "name": "CATEGORY_HOME", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_HOME constant.

" - }, - { - "name": "CATEGORY_INFO", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_INFO constant.

" - }, - { - "name": "CATEGORY_LAUNCHER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_LAUNCHER constant.

" - }, - { - "name": "CATEGORY_MONKEY", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_MONKEY constant.

" - }, - { - "name": "CATEGORY_OPENABLE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_OPENABLE constant.

" - }, - { - "name": "CATEGORY_PREFERENCE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_PREFERENCE constant.

" - }, - { - "name": "CATEGORY_SAMPLE_CODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_SAMPLE_CODE constant.

" - }, - { - "name": "CATEGORY_SELECTED_ALTERNATIVE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_SELECTED_ALTERNATIVE constant.

" - }, - { - "name": "CATEGORY_TAB", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_TAB constant.

" - }, - { - "name": "CATEGORY_TEST", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_TEST constant.

" - }, - { - "name": "CATEGORY_UNIT_TEST", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.CATEGORY_UNIT_TEST constant.

" - }, - { - "name": "DEFAULT_ALL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use all default settings for a notification; see\nNotification.defaults.

" - }, - { - "name": "DEFAULT_LIGHTS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the default light settings for a notification; see\nNotification.defaults.

" - }, - { - "name": "DEFAULT_SOUND", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the default sound settings for a notification; see\nNotification.defaults.

" - }, - { - "name": "DEFAULT_VIBRATE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the default vibration settings for a notification; see\nNotification.defaults.

" - }, - { - "name": "EXTRA_ALARM_COUNT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_ALARM_COUNT constant.

" - }, - { - "name": "EXTRA_BCC", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_BCC constant.

" - }, - { - "name": "EXTRA_CC", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_CC constant.

" - }, - { - "name": "EXTRA_DATA_REMOVED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_DATA_REMOVED constant.

" - }, - { - "name": "EXTRA_DONT_KILL_APP", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_DONT_KILL_APP constant.

" - }, - { - "name": "EXTRA_EMAIL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_EMAIL constant.

" - }, - { - "name": "EXTRA_INTENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_INTENT constant.

" - }, - { - "name": "EXTRA_KEY_EVENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_KEY_EVENT constant.

" - }, - { - "name": "EXTRA_PHONE_NUMBER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_PHONE_NUMBER constant.

" - }, - { - "name": "EXTRA_REPLACING", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_REPLACING constant.

" - }, - { - "name": "EXTRA_SHORTCUT_ICON", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_SHORTCUT_ICON constant.

" - }, - { - "name": "EXTRA_SHORTCUT_ICON_RESOURCE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_SHORTCUT_ICON_RESOURCE constant.

" - }, - { - "name": "EXTRA_SHORTCUT_INTENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_SHORTCUT_INTENT constant.

" - }, - { - "name": "EXTRA_SHORTCUT_NAME", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_SHORTCUT_NAME constant.

" - }, - { - "name": "EXTRA_STREAM", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_STREAM constant.

" - }, - { - "name": "EXTRA_SUBJECT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_SUBJECT constant.

" - }, - { - "name": "EXTRA_TEMPLATE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_TEMPLATE constant.

" - }, - { - "name": "EXTRA_TEXT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_TEXT constant.

" - }, - { - "name": "EXTRA_TITLE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_TITLE constant.

" - }, - { - "name": "EXTRA_UID", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.EXTRA_UID constant.

" - }, - { - "name": "FILL_IN_ACTION", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FILL_IN_ACTION constant.

" - }, - { - "name": "FILL_IN_CATEGORIES", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FILL_IN_CATEGORIES constant.

" - }, - { - "name": "FILL_IN_COMPONENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FILL_IN_COMPONENT constant.

" - }, - { - "name": "FILL_IN_DATA", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FILL_IN_DATA constant.

" - }, - { - "name": "FILL_IN_PACKAGE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FILL_IN_PACKAGE constant.

" - }, - { - "name": "FLAG_ACTIVITY_BROUGHT_TO_FRONT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT constant.

" - }, - { - "name": "FLAG_ACTIVITY_CLEAR_TOP", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_CLEAR_TOP constant.

" - }, - { - "name": "FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET constant.

" - }, - { - "name": "FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS constant.

" - }, - { - "name": "FLAG_ACTIVITY_FORWARD_RESULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_FORWARD_RESULT constant.

" - }, - { - "name": "FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY constant.

" - }, - { - "name": "FLAG_ACTIVITY_MULTIPLE_TASK", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_MULTIPLE_TASK constant.

" - }, - { - "name": "FLAG_ACTIVITY_NEW_TASK", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_NEW_TASK constant.

" - }, - { - "name": "FLAG_ACTIVITY_NO_ANIMATION", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_NO_ANIMATION constant.

" - }, - { - "name": "FLAG_ACTIVITY_NO_HISTORY", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_NO_HISTORY constant.

" - }, - { - "name": "FLAG_ACTIVITY_NO_USER_ACTION", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_NO_USER_ACTION constant.

" - }, - { - "name": "FLAG_ACTIVITY_PREVIOUS_IS_TOP", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP constant.

" - }, - { - "name": "FLAG_ACTIVITY_REORDER_TO_FRONT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_REORDER_TO_FRONT constant.

" - }, - { - "name": "FLAG_ACTIVITY_RESET_TASK_IF_NEEDED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED constant.

" - }, - { - "name": "FLAG_ACTIVITY_SINGLE_TOP", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_ACTIVITY_SINGLE_TOP constant.

" - }, - { - "name": "FLAG_AUTO_CANCEL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Cancel the notification when it is clicked by the user.

" - }, - { - "name": "FLAG_CANCEL_CURRENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android PendingIntent.FLAG_CANCEL_CURRENT constant.

" - }, - { - "name": "FLAG_DEBUG_LOG_RESOLUTION", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_DEBUG_LOG_RESOLUTION constant.

" - }, - { - "name": "FLAG_FROM_BACKGROUND", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_FROM_BACKGROUND constant.

" - }, - { - "name": "FLAG_GRANT_READ_URI_PERMISSION", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_GRANT_READ_URI_PERMISSION constant.

" - }, - { - "name": "FLAG_GRANT_WRITE_URI_PERMISSION", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_GRANT_WRITE_URI_PERMISSION constant.

" - }, - { - "name": "FLAG_INSISTENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Repeat audio until the notification is cancelled or the notification window\nis opened.

" - }, - { - "name": "FLAG_NO_CLEAR", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Do not cancel the notification when the user clicks the Clear All button.

" - }, - { - "name": "FLAG_NO_CREATE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android PendingIntent.FLAG_NO_CREATE constant.

" - }, - { - "name": "FLAG_ONE_SHOT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android PendingIntent.FLAG_ONE_SHOT constant.

" - }, - { - "name": "FLAG_ONGOING_EVENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Specifies that a notification is in reference to something that is ongoing, like a phone call.

" - }, - { - "name": "FLAG_ONLY_ALERT_ONCE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Play an alert (sound, lights, and/or vibration) once each time the notification is sent, even if it has not been canceled before that.

" - }, - { - "name": "FLAG_RECEIVER_REGISTERED_ONLY", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android Intent.FLAG_RECEIVER_REGISTERED_ONLY constant.

" - }, - { - "name": "FLAG_SHOW_LIGHTS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use LED lights to alert the user to the notification.

" - }, - { - "name": "FLAG_UPDATE_CURRENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Corresponds to the Android PendingIntent.FLAG_UPDATE_CURRENT constant.

" - }, - { - "name": "PENDING_INTENT_FOR_ACTIVITY", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Not used. Deprecated since 2.0.0.

" - }, - { - "name": "PENDING_INTENT_FOR_BROADCAST", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Not used. Deprecated since 2.0.0.

" - }, - { - "name": "PENDING_INTENT_FOR_SERVICE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Not used. Deprecated since 2.0.0.

" - }, - { - "name": "PENDING_INTENT_MAX_VALUE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Not used. Deprecated since 2.0.0.

" - }, - { - "name": "R", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.Android.R", - "isClassProperty": true, - "description": "

Accessor for Android system resources.

" - }, - { - "name": "RESULT_CANCELED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with setResult to specify that\nan activity was canceled.

" - }, - { - "name": "RESULT_FIRST_USER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with setResult to specify a \nuser-defined result.

" - }, - { - "name": "RESULT_OK", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with setResult to specify that\nan activity succeeded.

" - }, - { - "name": "SCREEN_ORIENTATION_BEHIND", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with requestedOrientation to\nspecify the activity should run in the same orientation as the activity behind it\nin the activity stack.

" - }, - { - "name": "SCREEN_ORIENTATION_LANDSCAPE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with requestedOrientation to\nspecify a landscape screen orientation.

" - }, - { - "name": "SCREEN_ORIENTATION_NOSENSOR", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with requestedOrientation to\nspecify that the sensor should be ignored and the display should not rotate.

" - }, - { - "name": "SCREEN_ORIENTATION_PORTRAIT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with requestedOrientation to\nspecify a portrait screen orientation.

" - }, - { - "name": "SCREEN_ORIENTATION_SENSOR", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with requestedOrientation to\nspecify that orientation should be determined by the orientation sensor.

" - }, - { - "name": "SCREEN_ORIENTATION_UNSPECIFIED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with requestedOrientation to\nspecify that the system should use its default rules for determining the best\norientation.

" - }, - { - "name": "SCREEN_ORIENTATION_USER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with requestedOrientation to\nspecify that the system should use the user's preferred orientation.

" - }, - { - "name": "SHOW_AS_ACTION_ALWAYS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Always show this item as an action button in the action bar.

" - }, - { - "name": "SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The action view can collapse to a normal menu item.

" - }, - { - "name": "SHOW_AS_ACTION_IF_ROOM", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Show this item as an action button if the system decides there is room for it.

" - }, - { - "name": "SHOW_AS_ACTION_NEVER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Never display this item as an action button in the action bar.

" - }, - { - "name": "SHOW_AS_ACTION_WITH_TEXT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

When this item is in the action bar, always show it with a text label.

" - }, - { - "name": "START_NOT_STICKY", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A Service start mode indicating that if the host application is stopped by Android, the service should not be restarted automatically.

" - }, - { - "name": "START_REDELIVER_INTENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A Service start mode indicating that if the host application is stopped by Android, the service should be restarted automatically and the original Intent re-sent.

" - }, - { - "name": "STREAM_ALARM", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with audioStreamType to\nrequest that the alarm stream type for notifications be used.

" - }, - { - "name": "STREAM_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with audioStreamType to request that the \ndefault stream type for notifications be used.

" - }, - { - "name": "STREAM_MUSIC", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with audioStreamType to\nrequest that the music stream type for notifications be used.

" - }, - { - "name": "STREAM_NOTIFICATION", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with audioStreamType to request that the \nnotification stream type for notifications be used.

" - }, - { - "name": "STREAM_RING", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with audioStreamType to request that the \nring stream type for notifications be used.

" - }, - { - "name": "STREAM_SYSTEM", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with audioStreamType to request that the \nsystem stream type for notifications be used.

" - }, - { - "name": "STREAM_VOICE_CALL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with audioStreamType to request that the \nvoice call stream type for notifications be used.

" - }, - { - "name": "URI_INTENT_SCHEME", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The URI scheme used for intent URIs.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "currentActivity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.Android.Activity", - "isClassProperty": false, - "description": "

Activity of the active context.

" - }, - { - "name": "currentService", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.Android.Service", - "isClassProperty": false, - "description": "

Service in the active context.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createBroadcastReceiver", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Android.BroadcastReceiver", - "description": "

Properties to set on a new object, including any defined by Titanium.Android.BroadcastReceiver except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.BroadcastReceiver", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Android.BroadcastReceiver.

" - }, - { - "name": "createIntent", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Android.Intent", - "description": "

Properties to set on a new object, including any defined by Titanium.Android.Intent except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Intent", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Android.Intent.

" - }, - { - "name": "createIntentChooser", - "isInternal": false, - "parameters": [ - { - "name": "intent", - "usage": "required", - "type": "Titanium.Android.Intent", - "description": "

The intent to display a chooser for.

" - }, - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

Title to display on the chooser.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Intent", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

The following example uses an activity chooser to send a plain text message.

\n
var intent = Ti.Android.createIntent( { \n    action: Ti.Android.ACTION_SEND,\n    type: 'text/plain'\n});\nintent.putExtra(Ti.Android.EXTRA_SUBJECT, \"This is the subject.\");\nintent.putExtra(Ti.Android.EXTRA_TEXT, \"This is some text to send.\")\n\nvar chooser = Ti.Android.createIntentChooser(intent, \"Send Message\");\nvar activity = Ti.Android.currentActivity.startActivity(chooser);\n
", - "name": "Using a Chooser" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an activity chooser intent, used to allow the user to select a target activity\nfor an intent.

" - }, - { - "name": "createNotification", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Android.Notification", - "description": "

Properties to set on a new object, including any defined by Titanium.Android.Notification except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Notification", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Android.Notification.

" - }, - { - "name": "createPendingIntent", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Android.PendingIntent", - "description": "

Properties to set on the new object, including any defined by\nTitanium.Android.PendingIntent, except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.PendingIntent", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a PendingIntent to be used inside a\nNotification.

" - }, - { - "name": "createRemoteViews", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Android.RemoteViews", - "description": "

Properties to set on a new object, including any defined by Titanium.Android.RemoteViews except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.RemoteViews", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Android.RemoteViews.

" - }, - { - "name": "createService", - "isInternal": false, - "parameters": [ - { - "name": "intent", - "usage": "required", - "type": "Titanium.Android.Intent", - "description": "

An Intent created with createServiceIntent,\nwhich specifies the service to be instantiated.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Service", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Create a Titanium.Android.Service so you can start/stop it and listen for events from it.

" - }, - { - "name": "createServiceIntent", - "isInternal": false, - "parameters": [ - { - "name": "options", - "usage": "required", - "type": "ServiceIntentOptions", - "description": "

Options for the Service.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Intent", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Create an Intent to be used to start a service.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCurrentActivity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Activity", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the currentActivity property.

" - }, - { - "name": "getCurrentService", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Service", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the currentService property.

" - }, - { - "name": "isServiceRunning", - "isInternal": false, - "parameters": [ - { - "name": "intent", - "usage": "required", - "type": "Titanium.Android.Intent", - "description": "

An Intent created with createServiceIntent,\nwhich specifies the service to check.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Check on state of Service.

" - }, - { - "name": "registerBroadcastReceiver", - "isInternal": false, - "parameters": [ - { - "name": "broadcastReceiver", - "usage": "required", - "type": "Titanium.Android.BroadcastReceiver", - "description": "

The broadcast receiver to register and handle the broadcast

" - }, - { - "name": "actions", - "usage": "required", - "type": "Array", - "description": "

The actions that the broadcast reciever will handle

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Registers broadcast receiver for the given actions

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "startService", - "isInternal": false, - "parameters": [ - { - "name": "intent", - "usage": "required", - "type": "Titanium.Android.Intent", - "description": "

An Intent created with createServiceIntent,\nwhich specifies the service to start.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a simple service.

" - }, - { - "name": "stopService", - "isInternal": false, - "parameters": [ - { - "name": "intent", - "usage": "required", - "type": "Titanium.Android.Intent", - "description": "

An Intent created with createServiceIntent,\nwhich specifies the service to stop.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stop a simple service that was started with startService.

" - }, - { - "name": "unregisterBroadcastReceiver", - "isInternal": false, - "parameters": [ - { - "name": "broadcastReceiver", - "usage": "required", - "type": "Titanium.Android.BroadcastReceiver", - "description": "

The broadcast receiver to unregister.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Unregisters a broadcast receiver

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.XML.CDATASection", - "description": "

Used to include blocks of literal text containing characters that would otherwise need\nto be escaped.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Implements the DOM Level 2 API on\nAndroid and iOS with some non-standard extensions. Exposes the \nDOM Level 3 API implementation on Mobile Web. On Mobile\nWeb, there is no Titanium.XML.CDATASection object. A string object containing the data is used directly instead.

" - ], - "properties": [ - { - "name": "ATTRIBUTE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nAttr node.
\n

" - }, - { - "name": "CDATA_SECTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nCDATASection node.
\n

" - }, - { - "name": "COMMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nComment node.
\n

" - }, - { - "name": "DOCUMENT_FRAGMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentFragment node.
\n

" - }, - { - "name": "DOCUMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocument node.
\n

" - }, - { - "name": "DOCUMENT_TYPE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentType node.
\n

" - }, - { - "name": "ELEMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nElement node.
\n

" - }, - { - "name": "ENTITY_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntity node.
\n

" - }, - { - "name": "ENTITY_REFERENCE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntityReference node.
\n

" - }, - { - "name": "NOTATION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nNotation node.
\n

" - }, - { - "name": "PROCESSING_INSTRUCTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nProcessingInstruction node.
\n

" - }, - { - "name": "TEXT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nText node.
\n

" - }, - { - "name": "attributes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A map of this node's attributes.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "childNodes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NodeList", - "isClassProperty": false, - "description": "

A Titanium.XML.NodeList of this node's children.

" - }, - { - "name": "data", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The character data of the node that implements this interface. Throws an exception during setting if this node is readonly.

" - }, - { - "name": "firstChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's first child.

" - }, - { - "name": "lastChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's last child.

" - }, - { - "name": "length", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of characters that are available through data and the substringData method. This may have the value zero, i.e., Titanium.XML.CharacterData may be empty.

" - }, - { - "name": "localName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local part of the qualified name of this node.

" - }, - { - "name": "namespaceURI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace URI of this node.

" - }, - { - "name": "nextSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's next sibling.

" - }, - { - "name": "nodeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this node.

" - }, - { - "name": "nodeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

This node's type. One of ELEMENT_NODE, ATTRIBUTE_NODE, TEXT_NODE, CDATA_SECTION_NODE,\nENTITY_REFERENCE_NODE, ENTITY_NODE, PROCESSING_INSTRUCTION_NODE, COMMENT_NODE,\nDOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE, NOTATION_NODE.

" - }, - { - "name": "nodeValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of this node.

" - }, - { - "name": "ownerDocument", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

This node's owning document.

" - }, - { - "name": "parentNode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's parent node.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace prefix of this node.

" - }, - { - "name": "previousSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's previous sibling.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.\n Deprecated since 2.0.0. Use textContent instead.

" - }, - { - "name": "textContent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "appendChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Newly-appended node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the node newChild as a child of this node.

" - }, - { - "name": "appendData", - "isInternal": false, - "parameters": [ - { - "name": "arg", - "usage": "required", - "type": "String", - "description": "

The string to append.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Append the string to the end of the character data of the node. Upon success, data provides access to the concatenation of data and the string specified. Throws an exception if this node is readonly.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cloneNode", - "isInternal": false, - "parameters": [ - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

Whether or not to perform a deep copy of this node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Cloned node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a duplicate of this node.

" - }, - { - "name": "deleteData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The offset from which to start removing.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

The number of characters to delete. If the sum of offset and count exceeds length then all characters from offset to the end of the data are deleted.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Remove a range of characters from the node. Upon success, data and length reflect the change. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the attributes property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the childNodes property.

" - }, - { - "name": "getData", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the data property.

" - }, - { - "name": "getFirstChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstChild property.

" - }, - { - "name": "getLastChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastChild property.

" - }, - { - "name": "getLength", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the length property.

" - }, - { - "name": "getLocalName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the localName property.

" - }, - { - "name": "getNamespaceURI", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the namespaceURI property.

" - }, - { - "name": "getNextSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nextSibling property.

" - }, - { - "name": "getNodeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeName property.

" - }, - { - "name": "getNodeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeType property.

" - }, - { - "name": "getNodeValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeValue property.

" - }, - { - "name": "getOwnerDocument", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerDocument property.

" - }, - { - "name": "getParentNode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the parentNode property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getPreviousSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the previousSibling property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property. Deprecated since 2.0.0.

" - }, - { - "name": "getTextContent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textContent property.

" - }, - { - "name": "hasAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has attributes, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has attributes.

" - }, - { - "name": "hasChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has children, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has child nodes.

" - }, - { - "name": "insertBefore", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert.

" - }, - { - "name": "refChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert newChild before.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The inserted node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts the node newChild before the node refChild.

" - }, - { - "name": "insertData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The character offset at which to insert.

" - }, - { - "name": "arg", - "usage": "required", - "type": "String", - "description": "

The string to insert.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Insert a string at the specified offset. Throws an exception if this node is readonly, if offset is negative, or if offset is beyond the data's length.

" - }, - { - "name": "isSupported", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

Name of the feature.

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

Version number of the feature.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if the feature is supported, false if it is not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tests whether the DOM implementation supports a specific feature.

" - }, - { - "name": "normalize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Normalizes text and attribute nodes in this node's child hierarchy.

" - }, - { - "name": "removeChild", - "isInternal": false, - "parameters": [ - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child node from this node.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node.

" - }, - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node being replaced.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces the node oldChild with the node newChild.

" - }, - { - "name": "replaceData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The offset from which to start replacing.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

The number of characters to replace. If the sum of offset and count exceeds length, then all characters to the end of the data are replaced; (i.e., the effect is the same as a remove method call with the same range, followed by an append method invocation).

" - }, - { - "name": "arg", - "usage": "required", - "type": "String", - "description": "

The string with which the range must be replaced.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replace the characters starting at the specified offset with the specified string. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setData", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the data property.

" - }, - { - "name": "setLocalName", - "isInternal": false, - "parameters": [ - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the localName property.

" - }, - { - "name": "setNodeValue", - "isInternal": false, - "parameters": [ - { - "name": "nodeValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nodeValue property.

" - }, - { - "name": "setPrefix", - "isInternal": false, - "parameters": [ - { - "name": "prefix", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prefix property.

" - }, - { - "name": "splitText", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The offset at which to split, starting from 0.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Text", - "description": "

The new node, of the same type as this node

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Breaks this node into two nodes at the specified by offset, and returns a new node of the same type, which contains all the content at and after the offset point. Throws an exception if the specified offset is negative or if this node is read only.

" - }, - { - "name": "substringData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

Start offset of substring to extract.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

The number of characters units to extract.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

The specified substring. If the sum of offset and count exceeds the length, then all 16-bit units to the end of the data are returned.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Extracts a range of data from the node. Throws an exception if offset is negative, offset is beyond the data's length, or if count is negative.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.XML.Document", - "description": "

The DOM Document returned from Titanium.XML.parseString.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Implements the DOM Level 2 API on\nAndroid and iOS. Exposes the \nDOM Level 3 API implementation on \nMobile Web.

\n

As of version 3.1, Android does not truly support DTDs. A document with a DTD can be\nparsed, however it is not validated, its default attributes are not be automatically\nadded into the DOM tree, and so on.

\n

This has been reported as Android Issue #7395.

" - ], - "properties": [ - { - "name": "ATTRIBUTE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nAttr node.
\n

" - }, - { - "name": "CDATA_SECTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nCDATASection node.
\n

" - }, - { - "name": "COMMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nComment node.
\n

" - }, - { - "name": "DOCUMENT_FRAGMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentFragment node.
\n

" - }, - { - "name": "DOCUMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocument node.
\n

" - }, - { - "name": "DOCUMENT_TYPE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentType node.
\n

" - }, - { - "name": "ELEMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nElement node.
\n

" - }, - { - "name": "ENTITY_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntity node.
\n

" - }, - { - "name": "ENTITY_REFERENCE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntityReference node.
\n

" - }, - { - "name": "NOTATION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nNotation node.
\n

" - }, - { - "name": "PROCESSING_INSTRUCTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nProcessingInstruction node.
\n

" - }, - { - "name": "TEXT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nText node.
\n

" - }, - { - "name": "attributes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A map of this node's attributes.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "childNodes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NodeList", - "isClassProperty": false, - "description": "

A Titanium.XML.NodeList of this node's children.

" - }, - { - "name": "doctype", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.DocumentType", - "isClassProperty": false, - "description": "

An interface to the list of entities that are defined for the document, such as via a Document Type Definition (DTD).

" - }, - { - "name": "documentElement", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Element", - "isClassProperty": false, - "description": "

Root element of this document.

" - }, - { - "name": "firstChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's first child.

" - }, - { - "name": "implementation", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.DOMImplementation", - "isClassProperty": false, - "description": "

DOMImplementation object associated with this\ndocument.

" - }, - { - "name": "lastChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's last child.

" - }, - { - "name": "localName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local part of the qualified name of this node.

" - }, - { - "name": "namespaceURI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace URI of this node.

" - }, - { - "name": "nextSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's next sibling.

" - }, - { - "name": "nodeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this node.

" - }, - { - "name": "nodeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

This node's type. One of ELEMENT_NODE, ATTRIBUTE_NODE, TEXT_NODE, CDATA_SECTION_NODE,\nENTITY_REFERENCE_NODE, ENTITY_NODE, PROCESSING_INSTRUCTION_NODE, COMMENT_NODE,\nDOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE, NOTATION_NODE.

" - }, - { - "name": "nodeValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of this node.

" - }, - { - "name": "ownerDocument", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

This node's owning document.

" - }, - { - "name": "parentNode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's parent node.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace prefix of this node.

" - }, - { - "name": "previousSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's previous sibling.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.\n Deprecated since 2.0.0. Use textContent instead.

" - }, - { - "name": "textContent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "appendChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Newly-appended node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the node newChild as a child of this node.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cloneNode", - "isInternal": false, - "parameters": [ - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

Whether or not to perform a deep copy of this node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Cloned node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a duplicate of this node.

" - }, - { - "name": "createAttribute", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name for the new attribute.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Attr", - "description": "

Attribute object, ready to be added to an element.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an attribute with the given name.

" - }, - { - "name": "createAttributeNS", - "isInternal": false, - "parameters": [ - { - "name": "namespaceURI", - "usage": "required", - "type": "String", - "description": "

Namespace URI for the new attribute.

" - }, - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Qualified name for the new attribute (can include a prefix).

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Attr", - "description": "

Attribute object, ready to be added to an element.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an attribute with the given name and namespace.

" - }, - { - "name": "createCDATASection", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "String", - "description": "

String data to go into the CDATA section.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.CDATASection", - "description": "

CDATA section with the given data, ready to be added to an element.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns a CDATASection.

" - }, - { - "name": "createComment", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "String", - "description": "

Comment text.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Comment", - "description": "

Comment object, ready to be appended to the DOM tree.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a Comment with the supplied string data.

" - }, - { - "name": "createDocumentFragment", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.DocumentFragment", - "description": "

The empty Titanium.XML.DocumentFragment.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an empty DocumentFragment.

" - }, - { - "name": "createElement", - "isInternal": false, - "parameters": [ - { - "name": "tagName", - "usage": "required", - "type": "String", - "description": "

Name for the created element.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Element", - "description": "

Newly created element.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an element with the given tag name.

" - }, - { - "name": "createElementNS", - "isInternal": false, - "parameters": [ - { - "name": "namespaceURI", - "usage": "required", - "type": "String", - "description": "

URI for the namespace the new element belongs to.

" - }, - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Qualified for the new element (can include a prefix).

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Element", - "description": "

New namespace-qualified element.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Create a new element with the given namespace and name.

" - }, - { - "name": "createEntityReference", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name for the new entity reference.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.EntityReference", - "description": "

Newly-created entity reference.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an EntityReference with the given name.

" - }, - { - "name": "createProcessingInstruction", - "isInternal": false, - "parameters": [ - { - "name": "target", - "usage": "required", - "type": "String", - "description": "

Target part for the processing instruction.

" - }, - { - "name": "data", - "usage": "required", - "type": "String", - "description": "

Data for the processing instruction node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.ProcessingInstruction", - "description": "

New processing instruction.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a processing instruction for inserting into the DOM tree.

" - }, - { - "name": "createTextNode", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "String", - "description": "

The string value for the text node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Text", - "description": "

Newly-created text node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a text node.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the attributes property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the childNodes property.

" - }, - { - "name": "getDoctype", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.DocumentType", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the doctype property.

" - }, - { - "name": "getDocumentElement", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Element", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the documentElement property.

" - }, - { - "name": "getElementById", - "isInternal": false, - "parameters": [ - { - "name": "elementId", - "usage": "required", - "type": "String", - "description": "

A unique ID value for an element to search for.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Element", - "description": "

The Element matching the given ID, if any.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an Element that has an ID attribute with the given value.

" - }, - { - "name": "getElementsByTagName", - "isInternal": false, - "parameters": [ - { - "name": "tagname", - "usage": "required", - "type": "String", - "description": "

Tag name to search for.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "

List of elements in the document which have the given tag name.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a node list of elements in the document which have the given tag.

" - }, - { - "name": "getElementsByTagNameNS", - "isInternal": false, - "parameters": [ - { - "name": "namespaceURI", - "usage": "required", - "type": "String", - "description": "

Namespace URI used for matching elements.

" - }, - { - "name": "localname", - "usage": "required", - "type": "String", - "description": "

Tag name to search for.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "

List of elements in the document which belong to the given namespace and have the given tag name.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a node list of elements in the document which belong to the given namespace and have the given tag name.

" - }, - { - "name": "getFirstChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstChild property.

" - }, - { - "name": "getImplementation", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.DOMImplementation", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the implementation property.

" - }, - { - "name": "getLastChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastChild property.

" - }, - { - "name": "getLocalName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the localName property.

" - }, - { - "name": "getNamespaceURI", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the namespaceURI property.

" - }, - { - "name": "getNextSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nextSibling property.

" - }, - { - "name": "getNodeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeName property.

" - }, - { - "name": "getNodeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeType property.

" - }, - { - "name": "getNodeValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeValue property.

" - }, - { - "name": "getOwnerDocument", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerDocument property.

" - }, - { - "name": "getParentNode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the parentNode property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getPreviousSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the previousSibling property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property. Deprecated since 2.0.0.

" - }, - { - "name": "getTextContent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textContent property.

" - }, - { - "name": "hasAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has attributes, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has attributes.

" - }, - { - "name": "hasChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has children, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has child nodes.

" - }, - { - "name": "importNode", - "isInternal": false, - "parameters": [ - { - "name": "importedNode", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to import.

" - }, - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

If true, recursively import the subtree under the specified node; if false, import only the node itself.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Imported node that belongs now to this document.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Imports a node from another document to this document,\nwithout altering or removing the source node from the original document.

" - }, - { - "name": "insertBefore", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert.

" - }, - { - "name": "refChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert newChild before.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The inserted node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts the node newChild before the node refChild.

" - }, - { - "name": "isSupported", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

Name of the feature.

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

Version number of the feature.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if the feature is supported, false if it is not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tests whether the DOM implementation supports a specific feature.

" - }, - { - "name": "normalize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Normalizes text and attribute nodes in this node's child hierarchy.

" - }, - { - "name": "removeChild", - "isInternal": false, - "parameters": [ - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child node from this node.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node.

" - }, - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node being replaced.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces the node oldChild with the node newChild.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setLocalName", - "isInternal": false, - "parameters": [ - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the localName property.

" - }, - { - "name": "setNodeValue", - "isInternal": false, - "parameters": [ - { - "name": "nodeValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nodeValue property.

" - }, - { - "name": "setPrefix", - "isInternal": false, - "parameters": [ - { - "name": "prefix", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prefix property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.Switch", - "description": "

An on/off switch control.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a standard switch, using default values, and output value property on each change \nevent.

\n
var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar basicSwitch = Ti.UI.createSwitch({\n  value:true // mandatory property for iOS \n});\nwin.add(basicSwitch);\n\nbasicSwitch.addEventListener('change',function(e){\n  Ti.API.info('Switch value: ' + basicSwitch.value);\n});\n\nwin.open();\n\n// print initial value\nTi.API.info('Switch value: ' + basicSwitch.value);\n
", - "name": "Simple Switch Example" - }, - { - "code": "

Create a standard (toggle button) switch with a customized title for each on/off state, and \noutput value property on each change event.

\n
var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar basicSwitch = Ti.UI.createSwitch({\n  titleOn:'Notifications Enabled',\n  titleOff:'Notifications Disabled',\n  value:true,\n  width: 200, height:120\n});\nwin.add(basicSwitch);\n\nbasicSwitch.addEventListener('change',function(e){\n  Ti.API.info('Switch value: ' + basicSwitch.value);\n});\n\nwin.open();\n
", - "name": "Toggle Button Switch Example (Android)" - }, - { - "code": "

Create a checkbox switch, and output value property on each change event.

\n
var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar basicSwitch = Ti.UI.createSwitch({\n  style: Ti.UI.Android.SWITCH_STYLE_CHECKBOX,\n  textAlign:Ti.UI.TEXT_ALIGNMENT_CENTER,\n  title:'Notifications',\n  value:true,\n  width: 300 // necessary for textAlign to be effective\n});\nwin.add(basicSwitch);\n\nbasicSwitch.addEventListener('change',function(e){\n  Ti.API.info('Switch value: ' + basicSwitch.value);\n});\n\nwin.open();\n
", - "name": "Checkbox Switch Example (Android)" - }, - { - "code": "

Previous simple switch example as an Alloy view.

\n

switchexample.xml:

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\">\n        <Switch id=\"basicSwitch\" value=\"true\" onChange=\"outputState\"/>\n    </Window>\n</Alloy>\n
\n

switchexample.js:

\n
function outputState(){\n    Ti.API.info('Switch value: ' + $.basicSwitch.value);\n}\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

On Android, a switch can have text associated with it, and appears as either a checkbox or \ntoggle button.

\n

On iOS, the switch appears as an iOS on/off switch and doesn't have any text associated with it.

\n

On Mobile Web and Tizen, a switch always has text associated with it, and appears as a toggle button, \nsimilar to Android.

\n

Use the Titanium.UI.createSwitch method to create a switch.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color to use for switch text, as a color name or hex triplet.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the switch is enabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "font", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Font", - "isClassProperty": false, - "description": "

Font to use for the switch text.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "style", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the switch. Enables either the toggle button (default) or checkbox.

" - }, - { - "name": "textAlign", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Horizontal text alignment of the switch title.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text to display next to the switch, when the checkbox style is in use.

" - }, - { - "name": "titleOff", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text to display on the switch in its \"off\" state, when the toggle button style is in use.

" - }, - { - "name": "titleOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text to display on the switch in its \"on\" state, when the toggle button style is in use.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "value", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the switch has been turned on or off by the user. May also be set \nprogrammatically.

" - }, - { - "name": "verticalAlign", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Vertical alignment for the text field.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the color property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getFont", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Font", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the font property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the style property.

" - }, - { - "name": "getTextAlign", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textAlign property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getTitleOff", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleOff property.

" - }, - { - "name": "getTitleOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleOn property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the value property.

" - }, - { - "name": "getVerticalAlign", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the verticalAlign property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setColor", - "isInternal": false, - "parameters": [ - { - "name": "color", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the color property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setFont", - "isInternal": false, - "parameters": [ - { - "name": "font", - "usage": "required", - "type": "Font", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the font property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setStyle", - "isInternal": false, - "parameters": [ - { - "name": "style", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the style property.

" - }, - { - "name": "setTextAlign", - "isInternal": false, - "parameters": [ - { - "name": "textAlign", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the textAlign property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "setTitleOff", - "isInternal": false, - "parameters": [ - { - "name": "titleOff", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleOff property.

" - }, - { - "name": "setTitleOn", - "isInternal": false, - "parameters": [ - { - "name": "titleOn", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleOn property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setValue", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the value property.

" - }, - { - "name": "setVerticalAlign", - "isInternal": false, - "parameters": [ - { - "name": "verticalAlign", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the verticalAlign property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "Boolean", - "description": "

New value of the switch.

" - } - ], - "description": "

Fired when the switch value changes.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "CloudUsersResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - }, - { - "name": "users", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of user objects, if any exist.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "textAreaSelectedParams", - "description": "

Dictionary object of parameters for the Titanium.UI.TextArea.selected event that describes \nposition and length of the selected text.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "length", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of characters selected.

" - }, - { - "name": "location", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Starting position of selected text.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "TableViewContentInsetOption", - "description": "

Optional parameter for setContentInsets method.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

On iOS, the optional parameters animated and durationto enable the animation and duration \nfor animation while the content insets are updated. For example

\n
setContentInset({top:50,bottom:100}, {animated:true, duration:3000})\n
" - ], - "properties": [ - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the table view's content inset change is animated.

" - }, - { - "name": "duration", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The duration in milleseconds for animation while the content inset is being changed.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Accelerometer", - "description": "

The top-level Accelerometer module, used to determine the device's physical position.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Adds an accelerometer update event listener, and displays the x, y and z axis in the \nwindow when the device is moved. On Android, the accelerometer is switched off and on when \nthe application is paused and resumed.

\n
var win = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose:true,\n  layout: 'vertical'\n});\n\nopts = {\n  color:'black',\n  font:{fontSize:20},\n  text:'-',\n  top:20, left:10,\n  width:300\n};\nvar labelTimestamp = Ti.UI.createLabel(opts);\nwin.add(labelTimestamp);\nvar labelx = Ti.UI.createLabel(opts);\nwin.add(labelx);\nvar labely = Ti.UI.createLabel(opts);\nwin.add(labely);\nvar labelz = Ti.UI.createLabel(opts);\nwin.add(labelz);\nwin.open();\n\nvar accelerometerCallback = function(e) {\n  labelTimestamp.text = 'timestamp: ' + e.timestamp;\n  labelx.text = 'x: ' + e.x;\n  labely.text = 'y: ' + e.y;\n  labelz.text = 'z: ' + e.z;\n};\n\nif (Ti.Platform.model === 'Simulator' || Ti.Platform.model.indexOf('sdk') !== -1 ){\n  alert('Accelerometer does not work on a virtual device');\n} else {\n  Ti.Accelerometer.addEventListener('update', accelerometerCallback);\n  if (Ti.Platform.name === 'android'){\n    Ti.Android.currentActivity.addEventListener('pause', function(e) {\n      Ti.API.info(\"removing accelerometer callback on pause\");\n      Ti.Accelerometer.removeEventListener('update', accelerometerCallback);\n    });\n    Ti.Android.currentActivity.addEventListener('resume', function(e) {\n      Ti.API.info(\"adding accelerometer callback on resume\");\n      Ti.Accelerometer.addEventListener('update', accelerometerCallback);\n    });\n  }\n}\n
", - "name": "Basic Accelerometer Event" - } - ], - "remarks": [ - "

An accelerometer is a hardware unit integrated into a mobile device, that detects when the \ndevice has moved, and returns its new orientation in a three-dimensional space. With its \nsingle update event, this module provides an interface to access the output positional data.

\n

An accelerometer needs to be switched on in order for it to report to the operating system, \nwhich consumes a lot of power that will deplete the battery over time. This is why it is \nrecommended that the accelerometer is switched off when not in use.

\n

The accelerometer may be switched on and off by simply adding and removing the update \nevent listener function. See the example for a demonstration.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [ - { - "name": "update", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "timestamp", - "deprecated": false, - "type": "", - "description": "

Reference timestamp since the previous change. This is not a valid timestamp and should \nsimply be used to determine the number of milliseconds between events.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "", - "description": "

Current x axis of the device.

" - }, - { - "name": "y", - "deprecated": false, - "type": "", - "description": "

Current y axis of the device.

" - }, - { - "name": "z", - "deprecated": false, - "type": "", - "description": "

Current z axis of the device.

" - } - ], - "description": "

Fired when the accelerometer changes.

" - } - ] - }, - { - "name": "CloudCheckinsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "checkins", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of checkins objects, if any exist.

" - }, - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "showContactsParams", - "description": "

Dictionary of options for the Titanium.Contacts.showContacts method.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to animate the show/hide of the contacts picker (iPhone, iPad only.)

" - }, - { - "name": "cancel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to call when selection is canceled.

" - }, - { - "name": "fields", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Field names to show when selecting properties. By default, shows all available.

" - }, - { - "name": "selectedPerson", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to call when a person is selected. Must not be used with selectedProperty property.

" - }, - { - "name": "selectedProperty", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to call when a property is selected. Must not be used with selectedPerson \nproperty.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Yahoo", - "description": "

The top level Yahoo module. The Yahoo module is used for accessing Yahoo related API services.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "yql", - "isInternal": false, - "parameters": [ - { - "name": "yql", - "usage": "required", - "type": "String", - "description": "

the YQL query to execute

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

the function to execute when the query completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

invoke a Yahoo YQL query

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "CloudFriendRequestsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "friend_requests", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of user objects, if any exist.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Global.JSON", - "description": "

Global JSON object providing the parse and stringify methods.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [], - "functions": [ - { - "name": "parse", - "isInternal": false, - "parameters": [ - { - "name": "text", - "usage": "required", - "type": "String", - "description": "

JSON text to parse.

" - }, - { - "name": "reviver", - "usage": "required", - "type": "Function", - "description": "

Function to filter and transform the results.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

The following example parses the text, converting values that look like ISO date strings into Date objects.\nmyData = JSON.parse(text, function (key, value) { var a; if (typeof value === 'string') { a = /^(\\d{4})-(\\d{2})-(\\d{2})T(\\d{2}):(\\d{2}):(\\d{2}(?:\\.\\d*)?)Z$/.exec(value); if (a) { return new Date(Date.UTC(+a[1], +a[2] - 1, +a[3], +a[4], +a[5], +a[6])); } } return value; });

", - "name": "Parse with Reviver Function" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Parses a JSON text to produce an object or array.

" - }, - { - "name": "stringify", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "Object", - "description": "

Any JavaScript value, usually an object or array.

" - }, - { - "name": "replacer", - "usage": "optional", - "type": "Function", - "description": "

Determines how object values are stringified for objects. See main text for usage.

" - }, - { - "name": "space", - "usage": "optional", - "type": "Number", - "description": "

Specifies how nested structures are indented. If it is a number, it specifies the number of spaces to indent at each level. If it is a string (such as '\\t' or '&nbsp;'), it specifies the characters used to indent at each level.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

The following example produces a readable version of a Titanium event object, \nomitting the source and type properties and adding whitespace for readability:

\n
JSON.stringify(evt, function(key, value) {\n    if(key === 'source' || key === 'type') {\n        return undefined;\n    } else {\n        return value;\n    }\n}, 2));\n
", - "name": "Formatting with a Replacer Function" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Produces a JSON text from a JavaScript value.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.IOStream", - "description": "

IOStream is the interface that all stream types implement.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

This example demonstrates writing data to a stream.

\n
var outBuffer = Ti.createBuffer({data: \"write me\"});\nvar outStream = // stream object could be socket, file, buffer or blob\n\nvar bytesWritten = outStream.write(outBuffer);  // writes entire buffer to stream\nTi.API.info(\"Bytes written:\" + bytesWritten);  // should be 8\n\nbytesWritten = outStream.write(outBuffer, 2, 5);  // only writes \"ite m\" to stream\nTi.API.info(\"Bytes written:\" + bytesWritten);  // should be 5\n
", - "name": "Write Data to a Stream" - }, - { - "code": "

This shows a simple example of reading data from a stream, one buffer full at a\ntime.

\n
var size = 0;\n// read data one buffer full at a time\nwhile ((size = instream.read(buffer)) > -1) {\n    // do something with the data here ...\n    Ti.API.info(\"Read \" + size + \" bytes.\");\n}\n
", - "name": "Read Data From a Stream" - }, - { - "code": "

This example shows how to read data from a stream into a buffer. We assume that\nthe inStream variable holds a previously initialized stream that contains the \nstring, \"World Titanium\".

\n
var inBuffer = Ti.createBuffer({ value: \"Hello [           ]\" });\n\n// Read the first 6 bytes from the stream to the buffer, starting at position 10.\nvar bytesRead = inStream.read(inBuffer, 10, 6);\n\nTi.API.info(\"Bytes read: \" + bytesRead);\nTi.API.info(inBuffer.toString());\n\n// Read the next 8  bytes from the stream to the buffer, starting at position 8.\nbytesRead = inStream.read(inBuffer, 8, 8);\n\nTi.API.info(\"Bytes read: \" + bytesRead);\nTi.API.info(inBuffer.toString());\n
\n

The second read overwrites the data from the first read, so the output looks\nlike this:

\n
[INFO] Bytes read: 6\n[INFO] Hello [   World   ]\n[INFO] Bytes read: 8\n[INFO] Hello [ Titanium  ]\n
", - "name": "Read Data With Offset and Length" - } - ], - "remarks": [ - "

See the Titanium.Stream module for related utility methods that support asynchronous\nI/O.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes this stream.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "isReadable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if stream is readable, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether this stream is readable.

" - }, - { - "name": "isWriteable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if stream is writeable, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether this stream is writeable.

" - }, - { - "name": "read", - "isInternal": false, - "parameters": [ - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to read stream data into.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset into the buffer to start writing stream data.\nIf specified, length must also be specified.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Maximum number of bytes to read.\nIf specified, offset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number of bytes read.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Reads data from this stream into a buffer.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "write", - "isInternal": false, - "parameters": [ - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to write to this stream.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset in the buffer of the first byte to write to the stream.\nIf specified, length must also be specified.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Maximum number of bytes to write to the stream.\nIf specified, offset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number of bytes written.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Writes data from a buffer to this stream.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iOS", - "description": "

Apple iOS specific UI capabilities. All properties, methods and events in this namespace will \nonly work on Apple iOS devices.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "AD_SIZE_LANDSCAPE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Use with AdView.adSize to specify a banner ad size\nappropriate for landscape orientations.

" - }, - { - "name": "AD_SIZE_PORTRAIT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Use with AdView.adSize to specify a banner ad size\nappropriate for portrait orientations.

" - }, - { - "name": "ANIMATION_CURVE_EASE_IN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Animation.curve to specify an animation that starts \nslowly and speeds up.\n Deprecated since 2.1.0. Use Titanium.UI.ANIMATION_CURVE_EASE_IN instead.

" - }, - { - "name": "ANIMATION_CURVE_EASE_IN_OUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Animation.curve to specify an animation that starts \nslowly, and speeds up, then slows down at the end of the animation.\n Deprecated since 2.1.0. Use Titanium.UI.ANIMATION_CURVE_EASE_IN_OUT instead.

" - }, - { - "name": "ANIMATION_CURVE_EASE_OUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Animation.curve to specify an animation that starts \nquickly, then slows down at the end of the animation.\n Deprecated since 2.1.0. Use Titanium.UI.ANIMATION_CURVE_EASE_OUT instead.

" - }, - { - "name": "ANIMATION_CURVE_LINEAR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Animation.curve to specify an animation that proceeds \nat a constant rate.\n Deprecated since 2.1.0. Use Titanium.UI.ANIMATION_CURVE_LINEAR instead.

" - }, - { - "name": "AUTODETECT_ADDRESS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as addresses into clickable links. Deprecated since 3.0.0. Use Titanium.UI.AUTOLINK_MAP_ADDRESSES instead.

" - }, - { - "name": "AUTODETECT_ALL", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts all detectable types of data into clickable links. Deprecated since 3.0.0. Use Titanium.UI.AUTOLINK_ALL instead.

" - }, - { - "name": "AUTODETECT_CALENDAR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as calendar events into clickable links. Deprecated since 3.0.0. Use Titanium.UI.AUTOLINK_CALENDAR instead.

" - }, - { - "name": "AUTODETECT_LINK", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as URLs into clickable links. Deprecated since 3.0.0. Use Titanium.UI.AUTOLINK_URLS instead.

" - }, - { - "name": "AUTODETECT_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Disables converting strings into clickable links. Deprecated since 3.0.0. Use Titanium.UI.AUTOLINK_NONE instead.

" - }, - { - "name": "AUTODETECT_PHONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as phone numbers into clickable links. Deprecated since 3.0.0. Use Titanium.UI.AUTOLINK_PHONE_NUMBERS instead.

" - }, - { - "name": "BLEND_MODE_CLEAR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_COLOR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_COLOR_BURN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_COLOR_DODGE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_COPY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_DARKEN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_DESTINATION_ATOP", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_DESTINATION_IN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_DESTINATION_OUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_DESTINATION_OVER", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_DIFFERENCE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_EXCLUSION", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_HARD_LIGHT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_HUE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_LIGHTEN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_LUMINOSITY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_MULTIPLY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_NORMAL", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_OVERLAY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_PLUS_DARKER", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_PLUS_LIGHTER", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_SATURATION", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_SCREEN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_SOFT_LIGHT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_SOURCE_ATOP", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_SOURCE_IN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_SOURCE_OUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "BLEND_MODE_XOR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with MaskedImage.mode to specify a blend mode.

" - }, - { - "name": "COLOR_GROUP_TABLEVIEW_BACKGROUND", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Returns the iOS system texture used to render the background on a group table view.

" - }, - { - "name": "COLOR_SCROLLVIEW_BACKGROUND", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Returns the iOS system texture used to render the area behind scrollable content.

" - }, - { - "name": "COLOR_UNDER_PAGE_BACKGROUND", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Returns the iOS system texture used to render the background of a page.

" - }, - { - "name": "COLOR_VIEW_FLIPSIDE_BACKGROUND", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Returns the iOS system texture used for the back side of a view while it is being flipped.

" - }, - { - "name": "WEBVIEW_NAVIGATIONTYPE_BACK_FORWARD", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

User tapped the back or forward button.

" - }, - { - "name": "WEBVIEW_NAVIGATIONTYPE_FORM_RESUBMITTED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

User resubmitted a form.

" - }, - { - "name": "WEBVIEW_NAVIGATIONTYPE_FORM_SUBMITTED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

User submitted a form.

" - }, - { - "name": "WEBVIEW_NAVIGATIONTYPE_LINK_CLICKED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

User tapped a link.

" - }, - { - "name": "WEBVIEW_NAVIGATIONTYPE_OTHER", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Some other action occurred.

" - }, - { - "name": "WEBVIEW_NAVIGATIONTYPE_RELOAD", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

User tapped the reload button.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create3DMatrix", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.iOS._3DMatrix", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.iOS.3DMatrix except those marked not-creation or read-only.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.iOS._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.iOS.3DMatrix. Deprecated since 2.1.0. Use Titanium.UI.3DMatrix instead.

" - }, - { - "name": "createAdView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.iOS.AdView", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.iOS.AdView except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.iOS.AdView", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.iOS.AdView.

" - }, - { - "name": "createCoverFlowView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.iOS.CoverFlowView", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.iOS.CoverFlowView except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.iOS.CoverFlowView", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.iOS.CoverFlowView.

" - }, - { - "name": "createDocumentViewer", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.iOS.DocumentViewer", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.iOS.DocumentViewer except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.iOS.DocumentViewer", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.iOS.DocumentViewer.

" - }, - { - "name": "createTabbedBar", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.iOS.TabbedBar", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.iOS.TabbedBar except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.iOS.TabbedBar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.iOS.TabbedBar.

" - }, - { - "name": "createToolbar", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.iOS.Toolbar", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.iOS.Toolbar except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.iOS.Toolbar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.iOS.Toolbar.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "CreateBufferArgs", - "description": "

Arguments to be passed to createBuffer

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "byteOrder", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The byte order of this buffer.

" - }, - { - "name": "length", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The length of the buffer.

" - }, - { - "name": "type", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The type of data encoding to use with value.

" - }, - { - "name": "value", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

An initial value which will be encoded and placed in the buffer. If value is a Number, type must also be set. (this is simply a convenient way of calling Titanium.Codec.encodeString or Titanium.Codec.encodeNumber and placing the encoded value in the returned buffer.)

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CameraOptionsType", - "description": "

Simple object for specifying options to showCamera.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "allowEditing", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Specifies if the media should be editable after capture/selection.

" - }, - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Specifies if the dialog should be animated upon showing and hiding.

" - }, - { - "name": "arrowDirection", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Controls the type of arrow and position of the popover.

" - }, - { - "name": "autohide", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Specifies if the camera should be hidden automatically after the media capture is completed.

" - }, - { - "name": "cancel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to call if the user presses the cancel button.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to call upon receiving an error.

" - }, - { - "name": "inPopOver", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Show the camera in a popover.

" - }, - { - "name": "mediaTypes", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of media type constants to allow: MEDIA_TYPE_PHOTO or MEDIA_TYPE_VIDEO.

" - }, - { - "name": "overlay", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to added as an overlay to the camera UI (on top).

" - }, - { - "name": "popoverView", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to position the camera or photo gallery popover on top of.

" - }, - { - "name": "saveToPhotoGallery", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Specifies if the media should be saved to the photo gallery upon successful capture.

" - }, - { - "name": "showControls", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the built-in camera controls should be displayed.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to call when the camera is closed after a successful capture/selection.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the camera or photogallery view.

" - }, - { - "name": "videoMaximumDuration", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Maximum duration (in milliseconds) to allow video capture before completing.

" - }, - { - "name": "videoQuality", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Constant to indicate the video quality during capture.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "HeadingData", - "description": "

Simple object holding compass heading data.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "accuracy", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Accuracy of the compass heading, in platform-specific units.

" - }, - { - "name": "magneticHeading", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Declination in degrees from magnetic North.

" - }, - { - "name": "timestamp", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Timestamp for the heading data, in milliseconds.

" - }, - { - "name": "trueHeading", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Declination in degrees from true North.

" - }, - { - "name": "x", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Raw geomagnetic data for the X axis.

" - }, - { - "name": "y", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Raw geomagnetic data for the Y axis.

" - }, - { - "name": "z", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Raw geomagnetic data for the Z axis.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudChatGroupsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "chat_groups", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of chat_groups objects, if any exist.

" - }, - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Android.Intent", - "description": "

The Titanium binding of an Android Intent.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

This example creates an intent and uses it to launch a new activity.

\n
var intent = Ti.Android.createIntent({\n    action: Ti.Android.ACTION_MAIN,\n    url: 'activity1.js'\n});\nintent.addCategory(Ti.Android.CATEGORY_LAUNCHER);\nTi.Android.currentActivity.startActivity(intent);\n
", - "name": "Create an Intent for Launching an Activity" - }, - { - "code": "

This example creates an intent to retrieve contact information from the user's\ncontacts.

\n
var intent = Ti.Android.createIntent({\n    action: Ti.Android.ACTION_GET_CONTENT,\n    type: \"vnd.android.cursor.item/phone\"\n});\n
", - "name": "Create an Intent to get a Contact URI" - }, - { - "code": "

This example creates an intent to pick an image from the photo gallery.\n var intent = Ti.Android.createIntent({\n action: Ti.Android.ACTION_PICK,\n type: \"image/*\"\n });\n intent.addCategory(Ti.Android.CATEGORY_DEFAULT);

", - "name": "Pick a Photo from the Photo Gallery" - }, - { - "code": "

This example requires that an intent filter be set up in a\ncustom AndroidManifest.xml. The following intent filter should\nbe added to your app's main activity. You can trigger this \nintent filter by long pressing on an image in the Android gallery\nand selecting \"share\".

\n

AndroidManifest.xml

\n
 <intent-filter>\n     <action android:name=\"android.intent.action.SEND\" />\n     <category android:name=\"android.intent.category.DEFAULT\" />\n     <data android:mimeType=\"image/*\" />\n </intent-filter>\n
\n

Sample code

\n
 var win = Ti.UI.createWindow({\n     backgroundColor: '#fff',\n     fullscreen: false,\n     exitOnClose: true\n });\n win.addEventListener('open', function(e) {\n     var intent = Ti.Android.currentActivity.getIntent();\n     var iname = Ti.Android.EXTRA_STREAM;\n     if (intent && intent.hasExtra(iname)) {\n         // Create ImageView from TiBlob\n         var blob = intent.getBlobExtra(iname);\n         win.add(Ti.UI.createImageView({\n             image: blob,\n             height: 300,\n             width: 300,\n             left: 0,\n             top: 0\n         }));\n     } else {\n         Ti.API.info('No extra named \"' + iname + '\" found in Intent');\n     }\n });        \n win.open();\n
", - "name": "Create an ImageView from an Image Send Intent" - } - ], - "remarks": [ - "

See also: \nIntent in the\nAndroid Developer Reference.

" - ], - "properties": [ - { - "name": "action", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The action associated with this intent.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "className", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The Java class name of the activity associated with this intent\n(packageName must also be set).

" - }, - { - "name": "data", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The Intent's Data URI.

" - }, - { - "name": "flags", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Intent flags. See the FLAG_ constants in Titanium.Android.

" - }, - { - "name": "packageName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The fully-qualified Java package name of the activity.

" - }, - { - "name": "type", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The MIME type for this Intent.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The URL to a Titanium JavaScript Activity.

" - } - ], - "functions": [ - { - "name": "addCategory", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

The category name. See the CATEGORY constants in Titanium.Android.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a category to this Intent. See the CATEGORY constants in Titanium.Android.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "addFlags", - "isInternal": false, - "parameters": [ - { - "name": "flags", - "usage": "required", - "type": "Number", - "description": "

Bitwise OR of the flags to add to the existing set.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds to the existing flags on the Intent.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAction", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the action property.

" - }, - { - "name": "getBlobExtra", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

The Titanium.Blob extra to get, most commonly Titanium.Android.EXTRA_STREAM.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Get a Titanium.Blob property from this Intent.

" - }, - { - "name": "getBooleanExtra", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Property to get.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Get a boolean property from this Intent.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getClassName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the className property.

" - }, - { - "name": "getData", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Get the Data URI from this Intent.

" - }, - { - "name": "getDoubleExtra", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Property to get.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Get a double property from this Intent.

" - }, - { - "name": "getFlags", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the flags property.

" - }, - { - "name": "getIntExtra", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Property to get.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Get an int property from this Intent.

" - }, - { - "name": "getLongExtra", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Property to get.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Get a long property from this Intent.

" - }, - { - "name": "getPackageName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the packageName property.

" - }, - { - "name": "getStringExtra", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Property to get.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Get a string property from this Intent.

" - }, - { - "name": "getType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the type property.

" - }, - { - "name": "getUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the url property.

" - }, - { - "name": "hasExtra", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Property name to check for.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this Intent has the specified property.

" - }, - { - "name": "putExtra", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the property to add.

" - }, - { - "name": "value", - "usage": "required", - "type": "Object", - "description": "

Property value to set.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Puts an extra property on this Intent.

" - }, - { - "name": "putExtraUri", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

The property name.

" - }, - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

The URI, as a string.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Put a URI property on this Intent (useful for Titanium.Android.EXTRA_STREAM).

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setFlags", - "isInternal": false, - "parameters": [ - { - "name": "flags", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the flags property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "FacebookDialogResponsev1", - "description": "

Argument passed to the dialog callback when a dialog is completed or canceled.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The success and cancelled properties may not be reliable for dialogs. In the event\nthat the user canceled the dialog, the result field is undefined.

" - ], - "properties": [ - { - "name": "cancelled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the user canceled the dialog.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if request failed.

" - }, - { - "name": "result", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

JSON response containing the post_id of the new post, if successful.\nundefined if the user canceled the dialog.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudPushNotificationConfig", - "description": "

Simple object for specifying token retrieval options to retrieveDeviceToken.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback function called when an error occurs during registration.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback function called when the push registration is successfully completed.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.AlertDialogStyle", - "description": "

A set of constants for the style that can be used for the style property of \nTitanium.UI.AlertDialog.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A standard alert dialog. This is the default value.

" - }, - { - "name": "LOGIN_AND_PASSWORD_INPUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

An alert dialog that allows the user to enter login identifier and password.

" - }, - { - "name": "PLAIN_TEXT_INPUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

An alert dialog that allows the user to enter text.

" - }, - { - "name": "SECURE_TEXT_INPUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

An alert dialog that allows the user to enter text. The text field is obscured.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.Clipboard", - "description": "

A module used for accessing clipboard data.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

Clear the clipboard and output the resulting empty clipboard to console.

\n

Then, store the string, \"hello\", to the clipboard and output it from the clipboard to the \nconsole.

\n
Ti.API.log('Deleting all text in Clipboard');\nTi.UI.Clipboard.clearText();\nTi.API.log('Clipboard.getText(): ' + Ti.UI.Clipboard.getText()); // returns empty string on Android and undefined on iOS\nTi.API.log('Set text Clipboard to hello');\nTi.UI.Clipboard.setText('hello');\nTi.API.log('Clipboard.hasText(), should be true: ' + Ti.UI.Clipboard.hasText()); // returns true on Android and 1 on iOS\nTi.API.log('Clipboard.getText(), should be hello: ' + Ti.UI.Clipboard.getText());\n
", - "name": "Copy Text to the Clipboard" - } - ], - "remarks": [ - "

The Clipboard is a temporary data store, used to save a single item of data that may then \nbe accessed by the user using UI copy and paste interactions within an app or between apps.

\n

On iOS and Mobile Web, the module's *Data() methods enable multiple representations of the \nsame data item to be stored together with their respective \nMIME type to describe their format. For \nexample, 'text' and 'text/plain' for text, and 'image/jpg' and 'image/png' for an image.

\n

When working with text, either the *Data() methods may be used with a 'text/plain' type, or \nthe *Text() methods without the need to specify the type.

\n

Android currently only supports text type of data to be stored.

\n

Clipboard Data Types

\n

The *Text() methods are equivalent to calling *Data() with a 'text' or 'text/plain' \ntype. These work with plain Unicode strings.

\n

An image is stored using the 'image' type, or an explicit image MIME type, and is returned as \na Titanium.Blob (binary) type.

\n

A URL is stored with the 'url' or 'text/uri-list' type, and is returned as a string.

\n

Any data type that is specified but not correctly mapped to a clipboard type by the system is \nretrieved as a Titanium.Blob type.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "clearData", - "isInternal": false, - "parameters": [ - { - "name": "type", - "usage": "optional", - "type": "String", - "description": "

MIME type. Ignored on Android.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Deletes data of the specified MIME type stored in the clipboard. If MIME type omitted, all \ndata is deleted.

" - }, - { - "name": "clearText", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Deletes all text data stored in the clipboard.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getData", - "isInternal": false, - "parameters": [ - { - "name": "type", - "usage": "required", - "type": "String", - "description": "

MIME type. Must be text type on Android.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets data of the specified MIME type stored in the clipboard.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets text data stored in the clipboard.

" - }, - { - "name": "hasData", - "isInternal": false, - "parameters": [ - { - "name": "type", - "usage": "required", - "type": "String", - "description": "

MIME type. Must be text type on Android.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether any data of the specified MIME type is stored in the clipboard.

" - }, - { - "name": "hasText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - }, - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether any text data is stored in the clipboard.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setData", - "isInternal": false, - "parameters": [ - { - "name": "type", - "usage": "required", - "type": "String", - "description": "

MIME type. Must be text type on Android.

" - }, - { - "name": "data", - "usage": "required", - "type": "Object", - "description": "

New item of data.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stores data of the specified MIME type in the clipboard.

" - }, - { - "name": "setText", - "isInternal": false, - "parameters": [ - { - "name": "text", - "usage": "required", - "type": "String", - "description": "

New item of data.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stores text data in the clipboard.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Media", - "description": "

The top level Media module.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The Media module is used accessing the device's media related functionality such \nas playing audio or recording video.

" - ], - "properties": [ - { - "name": "AUDIO_FILEFORMAT_3GP2", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio file format 3GPP2.

" - }, - { - "name": "AUDIO_FILEFORMAT_3GPP", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio file format 3GPP.

" - }, - { - "name": "AUDIO_FILEFORMAT_AIFF", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio file format Audio Interchange File Format (AIFF).

" - }, - { - "name": "AUDIO_FILEFORMAT_AMR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio file format Adaptive Multi-Rate (AMR).

" - }, - { - "name": "AUDIO_FILEFORMAT_CAF", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio file format Apple Compressed Audio Format (CAF).

" - }, - { - "name": "AUDIO_FILEFORMAT_MP3", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio file format MP3.

" - }, - { - "name": "AUDIO_FILEFORMAT_MP4", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio file format MP4.

" - }, - { - "name": "AUDIO_FILEFORMAT_MP4A", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio file format MP4A.

" - }, - { - "name": "AUDIO_FILEFORMAT_WAVE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio file format WAVE.

" - }, - { - "name": "AUDIO_FORMAT_AAC", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio format MPEG4 AAC encoding.

" - }, - { - "name": "AUDIO_FORMAT_ALAW", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio format 8-bit aLaw encoding.

" - }, - { - "name": "AUDIO_FORMAT_APPLE_LOSSLESS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio format Apple lossless encoding.

" - }, - { - "name": "AUDIO_FORMAT_ILBC", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio format iLBC encoding.

" - }, - { - "name": "AUDIO_FORMAT_IMA4", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio format Apple IMA4 encoding.

" - }, - { - "name": "AUDIO_FORMAT_LINEAR_PCM", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio format 16-bit, linear PCM encoding.

" - }, - { - "name": "AUDIO_FORMAT_ULAW", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Audio format 8-bit muLaw encoding.

" - }, - { - "name": "AUDIO_HEADPHONES", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Line-type constant for headphones.

" - }, - { - "name": "AUDIO_HEADPHONES_AND_MIC", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Line-type constant for headphones and microphone.

" - }, - { - "name": "AUDIO_HEADSET_INOUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Line-type constant for headset in/out.

" - }, - { - "name": "AUDIO_LINEOUT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Line-type constant for line-out.

" - }, - { - "name": "AUDIO_MICROPHONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Line-type constant for microphone.

" - }, - { - "name": "AUDIO_MUTED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Line-type constant indicated mute switch is on.

" - }, - { - "name": "AUDIO_RECEIVER_AND_MIC", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Line-type constant indicating receiver and microphone.

" - }, - { - "name": "AUDIO_SESSION_MODE_AMBIENT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

For long-duration sounds such as rain, car engine noise, and so on.

" - }, - { - "name": "AUDIO_SESSION_MODE_PLAYBACK", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Session mode for playing recorded music or other sounds that are central to the successful use of your application.

" - }, - { - "name": "AUDIO_SESSION_MODE_PLAY_AND_RECORD", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Session mode for recording (input) and playback (output) of audio, such as for a VOIP (voice over IP) application.

" - }, - { - "name": "AUDIO_SESSION_MODE_RECORD", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Session mode for recording audio; it silences playback audio.

" - }, - { - "name": "AUDIO_SESSION_MODE_SOLO_AMBIENT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Session mode for long-duration sounds such as rain, car engine noise, and so on.

" - }, - { - "name": "AUDIO_SPEAKER", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Line-type constant for speaker output.

" - }, - { - "name": "AUDIO_UNAVAILABLE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Line-type constant indicating that audio is unavailable.

" - }, - { - "name": "AUDIO_UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Line-type constant indicating that line-type is unknown or not determined.

" - }, - { - "name": "DEVICE_BUSY", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for media device busy error.

" - }, - { - "name": "MEDIA_TYPE_PHOTO", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Media type constant for photo media.

" - }, - { - "name": "MEDIA_TYPE_VIDEO", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Media type constant for video media.

" - }, - { - "name": "MUSIC_MEDIA_GROUP_ALBUM", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for grouping query results by album.

" - }, - { - "name": "MUSIC_MEDIA_GROUP_ALBUM_ARTIST", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for grouping query results by album and artist.

" - }, - { - "name": "MUSIC_MEDIA_GROUP_ARTIST", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for grouping query results by artist.

" - }, - { - "name": "MUSIC_MEDIA_GROUP_COMPOSER", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for grouping query results by composer.

" - }, - { - "name": "MUSIC_MEDIA_GROUP_GENRE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for grouping query results by genre.

" - }, - { - "name": "MUSIC_MEDIA_GROUP_PLAYLIST", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for grouping query results by playlist.

" - }, - { - "name": "MUSIC_MEDIA_GROUP_PODCAST_TITLE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for grouping query results by podcast title.

" - }, - { - "name": "MUSIC_MEDIA_GROUP_TITLE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for grouping query results by title.

" - }, - { - "name": "MUSIC_MEDIA_TYPE_ALL", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Music library media containing any type of content.

" - }, - { - "name": "MUSIC_MEDIA_TYPE_ANY_AUDIO", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Music library media containing any type of audio content.

" - }, - { - "name": "MUSIC_MEDIA_TYPE_AUDIOBOOK", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Music library media containing audiobook content.

" - }, - { - "name": "MUSIC_MEDIA_TYPE_MUSIC", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Music library media containing music content.

" - }, - { - "name": "MUSIC_MEDIA_TYPE_PODCAST", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Music library media containing podcast content.

" - }, - { - "name": "MUSIC_PLAYER_REPEAT_ALL", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for \"Repeat All\" setting.

" - }, - { - "name": "MUSIC_PLAYER_REPEAT_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for user's default repeat setting.

" - }, - { - "name": "MUSIC_PLAYER_REPEAT_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for \"No Repeat\" setting.

" - }, - { - "name": "MUSIC_PLAYER_REPEAT_ONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for \"Repeat one item\" setting.

" - }, - { - "name": "MUSIC_PLAYER_SHUFFLE_ALBUMS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for shuffling complete albums setting.

" - }, - { - "name": "MUSIC_PLAYER_SHUFFLE_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for user's default shuffle setting.

" - }, - { - "name": "MUSIC_PLAYER_SHUFFLE_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for \"no shuffle\" setting.

" - }, - { - "name": "MUSIC_PLAYER_SHUFFLE_SONGS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for shuffling songs setting.

" - }, - { - "name": "MUSIC_PLAYER_STATE_INTERRUPTED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for interrupted state.

" - }, - { - "name": "MUSIC_PLAYER_STATE_PAUSED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for paused state.

" - }, - { - "name": "MUSIC_PLAYER_STATE_PLAYING", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for playing state.

" - }, - { - "name": "MUSIC_PLAYER_STATE_SEEK_BACKWARD", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for backward seek state.

" - }, - { - "name": "MUSIC_PLAYER_STATE_SEEK_FORWARD", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for forward seek state.

" - }, - { - "name": "MUSIC_PLAYER_STATE_STOPPED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for stopped state.

" - }, - { - "name": "NO_CAMERA", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for media no camera error.

" - }, - { - "name": "NO_VIDEO", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for media no video error.

" - }, - { - "name": "QUALITY_HIGH", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Media type constant for high-quality video recording.

" - }, - { - "name": "QUALITY_LOW", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Media type constant for low-quality video recording.

" - }, - { - "name": "QUALITY_MEDIUM", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Media type constant for medium-quality video recording.

" - }, - { - "name": "UNKNOWN_ERROR", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for unknown media error.

" - }, - { - "name": "VIDEO_CONTROL_DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for default video controls.

" - }, - { - "name": "VIDEO_CONTROL_EMBEDDED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for video controls for an embedded view.

" - }, - { - "name": "VIDEO_CONTROL_FULLSCREEN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for fullscreen video controls.

" - }, - { - "name": "VIDEO_CONTROL_HIDDEN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for video controls hidden.

" - }, - { - "name": "VIDEO_CONTROL_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for no video controls.

" - }, - { - "name": "VIDEO_CONTROL_VOLUME_ONLY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for video controls volume only. Deprecated since 1.8.0. Use Titanium.Media.VIDEO_CONTROL_EMBEDDED instead.

" - }, - { - "name": "VIDEO_FINISH_REASON_PLAYBACK_ENDED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video playback ended normally.

" - }, - { - "name": "VIDEO_FINISH_REASON_PLAYBACK_ERROR", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video playback ended abnormally.

" - }, - { - "name": "VIDEO_FINISH_REASON_USER_EXITED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video playback ended by user action (such as clicking the Done button).

" - }, - { - "name": "VIDEO_LOAD_STATE_PLAYABLE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Current media is playable.

" - }, - { - "name": "VIDEO_LOAD_STATE_PLAYTHROUGH_OK", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Playback will be automatically started in this state when autoplay is true.

" - }, - { - "name": "VIDEO_LOAD_STATE_STALLED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Playback will be automatically paused in this state, if started.

" - }, - { - "name": "VIDEO_LOAD_STATE_UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Current load state is not known.

" - }, - { - "name": "VIDEO_MEDIA_TYPE_AUDIO", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A audio type of media in the movie returned by Titanium.Media.VideoPlayer mediaTypes property.

" - }, - { - "name": "VIDEO_MEDIA_TYPE_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

An unknown type of media in the movie returned by Titanium.Media.VideoPlayer mediaTypes property.

" - }, - { - "name": "VIDEO_MEDIA_TYPE_VIDEO", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A video type of media in the movie returned by Titanium.Media.VideoPlayer mediaTypes property.

" - }, - { - "name": "VIDEO_PLAYBACK_STATE_INTERRUPTED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video playback has been interrupted.

" - }, - { - "name": "VIDEO_PLAYBACK_STATE_PAUSED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video playback is paused.

" - }, - { - "name": "VIDEO_PLAYBACK_STATE_PLAYING", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video is being played.

" - }, - { - "name": "VIDEO_PLAYBACK_STATE_SEEKING_BACKWARD", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video playback is rewinding.

" - }, - { - "name": "VIDEO_PLAYBACK_STATE_SEEKING_FORWARD", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video playback is seeking forward.

" - }, - { - "name": "VIDEO_PLAYBACK_STATE_STOPPED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video playback is stopped.

" - }, - { - "name": "VIDEO_REPEAT_MODE_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for disabling repeat on video playback.

" - }, - { - "name": "VIDEO_REPEAT_MODE_ONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for repeating one video (i.e., the one video will repeat constantly) during playback.

" - }, - { - "name": "VIDEO_SCALING_ASPECT_FILL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Scale video to fill the screen, clipping edges if necessary.

" - }, - { - "name": "VIDEO_SCALING_ASPECT_FIT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Scale video to fit the screen, letterboxing if necessary.

" - }, - { - "name": "VIDEO_SCALING_MODE_FILL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video is scaled until both dimensions fit the screen exactly, stretching if necessary.

" - }, - { - "name": "VIDEO_SCALING_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video scaling is disabled.

" - }, - { - "name": "VIDEO_SOURCE_TYPE_FILE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video source type is a file.

" - }, - { - "name": "VIDEO_SOURCE_TYPE_STREAMING", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video source type is a remote stream.

" - }, - { - "name": "VIDEO_SOURCE_TYPE_UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Video source type is unknown.

" - }, - { - "name": "VIDEO_TIME_OPTION_EXACT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the exact time.

" - }, - { - "name": "VIDEO_TIME_OPTION_NEAREST_KEYFRAME", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the closest keyframe in the time.

" - }, - { - "name": "appMusicPlayer", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.Media.MusicPlayer", - "isClassProperty": false, - "description": "

An instance of Titanium.Media.MusicPlayer representing the app-specific music player.

" - }, - { - "name": "audioLineType", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Returns the line type constant for the current line type.

" - }, - { - "name": "audioPlaying", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Returns true if the device is playing audio.

" - }, - { - "name": "audioSessionMode", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

A constant for the audio session mode to be used.

" - }, - { - "name": "availableCameraMediaTypes", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of media type constants supported for the camera.

" - }, - { - "name": "availablePhotoGalleryMediaTypes", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of media type constants supported for saving to the device's camera roll or saved images album.

" - }, - { - "name": "availablePhotoMediaTypes", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of media type constants supported for the photo library.

" - }, - { - "name": "averageMicrophonePower", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current average microphone level in dB or -1 if microphone monitoring is disabled.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "canRecord", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

true if the device has a recording input device available.

" - }, - { - "name": "isCameraSupported", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

true if the device has camera support.

" - }, - { - "name": "peakMicrophonePower", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current microphone level peak power in dB or -1 if microphone monitoring is disabled.

" - }, - { - "name": "systemMusicPlayer", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.Media.MusicPlayer", - "isClassProperty": false, - "description": "

An instance of Titanium.Media.MusicPlayer representing the system-wide music player.

" - }, - { - "name": "volume", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current volume of the playback device.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "beep", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Plays a device beep notification.

" - }, - { - "name": "createAudioPlayer", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Media.AudioPlayer", - "description": "

Properties to set on a new object, including any defined by Titanium.Media.AudioPlayer except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Media.AudioPlayer", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Media.AudioPlayer.

" - }, - { - "name": "createAudioRecorder", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Media.AudioRecorder", - "description": "

Properties to set on a new object, including any defined by Titanium.Media.AudioRecorder except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.Media.AudioRecorder", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Media.AudioRecorder.

" - }, - { - "name": "createItem", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Media.Item", - "description": "

Properties to set on a new object, including any defined by Titanium.Media.Item except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Media.Item", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Media.Item.

" - }, - { - "name": "createMusicPlayer", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Media.MusicPlayer", - "description": "

Properties to set on a new object, including any defined by Titanium.Media.MusicPlayer except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Media.MusicPlayer", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Media.MusicPlayer.

" - }, - { - "name": "createSound", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Media.Sound", - "description": "

Properties to set on a new object, including any defined by Titanium.Media.Sound except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Media.Sound", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Media.Sound.

" - }, - { - "name": "createVideoPlayer", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Media.VideoPlayer", - "description": "

Properties to set on a new object, including any defined by Titanium.Media.VideoPlayer except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Media.VideoPlayer", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Media.VideoPlayer.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAppMusicPlayer", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Media.MusicPlayer", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the appMusicPlayer property.

" - }, - { - "name": "getAudioLineType", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the audioLineType property.

" - }, - { - "name": "getAudioPlaying", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the audioPlaying property.

" - }, - { - "name": "getAudioSessionMode", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the audioSessionMode property.

" - }, - { - "name": "getAvailableCameraMediaTypes", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the availableCameraMediaTypes property.

" - }, - { - "name": "getAvailablePhotoGalleryMediaTypes", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the availablePhotoGalleryMediaTypes property.

" - }, - { - "name": "getAvailablePhotoMediaTypes", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the availablePhotoMediaTypes property.

" - }, - { - "name": "getAverageMicrophonePower", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the averageMicrophonePower property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCanRecord", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the canRecord property.

" - }, - { - "name": "getIsCameraSupported", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the isCameraSupported property.

" - }, - { - "name": "getPeakMicrophonePower", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the peakMicrophonePower property.

" - }, - { - "name": "getSystemMusicPlayer", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Media.MusicPlayer", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the systemMusicPlayer property.

" - }, - { - "name": "getVolume", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the volume property.

" - }, - { - "name": "hideCamera", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides the device camera UI.

" - }, - { - "name": "hideMusicLibrary", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides the music library.

" - }, - { - "name": "isMediaTypeSupported", - "isInternal": false, - "parameters": [ - { - "name": "source", - "usage": "required", - "type": "String", - "description": "

Media source specified as a string: camera for Camera or photo for Photo Library.

" - }, - { - "name": "type", - "usage": "required", - "type": "String", - "description": "

Media type to check, either MEDIA_TYPE_PHOTO or MEDIA_TYPE_VIDEO.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if the source supports the specified media type.

" - }, - { - "name": "openMusicLibrary", - "isInternal": false, - "parameters": [ - { - "name": "options", - "usage": "required", - "type": "MusicLibraryOptionsType", - "description": "

A dictionary of options as described in MusicLibraryOptionsType.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows the music library and allows the user to select one or more tracks.

" - }, - { - "name": "openPhotoGallery", - "isInternal": false, - "parameters": [ - { - "name": "options", - "usage": "required", - "type": "PhotoGalleryOptionsType", - "description": "

Photo gallery options as described in PhotoGalleryOptionsType.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens the photo gallery image picker.

" - }, - { - "name": "previewImage", - "isInternal": false, - "parameters": [ - { - "name": "options", - "usage": "required", - "type": "PreviewImageOptions", - "description": "

Dictionary containing the image and callback functions.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Displays the given image.

" - }, - { - "name": "queryMusicLibrary", - "isInternal": false, - "parameters": [ - { - "name": "query", - "usage": "required", - "type": "MediaQueryType", - "description": "

The query object to extract information from.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Searches the music library for items matching the specified search predicates.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "saveToPhotoGallery", - "isInternal": false, - "parameters": [ - { - "name": "media", - "usage": "required", - "type": "Titanium.Blob", - "description": "

Media to save to the camera roll or media gallery.

" - }, - { - "name": "callbacks", - "usage": "required", - "type": "Object", - "description": "

Pass a dictionary with the following supported keys: success a function that \nwill be called when the save succeeds, and error a function that will be \ncalled upon receiving an error.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Saves media to the device's photo gallery / camera roll.

" - }, - { - "name": "setAudioSessionMode", - "isInternal": false, - "parameters": [ - { - "name": "audioSessionMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the audioSessionMode property.

" - }, - { - "name": "setAvailableCameraMediaTypes", - "isInternal": false, - "parameters": [ - { - "name": "availableCameraMediaTypes", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the availableCameraMediaTypes property.

" - }, - { - "name": "setAvailablePhotoGalleryMediaTypes", - "isInternal": false, - "parameters": [ - { - "name": "availablePhotoGalleryMediaTypes", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the availablePhotoGalleryMediaTypes property.

" - }, - { - "name": "setAvailablePhotoMediaTypes", - "isInternal": false, - "parameters": [ - { - "name": "availablePhotoMediaTypes", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the availablePhotoMediaTypes property.

" - }, - { - "name": "setAverageMicrophonePower", - "isInternal": false, - "parameters": [ - { - "name": "averageMicrophonePower", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the averageMicrophonePower property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "showCamera", - "isInternal": false, - "parameters": [ - { - "name": "options", - "usage": "required", - "type": "CameraOptionsType", - "description": "

A dictionary of camera options as described in CameraOptionsType.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows the camera.

" - }, - { - "name": "startMicrophoneMonitor", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts monitoring the microphone sound level.

" - }, - { - "name": "stopMicrophoneMonitor", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stops monitoring the microphone sound level.

" - }, - { - "name": "takePicture", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Uses the device camera to capture a photo.

" - }, - { - "name": "takeScreenshot", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to call upon capture.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Takes a screen shot of the visible UI on the device.

" - }, - { - "name": "vibrate", - "isInternal": false, - "parameters": [ - { - "name": "pattern", - "usage": "optional", - "type": "Array", - "description": "

Array of values identifying a vibrate pattern (only used on Android).

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes the device vibrate.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [ - { - "name": "linechange", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an audio line type change is detected.

" - }, - { - "name": "recordinginput", - "deprecated": false, - "properties": [ - { - "name": "available", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether the recording device is available.

" - }, - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the availablity of recording input changes.

" - }, - { - "name": "volume", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "volume", - "deprecated": false, - "type": "Number", - "description": "

New volume level in dB.

" - } - ], - "description": "

Fired when the volume output changes.

" - } - ] - }, - { - "name": "Titanium.UI.iPhone.ListViewScrollPosition", - "description": "

A set of constants for the position value that can be used for the position property of \nListViewAnimationProperties when invoking the ListView's scrollToItem, appendSection,\ndeleteSectionAt, insertSectionAt and replaceSectionAt methods.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "BOTTOM", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The list view scrolls the row of interest to the bottom of the visible list view.

" - }, - { - "name": "MIDDLE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The list view scrolls the row of interest to the middle of the list table view.

" - }, - { - "name": "NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The table view scrolls the row of interest to be fully visible with a minimal movement.\nIf the row is already fully visible, no scrolling occurs. For example, if the row is above the\nvisible area, the behavior is identical to that specified by TOP. This is the default.

" - }, - { - "name": "TOP", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The list view scrolls the row of interest to the top of the visible list view.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "FacebookGraphResponsev1", - "description": "

Argument passed to the graph API callback, in response to a\nrequestWithGraphPath call.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if request failed.

" - }, - { - "name": "path", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Graph API path of the original request.

" - }, - { - "name": "result", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

JSON response returned by Facebook.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.TableViewCellSelectionStyle", - "description": "

A set of constants for the style that can be used for the selectionStyle property of \nTitanium.UI.TableViewRow.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "BLUE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The cell when selected has a blue background. This is the default value.

" - }, - { - "name": "GRAY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Then cell when selected has a gray background.

" - }, - { - "name": "NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The cell has no distinct style for when it is selected.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "CloudFilesResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "files", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of file objects, if any exist.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud.Events", - "description": "

Provides methods for accessing ACS events.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates a new event and checks the response.

\n
Cloud.Events.create({\n    name: 'Celebration',\n    start_time: starttime,\n    duration: 3600,\n    recurring: 'monthly',\n    recurring_count: 5\n}, function (e) {\n    if (e.success) {\n        var event = e.events[0];\n        alert('Success:\\n' +\n            'id: ' + event.id + '\\n' +\n            'name: ' + event.name + '\\n' +\n            'updated_at: ' + event.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create Event" - }, - { - "code": "

This example retrieves information about a event and checks the response.

\n
Cloud.Events.show({\n    event_id: savedEventId\n}, function (e) {\n    if (e.success) {\n        var event = e.events[0];\n        alert('Success:\\n' +\n            'id: ' + event.id + '\\n' +\n            'name: ' + event.name + '\\n' +\n            'updated_at: ' + event.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show an Event" - }, - { - "code": "

This example retrieves information about an event's occurrences and checks the response.

\n
Cloud.Events.showOccurrences({\n    event_id: savedEventId\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.event_occurrences.length);\n        for (var i = 0; i < e.event_occurrences.length; i++) {\n            var event = e.event_occurrences[i].event;\n            alert('id: ' + event.id + '\\n' +\n                  'name: ' + event.name + '\\n' +\n                  'start time: ' + event.start_time + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show Occurrences for an Event" - }, - { - "code": "

This example requests a list of events and checks the response.

\n
Cloud.Events.query(function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.events.length);\n        for (var i = 0; i < e.events.length; i++) {\n            var event = e.events[i];\n            alert('id: ' + event.id + '\\n' +\n                  'name: ' + event.name + '\\n' +\n                  'start time: ' + event.start_time + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Query Events" - }, - { - "code": "

This example retrieves a list of event occurrences and checks the response.

\n
Cloud.Events.queryOccurrences(function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.event_occurrences.length);\n        for (var i = 0; i < e.event_occurrences.length; i++) {\n            var event = e.event_occurrences[i].event;\n            alert('id: ' + event.id + '\\n' +\n                  'name: ' + event.name + '\\n' +\n                  'start time: ' + event.start_time + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Query Event Occurrences" - }, - { - "code": "

This example requests a list of events and checks the response.

\n
Cloud.Events.search({\n    place_id: savedPlaceId,\n    start_time: startTime,\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.events.length);\n        for (var i = 0; i < e.events.length; i++) {\n            var event = e.events[i];\n            alert('id: ' + event.id + '\\n' +\n                  'name: ' + event.name + '\\n' +\n                  'start time: ' + event.start_time + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Search Events" - }, - { - "code": "

This example retrieves a list of event occurrences and checks the response.

\n
Cloud.Events.searchOccurrences({\n    place_id: savedPlaceId,\n    start_time: startTime\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.event_occurrences.length);\n        for (var i = 0; i < e.event_occurrences.length; i++) {\n            var event = e.event_occurrences[i].event;\n            alert('id: ' + event.id + '\\n' +\n                  'name: ' + event.name + '\\n' +\n                  'start time: ' + event.start_time + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Search Event Occurrences" - }, - { - "code": "

This example searches for events and checks the response.

\n
Cloud.Events.search({\n    latitude: lat,\n    longitude: lon\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.events.length);\n        for (var i = 0; i < e.events.length; i++) {\n            var event = e.events[i];\n            alert('id: ' + event.id + '\\n' +\n                  'name: ' + event.name + '\\n' +\n                  'longitude: ' + event.longitude + '\\n' +\n                  'latitude: ' + event.latitude + '\\n' +\n                  'updated_at: ' + event.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Search for events" - }, - { - "code": "

This example updates a event and checks the response.

\n
Cloud.Events.update({\n    event_id: savedEventId,\n    name: 'Annual Celebration',\n    start_time: starttime,\n    duration: 3600,\n    recurring: 'monthly',\n    recurring_count: 5\n}, function (e) {\n    if (e.success) {\n        var event = e.events[0];\n        alert('Success:\\n' +\n            'id: ' + event.id + '\\n' +\n            'name: ' + event.name + '\\n' +\n            'updated_at: ' + event.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Update an Event" - }, - { - "code": "

This example deletes a event and checks the response.

\n
Cloud.Events.remove({\n    event_id: savedEventId\n}, function (e) {\n    if (e.success) {\n        alert('Removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove an Event" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Create a new event.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "query", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of events with sorting and pagination.

" - }, - { - "name": "queryOccurrences", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of event occurrences with sorting and pagination.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Delete a event.

" - }, - { - "name": "search", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of events with full text search.

" - }, - { - "name": "searchOccurrences", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of event occurrences with full text search.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of events.

" - }, - { - "name": "showOccurrences", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of event occurrences for a given event.

" - }, - { - "name": "update", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Update information about a event.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Geolocation.MobileWeb", - "description": "

The Mobile Web specific geolocation capabilities.

", - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "forwardGeocoderTimeout", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The time within which forward geocoder requests must succeed, in milliseconds.

" - }, - { - "name": "locationTimeout", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The time within which location requests must succeed, in milliseconds.

" - }, - { - "name": "maximumHeadingAge", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The maximum age of cached locations acceptible for heading requests, in milliseconds.

" - }, - { - "name": "maximumLocationAge", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The maximum age of cached locations acceptible for location requests, in milliseconds.

" - }, - { - "name": "reverseGeocoderTimeout", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The time within which reverse geocoder requests must succeed, in milliseconds.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getForwardGeocoderTimeout", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the forwardGeocoderTimeout property.

" - }, - { - "name": "getLocationTimeout", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the locationTimeout property.

" - }, - { - "name": "getMaximumHeadingAge", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the maximumHeadingAge property.

" - }, - { - "name": "getMaximumLocationAge", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the maximumLocationAge property.

" - }, - { - "name": "getReverseGeocoderTimeout", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the reverseGeocoderTimeout property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setForwardGeocoderTimeout", - "isInternal": false, - "parameters": [ - { - "name": "forwardGeocoderTimeout", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the forwardGeocoderTimeout property.

" - }, - { - "name": "setLocationTimeout", - "isInternal": false, - "parameters": [ - { - "name": "locationTimeout", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the locationTimeout property.

" - }, - { - "name": "setMaximumHeadingAge", - "isInternal": false, - "parameters": [ - { - "name": "maximumHeadingAge", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the maximumHeadingAge property.

" - }, - { - "name": "setMaximumLocationAge", - "isInternal": false, - "parameters": [ - { - "name": "maximumLocationAge", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the maximumLocationAge property.

" - }, - { - "name": "setReverseGeocoderTimeout", - "isInternal": false, - "parameters": [ - { - "name": "reverseGeocoderTimeout", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the reverseGeocoderTimeout property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.Tab", - "description": "

A tab instance for a TabGroup.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

In this example, we create a simple tab and add it to a tab group.

\n
var tab = Titanium.UI.createTab({\n    window:mywin,\n    title:'Hello',\n    icon:'myicon.png'\n});\ntabGroup.addTab(tab);\n
", - "name": "Simple Tab Example" - }, - { - "code": "

Previous example an an Alloy view.

\n
<Alloy>\n    <TabGroup id=\"tabGroup\">\n        <Tab id=\"tab\">\n            <Window id=\"mywin\" title=\"Hello\" icon=\"myicon.png\"/>\n        </Tab>\n     </TabGroup>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

A TabGroup tab instance. Each tab includes a button and one or more windows, which \nholds the \"contents\" of the tab. Users can select a tab by clicking on the tab button.

\n

Use TabGroup.setActiveTab to switch between tabs \nin a tab group. The Titanium.UI.currentTab property provides a global reference to \nthe currently active tab. Use the Titanium.UI.createTab method to create a tab.

\n

The behavior of tabs and tab groups follows the platform's native navigation style, \nwhich varies significantly between platforms.

\n

iOS and Mobile Web Platform Implementation Notes

\n

On iOS, Mobile Web and Tizen, the tab maintains a stack of windows. On Mobile Web and Tizen, the tab is \nreally just a NavigationGroup. Windows on top \nof the stack can partially or totally obscure windows lower in the stack. Calling \nopen opens a new window on top of the window stack. When a window \nis closed, either by the user or by code, the window is removed from the stack, making \nthe previous window visible. The root tab window cannot be removed.

\n

On iOS, Mobile Web and Tizen the tab controls are generally kept on screen to allow a user to \nnavigate inside the app. Tab controls are hidden when the user is performing a modal \ntask (for example, composing a message). In this case, the app should provide a button \nin the navigation bar to return to the previous screen. On iOS, the window should also \nbe opened as modal. On iOS, The tab controls can also be hidden by opening the new window \nwith tabBarHidden set to true.

\n

When closing a tab window in iOS, Mobile Web and Tizen, you should always use the \nTab.close method to ensure that the tab group maintains its \nnavigation state.

\n

Android Platform Implementation Notes

\n

On Android, the tab does not maintain a stack of windows. \nCalling open opens a new, heavyweight window, which \nby default covers the tab group entirely. This seems quite different from the iOS model,\nbut it is the standard model for Android applications. Users can use the Back button \nto close the window and return to the tab group.

\n

On Android, tab windows can be closed using either\nTab.close or Window.close. Since \nno window stack is maintained, only a single window opened using\nTab.open can be closed using Tab.close.

\n

As on iOS, the root tab window cannot be closed.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "active", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

true if this tab is active, false if it is not.

" - }, - { - "name": "activeIcon", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Icon URL for this tab when active.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "badge", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Badge value for this tab. null indicates no badge.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "icon", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Icon URL for this tab.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title for this tab.

" - }, - { - "name": "titleid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string from the locale file to use for the tab title. Only one of title or titleid should be specified.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "window", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.Window", - "isClassProperty": false, - "description": "

Root level tab window. All tabs must have at least one root level tab window.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "parameters": [ - { - "name": "window", - "usage": "required", - "type": "Titanium.UI.Window", - "description": "

Window to close. This parameter must be omitted on Android.

" - }, - { - "name": "options", - "usage": "optional", - "type": "Object", - "description": "

Dictionary of display and animation settings to use when closing the window. \nIdentical to the options parameter to Window.close.\niOS only supports the animated parameter.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes the top-level window for this tab.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getActive", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the active property.

" - }, - { - "name": "getActiveIcon", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the activeIcon property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBadge", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the badge property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getIcon", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the icon property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getTitleid", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleid property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getWindow", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Window", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the window property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "open", - "isInternal": false, - "parameters": [ - { - "name": "window", - "usage": "required", - "type": "Titanium.UI.Window", - "description": "

Window to open.

" - }, - { - "name": "options", - "usage": "required", - "type": "Object", - "description": "

Dictionary of display and animation settings to use when opening the window. \nIdentical to the options parameter to Window.open.\niOS only supports the animated parameter.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens a new window.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setActive", - "isInternal": false, - "parameters": [ - { - "name": "active", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the active property.

" - }, - { - "name": "setActiveIcon", - "isInternal": false, - "parameters": [ - { - "name": "activeIcon", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the activeIcon property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBadge", - "isInternal": false, - "parameters": [ - { - "name": "badge", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the badge property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setIcon", - "isInternal": false, - "parameters": [ - { - "name": "icon", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the icon property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "setTitleid", - "isInternal": false, - "parameters": [ - { - "name": "titleid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleid property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setWindow", - "isInternal": false, - "parameters": [ - { - "name": "window", - "usage": "required", - "type": "Titanium.UI.Window", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the window property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "blur", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the current active tab.

" - }, - { - "name": "previousIndex", - "deprecated": false, - "type": "Number", - "description": "

Index of the previous active tab.

" - }, - { - "name": "previousTab", - "deprecated": false, - "type": "Titanium.UI.Tab", - "description": "

Previous active tab object.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "tab", - "deprecated": false, - "type": "Titanium.UI.Tab", - "description": "

Current active tab object.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the tab loses focus.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when this tab is clicked in the tab group.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the current active tab.

" - }, - { - "name": "previousIndex", - "deprecated": false, - "type": "Number", - "description": "

Index of the previous active tab.

" - }, - { - "name": "previousTab", - "deprecated": false, - "type": "Titanium.UI.Tab", - "description": "

Previous active tab object.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "tab", - "deprecated": false, - "type": "Titanium.UI.Tab", - "description": "

Current active tab object.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the tab gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.XML.ProcessingInstruction", - "description": "

A way to keep processor-specific information in the text of the document. Implements the DOM Level 2 API on Android and iOS. Exposes the DOM Level 3 API implementation on Mobile Web.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "data", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Retrieve the content of this processing instruction. This from the first non white space character after the target to the character immediatly preceding the ?>. When setting a processing instruction, a DOMException may be thrown on an invalid instruction.

" - }, - { - "name": "target", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Retrieve the target of this processing instruction. XML defines this as being the first token following the markup that begins the processing instruction.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getData", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the data property.

" - }, - { - "name": "getTarget", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the target property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setData", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the data property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.ListViewCellSelectionStyle", - "description": "

A set of constants for the style that can be used for the selectionStyle property of a\nListItem, which is set in the properties dictionary of either the ListDataItem or\nItemTemplate.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "BLUE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The cell when selected has a blue background. This is the default value.

" - }, - { - "name": "GRAY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The cell when selected has a gray background.

" - }, - { - "name": "NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The cell has no distinct style for when it is selected.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Network.Socket.TCP", - "description": "

TCP socket that implements the Titanium.IOStream interface.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

The following example uses the pump method from the Titanium.Stream \nmodule to read data from a socket. The pump method registers a callback that is \ncalled repeatedly to process incoming data from the socket.

\n
var socket = Ti.Network.Socket.createTCP({\n    host: 'blog.example.com', port: 80,\n    connected: function (e) {\n        Ti.API.info('Socket opened!');\n        Ti.Stream.pump(e.socket, readCallback, 1024, true);\n        Ti.Stream.write(socket, Ti.createBuffer({\n            value: 'GET http://blog.example.com/index.html HTTP/1.1\\r\\n\\r\\n'\n        }), writeCallback);\n    },\n        error: function (e) {\n        Ti.API.info('Error (' + e.errorCode + '): ' + e.error);\n    },\n});\nsocket.connect();\n\nfunction writeCallback(e) {\n    Ti.API.info('Successfully wrote to socket.');\n}\n\nfunction readCallback(e) {\n    if (e.bytesProcessed == -1)\n    {\n        // Error / EOF on socket. Do any cleanup here.\n        ...\n    }\n    try {\n        if(e.buffer) {\n            var received = e.buffer.toString();\n            Ti.API.info('Received: ' + received);\n        } else {\n            Ti.API.error('Error: read callback called with no buffer!');\n        }\n    } catch (ex) {\n        Ti.API.error(ex);\n    }\n}\n
", - "name": "Simple Socket IO using Stream.pump" - }, - { - "code": "

The following sample shows a trivial example of using a listening \nsocket. In this case, the application simply sends messages to itself,\nusing the loopback address.

\n
// Hostname to listen on/connect to. Here we use the loopback\n// address. iOS also supports Ti.Platform.address (the address of\n// the WiFi interface).\n// Android supports only the loopback address.\n\nvar hostname = '127.0.0.1';\n\nvar clientSocket = Ti.Network.Socket.createTCP({\n    host : hostname,\n    port : 40404,\n    connected : function(e) {\n        Ti.API.info('Client socket connected!');\n        Ti.Stream.pump(e.socket, pumpCallback, 1024, true);\n        e.socket.write(Ti.createBuffer({\n            value : 'A message from a connecting socket.'\n        }));\n    },\n    error : function(e) {\n        Ti.API.info('Error (' + e.errorCode + '): ' + e.error);\n    }\n});\n\nfunction writeCallback(e) {\n    Ti.API.info('Successfully wrote to socket.');\n}\n\nfunction pumpCallback(e) {\n    // Has the remote socket closed its end?\n    if (e.bytesProcessed < 0) {\n        Ti.API.info(\"Closing client socket.\");\n        clientSocket.close();\n        return;\n    }\n    try {\n        if(e.buffer) {\n            var received = e.buffer.toString();\n            Ti.API.info('Received: ' + received);\n        } else {\n            Ti.API.error('Error: read callback called with no buffer!');\n        }\n    } catch (ex) {\n        Ti.API.error(ex);\n    }\n}\n\n//Create a socket and listen for incoming connections\nvar listenSocket = Ti.Network.Socket.createTCP({\n    host : hostname,\n    port : 40404,\n    accepted : function(e) {\n        // This where you would usually store the newly-connected socket, e.inbound\n        // so it can be used for read / write operations elsewhere in the app.\n        // In this case, we simply send a message then close the socket.\n        Ti.API.info(\"Listening socket <\" + e.socket + \"> accepted incoming connection <\" + e.inbound + \">\");\n        e.inbound.write(Ti.createBuffer({\n            value : 'You have been connected to a listening socket.\\r\\n'\n        }));\n        e.inbound.close();\n        // close the accepted socket\n\n    },\n    error : function(e) {\n        Ti.API.error(\"Socket <\" + e.socket + \"> encountered error when listening\");\n        Ti.API.error(\" error code <\" + e.errorCode + \">\");\n        Ti.API.error(\" error description <\" + e.error + \">\");\n    }\n});\n// Starts the socket listening for connections, does not accept them\nlistenSocket.listen();\nTi.API.info(\"Listening now...\");\n\n// Tells socket to accept the next inbound connection. listenSocket.accepted gets\n// called when a connection is accepted via accept()\nTi.API.info(\"Calling accept.\");\nlistenSocket.accept({\n    timeout : 10000\n});\n\n// Call connect after a short timeout to ensure the listening socket is ready to go.\nTi.API.info(\"Setting timer to connect.\");\nsetTimeout(function(e)\n{\n    Ti.API.info(\"Calling connect on client socket.\");\n   clientSocket.connect();\n}, 500);\n
", - "name": "Listening Socket Example" - } - ], - "remarks": [ - "

Most socket operations are asynchronous. When you create a socket, you can define\ncallback funtions to receive the results of API calls, as well as to handle incoming\ndata.

\n

For example, for a client-side socket, you define \nconnected and\nerror callback functions.

\n

To connect to a remote host, call the socket's\nconnect method. If the socket connects\nsuccessfully, your connected callback is invoked, and you can send and receive data\non the socket. If the socket connection fails, your error callback is invoked.

\n

After a socket is connected, you can access it like any other Titanium.IOStream.\nNote that the socket's read and write methods may block, so in most cases\nyou should use the asynchronous read, write \nand pump methods provided by the Titanium.Stream module,\nrather than using the socket object's read and write methods directly.

\n

Note: With BlackBerry OS it is best to call the socket object's read and write methods \ndirectly.

\n

A familiarity with the basics of BSD socket programming is a recommended before using \nsockets with Titanium.

\n

Use the Titanium.Network.Socket.createTCP method to create a TCP socket.

" - ], - "properties": [ - { - "name": "accepted", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback to be fired when a listener accepts a connection.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "connected", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback to be fired when the socket enters the \"connected\" state.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback to be fired when the socket enters the ERROR state.

" - }, - { - "name": "host", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The host to connect to or listen on.

" - }, - { - "name": "listenQueueSize", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Max number of pending incoming connections to be allowed when the socket is in the LISTENING state.

" - }, - { - "name": "port", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The port to connect to or listen on.

" - }, - { - "name": "state", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current state of the socket.

" - }, - { - "name": "timeout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Timeout, in milliseconds, for connect and all write operations.

" - } - ], - "functions": [ - { - "name": "accept", - "isInternal": false, - "parameters": [ - { - "name": "options", - "usage": "required", - "type": "AcceptDict", - "description": "

Options to be set on next accepted socket.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tells a LISTENING socket to accept a connection request at the top of a listener's request queue when one becomes available.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes a socket.

" - }, - { - "name": "connect", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Attempts to connect the socket to its host/port.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccepted", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accepted property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getConnected", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the connected property.

" - }, - { - "name": "getError", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the error property.

" - }, - { - "name": "getHost", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the host property.

" - }, - { - "name": "getListenQueueSize", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the listenQueueSize property.

" - }, - { - "name": "getPort", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the port property.

" - }, - { - "name": "getState", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the state property.

" - }, - { - "name": "getTimeout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the timeout property.

" - }, - { - "name": "isReadable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if stream is readable, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether this stream is readable.

" - }, - { - "name": "isWriteable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if stream is writeable, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether this stream is writeable.

" - }, - { - "name": "listen", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Attempts to start listening on the socket's host/port.

" - }, - { - "name": "read", - "isInternal": false, - "parameters": [ - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to read stream data into.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset into the buffer to start writing stream data.\nIf specified, length must also be specified.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Maximum number of bytes to read.\nIf specified, offset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number of bytes read.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Reads data from this stream into a buffer.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccepted", - "isInternal": false, - "parameters": [ - { - "name": "accepted", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accepted property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setConnected", - "isInternal": false, - "parameters": [ - { - "name": "connected", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the connected property.

" - }, - { - "name": "setError", - "isInternal": false, - "parameters": [ - { - "name": "error", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the error property.

" - }, - { - "name": "setHost", - "isInternal": false, - "parameters": [ - { - "name": "host", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the host property.

" - }, - { - "name": "setListenQueueSize", - "isInternal": false, - "parameters": [ - { - "name": "listenQueueSize", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the listenQueueSize property.

" - }, - { - "name": "setPort", - "isInternal": false, - "parameters": [ - { - "name": "port", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the port property.

" - }, - { - "name": "setTimeout", - "isInternal": false, - "parameters": [ - { - "name": "timeout", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the timeout property.

" - }, - { - "name": "write", - "isInternal": false, - "parameters": [ - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to write to this stream.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset in the buffer of the first byte to write to the stream.\nIf specified, length must also be specified.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Maximum number of bytes to write to the stream.\nIf specified, offset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number of bytes written.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Writes data from a buffer to this stream.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudReviewsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "reviews", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of reviews objects, if any exist.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Map", - "description": "

The top level Map module. The Map module is used for creating in-application native maps.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

This is a basic map example that places a custom annotation on the map, and \nlistens for click events on the annotation.

\n

In this example, a custom property (myid) is added to the annotation object.\nWhile adding custom members to a Titanium object is not generally recommended,\nin this case it provides a mechanism for uniquely identifying an annotation. This\ncan be useful, for example, if the annotations are dynamically generated \nand it is not practical to identify them by title.

\n
var win = Titanium.UI.createWindow();\n\nvar mountainView = Titanium.Map.createAnnotation({\n    latitude:37.390749,\n    longitude:-122.081651,\n    title:\"Appcelerator Headquarters\",\n    subtitle:'Mountain View, CA',\n    pincolor:Titanium.Map.ANNOTATION_RED,\n    animate:true,\n    leftButton: '../images/appcelerator_small.png',\n    myid:1 // Custom property to uniquely identify this annotation.\n});\n\nvar mapview = Titanium.Map.createView({\n    mapType: Titanium.Map.STANDARD_TYPE,\n    region: {latitude:37.390749, longitude:-122.081651,\n             latitudeDelta:0.01, longitudeDelta:0.01},\n    animate:true,\n    regionFit:true,\n    userLocation:true,\n    annotations:[mountainView]\n});\n\nwin.add(mapview);\n// Handle click events on any annotations on this map.\nmapview.addEventListener('click', function(evt) {\n\n    Ti.API.info(\"Annotation \" + evt.title + \" clicked, id: \" + evt.annotation.myid);\n\n    // Check for all of the possible names that clicksouce\n    // can report for the left button/view.\n    if (evt.clicksource == 'leftButton' || evt.clicksource == 'leftPane' ||\n        evt.clicksource == 'leftView') {\n        Ti.API.info(\"Annotation \" + evt.title + \", left button clicked.\");\n    }\n});\nwin.open();\n\n// For the iOS platform, wait for the complete event to ensure the region is set\nif (Ti.Platform.name == 'iPhone OS') {\n    mapview.addEventListener('complete', function(evt){\n        mapview.region = {\n            latitude:37.390749, longitude:-122.081651,\n            latitudeDelta:0.01, longitudeDelta:0.01\n        };\n    });\n}\n
", - "name": "Map Example" - }, - { - "code": "

Previous example as an Alloy view.

\n

index.xml:

\n
<Alloy>\n    <Window id=\"win\">\n\n        <!-- Note the ns attribute is used to change the default namespace. -->\n        <View id=\"mapview\" ns=\"Ti.Map\" onClick=\"doClick\" onComplete=\"setRegion\"\n            animate=\"true\" regionFit=\"true\" userLocation=\"true\"\n            mapType=\"Ti.Map.STANDARD_TYPE\" >\n\n            <Annotation id=\"mountainView\"\n              latitude=\"37.390749\" longitude=\"-122.081651\"\n              title=\"Appcelerator Headquarters\" subtitle=\"Mountain View, CA\"\n              pincolor=\"Titanium.Map.ANNOTATION_RED\"\n              leftButton=\"/images/appcelerator_small.png\"\n              myid=\"1\"/>\n\n            <!-- Place other child views here, such as an ImageView to add an overlay. -->\n\n        </View>\n    </Window>\n</Alloy>\n
\n

index.js:

\n
function doClick(evt){\n    Ti.API.info(\"Annotation \" + evt.title + \" clicked, id: \" + evt.annotation.myid);\n\n    // Check for all of the possible names that clicksouce\n    // can report for the left button/view.\n    if (evt.clicksource == 'leftButton' || evt.clicksource == 'leftPane' ||\n        evt.clicksource == 'leftView') {\n        Ti.API.info(\"Annotation \" + evt.title + \", left button clicked.\");\n    }\n};\n\nfunction setRegion(evt) {\n    // For the iOS platform, wait for the complete event to ensure the region is set\n    if (OS_IOS) {\n        $.mapview.region = {\n            latitude:37.390749, longitude:-122.081651,\n            latitudeDelta:0.01, longitudeDelta:0.01\n        };\n    }\n}\n\n// These parameters can also be defined in the TSS file.\n$.mapview.annotations = [$.mountainView];\n$.mapview.region = {latitude:37.390749, longitude:-122.081651, latitudeDelta:0.01, longitudeDelta:0.01};\n\n$.win.open\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Android Platform Notes

\n

This module provides native map support using Google Maps API v1. As of March 3, 2013,\nGoogle is no longer issuing Google Maps API v1 keys and this module can no longer be used to\nsupport native maps on Android unless you have these keys.

\n

For new Android applications, use the Google Maps v2 add-on module\nto add native maps support for your application. If you have an application that still uses the old keys,\nyou can either transition to the new module or continue using the built-in Titanium.Maps module.

" - ], - "properties": [ - { - "name": "ANNOTATION_DRAG_STATE_CANCEL", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used in the pinchangedragstate event \nto indicate that the user canceled the drag action.

" - }, - { - "name": "ANNOTATION_DRAG_STATE_DRAG", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used in the pinchangedragstate event \nto indicate that the user moved the annotation.

" - }, - { - "name": "ANNOTATION_DRAG_STATE_END", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used in the pinchangedragstate event \nto indicate that the user finished moving the annotation.

" - }, - { - "name": "ANNOTATION_DRAG_STATE_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used in the pinchangedragstate event \nto indicate that the annotation is not being dragged.

" - }, - { - "name": "ANNOTATION_DRAG_STATE_START", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used in the pinchangedragstate event \nto indicate that the user started dragging the annotation.

" - }, - { - "name": "ANNOTATION_GREEN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Color constant used to set a map annotation to green via the \nTitanium.Map.Annotation.pincolor property.

" - }, - { - "name": "ANNOTATION_PURPLE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Color constant used to set a map annotation to purple via the \nTitanium.Map.Annotation.pincolor property.

" - }, - { - "name": "ANNOTATION_RED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Color constant used to set a map annotation to red via the \nTitanium.Map.Annotation.pincolor property.

" - }, - { - "name": "HYBRID_TYPE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with mapType to display a satellite image of the area with road and road name information layered on top.

" - }, - { - "name": "SATELLITE_TYPE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with mapType to display satellite imagery of the area.

" - }, - { - "name": "STANDARD_TYPE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with mapType to display a street map that shows the position of all roads and some road names.

" - }, - { - "name": "TERRAIN_TYPE", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with mapType to display the terrain that shows the position of all roads and some road names.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createAnnotation", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Map.Annotation", - "description": "

Properties to set on a new object, including any defined by Titanium.Map.Annotation except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Map.Annotation", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Map.Annotation.

" - }, - { - "name": "createView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Map.View", - "description": "

Properties to set on a new object, including any defined by Titanium.Map.View except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Map.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Map.View.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Facebook.LoginButton", - "description": "

A Facebook login button. **Deprecated since 3.1.0. On Mobile Web, continue to use this module.

\n

On Android and iOS, use instead.\n**

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "examples": [ - { - "code": "

Example of using the Facebook Login Button in Alloy.

\n

facebook.xml:

\n
<Alloy>\n    <Window id=\"socialWin\">\n        <LoginButton ns=\"Ti.Facebook\" />\n    </Window>\n</Alloy>\n
\n

facebook.js:

\n
Ti.Facebook.appid = APP_ID;\nTi.Facebook.permissions = [APP_PERMISSIONS];\n$.socialWin.open();\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The Login Button created by Titanium.Facebook.createLoginButton. This is a \nFacebook-themed button that does not require a click event handler or any listeners.
\nClick events on the button are automatically handled by the Facebook module.

\n

The button changes its label to reflect the current state of the Facebook \nsession. For example, if the user is already logged in, this button will show \"Logout\".

\n

See the examples in the Titanium.Facebook documentation.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the view is enabled or disabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "style", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Sets the login button style.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the style property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setStyle", - "isInternal": false, - "parameters": [ - { - "name": "style", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the style property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.UI.TableViewRow", - "description": "

A table view row is an individual item in a table, organized into table view sections.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a table view row containing a red square view.

\n
var row = Titanium.UI.createTableViewRow();\nvar view = Titanium.UI.createView({\n  backgroundColor:'red',\n  width: 20, height: 20\n});\nrow.height = 'auto';\nrow.add(view);\n
", - "name": "Simple Table View Row example" - }, - { - "code": "

Create a table of rows. When a row is swiped, output its ID to the log.

\n
var tableData = [];\n\nvar win = Ti.UI.createWindow({ backgroundColor: 'white' });\n\nvar table = Ti.UI.createTableView({ objName: 'table' });\n\nfor (var i = 0; i <= 20; i++){\n  var row = Ti.UI.createTableViewRow({\n    className: 'row',\n    objName: 'row',\n    touchEnabled: true,\n    height: 100\n  });\n\n  var enabledWrapperView = Ti.UI.createView({\n    backgroundColor:'#008FD5',\n    objName: 'enabledWrapperView',\n    rowID: i,\n    width: Ti.UI.FILL, height: '100%'\n  });\n\n  var disabledWrapperView = Ti.UI.createView({\n    backgroundColor:'#A2E0FF',\n    objName: 'disabledWarpperView',\n    touchEnabled: false,\n    width: 300, height: '80%'\n  });\n  enabledWrapperView.add(disabledWrapperView);\n\n  var label = Ti.UI.createLabel({\n    backgroundColor:'#313F48',\n    color: 'white',\n    objName: 'label',\n    text: i,\n    touchEnabled: false,\n    left: 0,\n    width: 200\n  });\n  disabledWrapperView.add(label);\n\n  row.add(enabledWrapperView);\n  tableData.push(row);\n}\n\ntable.setData(tableData);\n\ntable.addEventListener('swipe', function(e){\n  if (e.source && e.source.objName !== 'table'){\n    Ti.API.info('Row swiped: ' + e.source);\n    Ti.API.info('Row swiped: ' + e.source.objName);\n    Ti.API.info('Row ID : ' + e.source.rowID);\n  }\n});\n\nwin.add(table);\nwin.open();\n
", - "name": "Row Swipe Gestures" - }, - { - "code": "

Previous simple table view row example as an Alloy view.

\n
<Alloy>\n    <TableViewRow id=\"row\">\n        <View id=\"view\" backgroundColor=\"red\" width=\"20\" height=\"20\"/>\n    </TableViewRow>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createTableViewRow method to create a table view row. These may be \nexplicitly added to TableViewSection objects, which are applied \nto a TableView. If a table section is not specified, one will be \nautomatically created.

\n

A row's contents can be as simple as a single line of text, or comprised of a completely \ncustomized layout of child views.

\n

Creating Table View Rows

\n

Rows may be created using the properties directly available on the TableViewRow object, to \nachieve the following:

\n\n

Alternatively, custom layouts of multiple lines of text, different fonts, and additional \nimages or controls can be created by adding child views to the row. In this case, the row's \ntitle property should not be set.

\n

As events automatically bubble/propogate to parent views, a listener may be placed on the table \nview to detect events fired from the rows. The benefit is that it is not necessary to \nexplicitly create a listener for every individual row.

\n

See the TableView description and examples section for more information \nabout creating table rows.

\n

Improved Table Performance (Android)

\n

If you are experiencing performance issues on Android when using custom rows, you can\ntry setting the className property. The class name serves as a \ncue for reusing the underlying views used to display the rows.

\n

A given className value indicates a row with a particular set of child views.\nAll rows that share a class name must have the same set of children -- for example, the class \nname \"myCustomRow\" could identify a row containing two labels and an image view.

\n

The properties of the child controls may be different. For example, each instance of \n\"myCustomRow\" could have a different image and different text on the labels.

\n

Note that className is no longer used on iOS, and was never used on Mobile Web; on\nthese platforms, className is ignored.

\n

Platform Implementation Notes

\n

The top, left and other positional parameters are not used for their usual purposes, because \nthe table view row is automatically positioned by its parent.

\n

On Android, these properties are used to position the content (title) inside the row. For example, \nsetting top to 20 moves the title down from the top of the row.
\n

\n

On iOS, these values have no effect.

\n

On Mobile Web and Tizen, they are used to relatively position the row, treating the TableView as if it \nwere a horizontal layout.

\n

Also, note that the selected text color, selectedColor, can only be set on iOS,\nMobile Web and Tizen. On Android, the text color does not change when the row is selected.

\n

Row Swipe Gestures (Android and iOS)

\n

A common requirement is to enable the user to interact with table rows using swipe gestures. \nAs this event is not available for the TableViewRow object, it will not \"bubble up\" to the \nTableView, where a Titanium.UI.TableView.swipe is recognized.

\n

A typical solution is to use a standard view as a container, or wrapper, for all each row's child \nviews, because it recognizes Titanium.UI.View.swipe events and allows them to pass to the table. \nEach child view should have touch events disabled, so that the container view provides a reliable \nsource for these events. Refer to the \"Row Swipe Gestures\" example for a demonstration.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label associated with the table row for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "className", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Class name for the row.

" - }, - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default text color of the row when not selected, as a color name or hex triplet.

" - }, - { - "name": "editable", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines the rows' editable behavior, which allows them to be deleted by the user when the \ntable is in editing or moving mode.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "font", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Font", - "isClassProperty": false, - "description": "

Font to use for the row title.

" - }, - { - "name": "hasCheck", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether a system-provided checkmark is displayed on the right-hand side of \nthe row.

" - }, - { - "name": "hasChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether a system-provided arrow is displayed on the right-hand side of the row.

" - }, - { - "name": "hasDetail", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether a system-provided detail disclosure button is displayed on the right-hand \nside of the row.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "indentionLevel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Indention level for the row.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "leftImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image to render in the left image area of the row, specified as a local path or URL.

" - }, - { - "name": "moveable", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines the rows' moveable behavior, which allows them to be re-ordered by the user when \nthe table is in editing or moving mode.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "rightImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image to render in the right image area of the row, specified as a local path or URL.

" - }, - { - "name": "selectedBackgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color to render when the row is selected, as a color name or hex triplet.

" - }, - { - "name": "selectedBackgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image to render when the row is selected.

" - }, - { - "name": "selectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the row text when the row is selected, as a color name or hex triplet.

" - }, - { - "name": "selectionStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Selection style constant to control the selection color.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text to display on the row.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getClassName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the className property.

" - }, - { - "name": "getColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the color property.

" - }, - { - "name": "getEditable", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the editable property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getFont", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Font", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the font property.

" - }, - { - "name": "getHasCheck", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hasCheck property.

" - }, - { - "name": "getHasChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hasChild property.

" - }, - { - "name": "getHasDetail", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hasDetail property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getIndentionLevel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the indentionLevel property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getLeftImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the leftImage property.

" - }, - { - "name": "getMoveable", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the moveable property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getRightImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rightImage property.

" - }, - { - "name": "getSelectedBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectedBackgroundColor property.

" - }, - { - "name": "getSelectedBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectedBackgroundImage property.

" - }, - { - "name": "getSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectedColor property.

" - }, - { - "name": "getSelectionStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectionStyle property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setClassName", - "isInternal": false, - "parameters": [ - { - "name": "className", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the className property.

" - }, - { - "name": "setColor", - "isInternal": false, - "parameters": [ - { - "name": "color", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the color property.

" - }, - { - "name": "setEditable", - "isInternal": false, - "parameters": [ - { - "name": "editable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the editable property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setFont", - "isInternal": false, - "parameters": [ - { - "name": "font", - "usage": "required", - "type": "Font", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the font property.

" - }, - { - "name": "setHasCheck", - "isInternal": false, - "parameters": [ - { - "name": "hasCheck", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hasCheck property.

" - }, - { - "name": "setHasChild", - "isInternal": false, - "parameters": [ - { - "name": "hasChild", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hasChild property.

" - }, - { - "name": "setHasDetail", - "isInternal": false, - "parameters": [ - { - "name": "hasDetail", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hasDetail property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setIndentionLevel", - "isInternal": false, - "parameters": [ - { - "name": "indentionLevel", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the indentionLevel property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setLeftImage", - "isInternal": false, - "parameters": [ - { - "name": "leftImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the leftImage property.

" - }, - { - "name": "setMoveable", - "isInternal": false, - "parameters": [ - { - "name": "moveable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the moveable property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setRightImage", - "isInternal": false, - "parameters": [ - { - "name": "rightImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rightImage property.

" - }, - { - "name": "setSelectedBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "selectedBackgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selectedBackgroundColor property.

" - }, - { - "name": "setSelectedBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "selectedBackgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selectedBackgroundImage property.

" - }, - { - "name": "setSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "selectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selectedColor property.

" - }, - { - "name": "setSelectionStyle", - "isInternal": false, - "parameters": [ - { - "name": "selectionStyle", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selectionStyle property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "detail", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether the detail button was clicked. Only true if row.hasDetail is \ntrue and the detail button was clicked.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Row index.

" - }, - { - "name": "row", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Table view row object.

" - }, - { - "name": "rowData", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Dictionary containing the properties set on the row.

" - }, - { - "name": "searchMode", - "deprecated": false, - "type": "Boolean", - "description": "

Boolean to indicate if the table is in search mode.

" - }, - { - "name": "section", - "deprecated": false, - "type": "Titanium.UI.TableViewSection", - "description": "

Table view section object, if the clicked row is contained in a section.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a table row is clicked by the user.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left' or 'right'. Android also supports 'up' and 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch gesture is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch gesture is complete.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch..

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture against this view.

" - } - ] - }, - { - "name": "Titanium.Android.R", - "description": "

The Titanium binding of the Android system-wide resources class.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [ - "

To access your application's resources, use Titanium.App.Android.R.

\n

These properties and sub-properties correspond directly to the properties of the the android.R \nclass, and should have the same syntax. For example, to retrieve the \"OK\" string in Android:

\n
Ti.Android.currentActivity.getString(Ti.Android.R.string.ok);\n
\n

See also: android.R in the\nAndroid Developer Reference.

" - ], - "properties": [ - { - "name": "anim", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Animation resources. See \nR.anim \nin the Android Developer Reference.

" - }, - { - "name": "array", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Array resources. See R.array\nin the Android Developer Reference.

" - }, - { - "name": "attr", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Attribute resources. See \nR.attr\nin the Android Developer Reference.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Color resources. See \nR.color\nin the Android Developer Reference.

" - }, - { - "name": "dimen", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Dimension resources. See \nhttp://developer.android.com/reference/android/R.dimen.html\nin the Android Developer Reference.

" - }, - { - "name": "drawable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Drawable resources. See \nR.drawable\nin the Android Developer Reference.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

ID resources. See \nR.id\nin the Android Developer Reference.

" - }, - { - "name": "integer", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Integer resources. See \nR.integer\nin the Android Developer Reference.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Layout resources. See \nR.layout\nin the Android Developer Reference.

" - }, - { - "name": "string", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

String resources. See \nR.string\nin the Android Developer Reference.

" - }, - { - "name": "style", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Style resources. See \nR.style\nin the Android Developer Reference.

" - }, - { - "name": "styleable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Styleable reosurces. See \nR.styleable\nin the Android Developer Reference.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Map.Annotation", - "description": "

Represents a labeled point of interest on the map that the user can click on.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The Annotation object gives you low-level control over annotations that can be added to \nmap view. An annotation must have its latitude and longitude\nproperties set to appear on a map.

\n

An annotation can also have a title, a subtitle, and two inset buttons or views on the left\nand right side of the title. All of these items are optional.

\n

The controls on the left and right side of the annotation can be specified in one of two\nways:

\n\n

leftButton and leftView are mutually exclusive, as are rightButton and\nrightView.

\n

An annotation has two states: selected and deselected. A deselected annotation\nis marked by a pin image. When the user selects the pin, the full annotation is \ndisplayed.

\n

You can specify a custom image for the map pin by setting the\nimage property.

\n

When the user clicks on an annotation, a click event is generated.

\n

On iOS, You can add a click event listener to a specific annotation, or add a \nclick event listener to the map view to receive click events from all annotations \non the map.

\n

On Android, you must add the click event listener to the map view; the annotation\nitself does not generate these events.

\n

Use the Titanium.Map.createAnnotation method to create an annotation.

" - ], - "properties": [ - { - "name": "animate", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean to indicate whether the pin should animate when dropped.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "centerOffset", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Defines a center offset point for the annotation.

" - }, - { - "name": "customView", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

Defines a custom view to be used by the annotation.

" - }, - { - "name": "draggable", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the pin can be dragged by the user.

" - }, - { - "name": "image", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image to use for the the pin.

" - }, - { - "name": "latitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Latitude of the annotation, in decimal degrees.

" - }, - { - "name": "leftButton", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Left button image on the annotation, specified as an image URL or an iOS\nbutton constant.

" - }, - { - "name": "leftView", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

Left view that is displayed on the annotation.

" - }, - { - "name": "longitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Longitude of the annotation, in decimal degrees.

" - }, - { - "name": "pinImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image for the pin instead of the default image. Deprecated since 1.4. Use Titanium.Map.Annotation.image property instead.

" - }, - { - "name": "pincolor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Pin color. Specify one of: Titanium.Map.ANNOTATION_GREEN, Titanium.Map.ANNOTATION_PURPLE \nor Titanium.Map.ANNOTATION_RED.

" - }, - { - "name": "rightButton", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Right button image on the annotation, specified as an image URL or an iOS\nbutton constant.

" - }, - { - "name": "rightView", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

Right view that is displayed on the annotation.

" - }, - { - "name": "subtitle", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Secondary title of the annotation view.

" - }, - { - "name": "subtitleid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key in the locale file to use for the subtitle property.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Primary title of the annotation view.

" - }, - { - "name": "titleid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key in the locale file to use for the title property.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAnimate", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animate property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenterOffset", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the centerOffset property.

" - }, - { - "name": "getCustomView", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the customView property.

" - }, - { - "name": "getDraggable", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the draggable property.

" - }, - { - "name": "getImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the image property.

" - }, - { - "name": "getLatitude", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the latitude property.

" - }, - { - "name": "getLeftButton", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the leftButton property.

" - }, - { - "name": "getLeftView", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the leftView property.

" - }, - { - "name": "getLongitude", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the longitude property.

" - }, - { - "name": "getPinImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the pinImage property. Deprecated since 1.4.

" - }, - { - "name": "getPincolor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the pincolor property.

" - }, - { - "name": "getRightButton", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rightButton property.

" - }, - { - "name": "getRightView", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rightView property.

" - }, - { - "name": "getSubtitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the subtitle property.

" - }, - { - "name": "getSubtitleid", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the subtitleid property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getTitleid", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleid property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAnimate", - "isInternal": false, - "parameters": [ - { - "name": "animate", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the animate property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenterOffset", - "isInternal": false, - "parameters": [ - { - "name": "centerOffset", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the centerOffset property.

" - }, - { - "name": "setCustomView", - "isInternal": false, - "parameters": [ - { - "name": "customView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the customView property.

" - }, - { - "name": "setDraggable", - "isInternal": false, - "parameters": [ - { - "name": "draggable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the draggable property.

" - }, - { - "name": "setImage", - "isInternal": false, - "parameters": [ - { - "name": "image", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the image property.

" - }, - { - "name": "setLatitude", - "isInternal": false, - "parameters": [ - { - "name": "latitude", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the latitude property.

" - }, - { - "name": "setLeftButton", - "isInternal": false, - "parameters": [ - { - "name": "leftButton", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the leftButton property.

" - }, - { - "name": "setLeftView", - "isInternal": false, - "parameters": [ - { - "name": "leftView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the leftView property.

" - }, - { - "name": "setLongitude", - "isInternal": false, - "parameters": [ - { - "name": "longitude", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the longitude property.

" - }, - { - "name": "setPinImage", - "isInternal": false, - "parameters": [ - { - "name": "pinImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the pinImage property. Deprecated since 1.4.

" - }, - { - "name": "setPincolor", - "isInternal": false, - "parameters": [ - { - "name": "pincolor", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the pincolor property.

" - }, - { - "name": "setRightButton", - "isInternal": false, - "parameters": [ - { - "name": "rightButton", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rightButton property.

" - }, - { - "name": "setRightView", - "isInternal": false, - "parameters": [ - { - "name": "rightView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rightView property.

" - }, - { - "name": "setSubtitle", - "isInternal": false, - "parameters": [ - { - "name": "subtitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the subtitle property.

" - }, - { - "name": "setSubtitleid", - "isInternal": false, - "parameters": [ - { - "name": "subtitleid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the subtitleid property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "setTitleid", - "isInternal": false, - "parameters": [ - { - "name": "titleid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleid property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "annotation", - "deprecated": false, - "type": "Titanium.Map.Annotation", - "description": "

Annotation source object.

" - }, - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "clicksource", - "deprecated": false, - "type": "String", - "description": "

Source of the click event, such as pin, or leftButton.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the annotation in the map view's annotations array.

" - }, - { - "name": "map", - "deprecated": false, - "type": "Titanium.Map.View", - "description": "

The map view instance that this annotation belongs to.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "title", - "deprecated": false, - "type": "String", - "description": "

Title of the annotation.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the user selects, deselects, or clicks on this annotation.

" - } - ] - }, - { - "name": "ItemTemplate", - "description": "

Template that represents the basic appearance of a list item.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "examples": [], - "remarks": [ - "

See Titanium.UI.ListItem for examples of using an item template.

" - ], - "properties": [ - { - "name": "childTemplates", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Contains an array of subview templates to be added (in order) as children to this view.

" - }, - { - "name": "events", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Contains key-value pairs of view events and their listeners that are applied to the ListItem.

" - }, - { - "name": "properties", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Titanium.UI.ListItem", - "isClassProperty": false, - "description": "

Contains key-value pairs of view properties and their values that are applied to the ListItem.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.App.iOS", - "description": "

The top-level App iOS module, available only to iOS devices, that includes the facilities to \ncreate and manage local notifications and background services.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

Local notifications are a way for an application that is not running in the foreground to let \nusers know that it has information for them. When invoked, an alert dialog is displayed \ncontaining a \"Close\" button to dismiss and a customizable \"View\" button to bring the application \ninto the foreground. Also, they can be configured to set an application icon badge, to show the \nnumber of pending notifications, and to generate a sound.

" - ], - "properties": [ - { - "name": "EVENT_ACCESSIBILITY_LAYOUT_CHANGED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Convenience constant for system event \"accessibilitylayoutchanged\".

" - }, - { - "name": "EVENT_ACCESSIBILITY_SCREEN_CHANGED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Convenience constant for system event \"accessibilityscreenchanged\".

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cancelAllLocalNotifications", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Cancels all scheduled local notifications.

" - }, - { - "name": "cancelLocalNotification", - "isInternal": false, - "parameters": [ - { - "name": "id", - "usage": "required", - "type": "Number", - "description": "

ID of the local notification to cancel.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Cancels a local notification.

" - }, - { - "name": "createLocalNotification", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.App.iOS.LocalNotification", - "description": "

Properties to set on a new object, including any defined by Titanium.App.iOS.LocalNotification except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.App.iOS.LocalNotification", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.App.iOS.LocalNotification.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "registerBackgroundService", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Parameters used to create the service. Must include a url property, to specify the \nlocal JavaScript file to execute when the application is placed in the background.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.App.iOS.BackgroundService", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Registers a service to run when the application is placed in the background.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "scheduleLocalNotification", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "NotificationParams", - "description": "

Parameters used to create a notification.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.App.iOS.LocalNotification", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Schedule a local notification.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - } - ], - "isInternal": false, - "events": [ - { - "name": "notification", - "deprecated": false, - "properties": [ - { - "name": "alertAction", - "deprecated": false, - "type": "String", - "description": "

Alert button text ('View', by default) or slider text ('slide to unlock...', by default).

" - }, - { - "name": "alertBody", - "deprecated": false, - "type": "String", - "description": "

Alert message.

" - }, - { - "name": "alertLaunchImage", - "deprecated": false, - "type": "String", - "description": "

Image displayed instead of Default.png when launching the application.

" - }, - { - "name": "badge", - "deprecated": false, - "type": "Number", - "description": "

Application badge value.

" - }, - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "date", - "deprecated": false, - "type": "Date", - "description": "

Date and time when the notification was configured to fire.

" - }, - { - "name": "sound", - "deprecated": false, - "type": "String", - "description": "

Path to the sound file configured to play when the notification was fired.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "timezone", - "deprecated": false, - "type": "String", - "description": "

Timezone of the date when the notification was configured to fire.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "userInfo", - "deprecated": false, - "type": "Object", - "description": "

Custom data object.

" - } - ], - "description": "

Fired when a local notification is received by the application.

" - } - ] - }, - { - "name": "Titanium.UI.PickerRow", - "description": "

A picker row, representing a selectable item in a Titanium.UI.Picker.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a two-column picker, with the first column containing a child view, and automatically \nselect a row in each column.

\n
Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow({\n  exitOnClose: true,\n  layout: 'vertical'\n});\n\nvar fruit = [ 'Bananas', 'Strawberries', 'Mangos', 'Grapes' ];\nvar color = [ 'red', 'green', 'blue', 'orange' ];\n\nvar column1 = Ti.UI.createPickerColumn();\n\nfor(var i=0, ilen=fruit.length; i<ilen; i++){\n  var row = Ti.UI.createPickerRow();\n\n  var label = Ti.UI.createLabel({\n    color:'red',\n    font:{fontSize:20,fontWeight:'bold'},\n    text: fruit[i],\n    textAlign:'left',\n    height:'auto',\n    width:'126'\n  });\n\n  row.add(label);\n  column1.addRow(row);\n}\n\nvar column2 = Ti.UI.createPickerColumn();\n\nfor(var i=0, ilen=color.length; i<ilen; i++){\n  var row = Ti.UI.createPickerRow({\n    title: color[i]\n  });\n  column2.addRow(row);\n}\n\nvar picker = Ti.UI.createPicker({\n  top:50,\n  columns: [column1, column2],\n  selectionIndicator: true\n});\n\nwin.add(picker);\n\nwin.open();\n\n// must be after picker has been displayed\npicker.setSelectedRow(0, 2, false); // select Mangos\npicker.setSelectedRow(1, 3, false); // select Orange\n
", - "name": "Custom View for Row (iOS only)" - }, - { - "code": "

Previous example as an Alloy view.

\n

pickerrowexample.xml

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\" layout=\"vertical\" exitOnClose=\"true\">\n        <Picker id=\"picker\" top=\"50\" selectionIndicator=\"true\">\n            <PickerColumn id=\"column1\">\n\n                <!-- On iOS, views can be added to picker rows -->\n                <PickerRow>\n                    <Label color=\"red\" textAlign=\"left\" width=\"126\">Bananas</Label>\n                </PickerRow>\n                <PickerRow>\n                    <Label color=\"red\" textAlign=\"left\" width=\"126\">Strawberries</Label>\n                </PickerRow>\n                <PickerRow>\n                    <Label color=\"red\" textAlign=\"left\" width=\"126\">Mangos</Label>\n                </PickerRow>\n                <PickerRow>\n                    <Label color=\"red\" textAlign=\"left\" width=\"126\">Grapes</Label>\n                </PickerRow>\n            </PickerColumn>\n\n            <!-- Picker shorthand notation -->\n            <Column id=\"column2\">\n                <Row title=\"red\"/>\n                <Row title=\"green\"/>\n                <Row title=\"blue\"/>\n                <Row title=\"orange\"/>\n            </Column>\n        </Picker>\n    </Window>\n</Alloy>\n
\n

pickerrowexample.js:

\n
$.picker.setSelectedRow(0, 2, false);\n$.picker.setSelectedRow(1, 3, false);\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createPickerRow method to create a picker row control.

\n

Views added to picker rows is only supported on iOS.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the item text, as a color name or hex triplet.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "font", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Font", - "isClassProperty": false, - "description": "

Font to use for the item text.

" - }, - { - "name": "fontSize", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Font size for displaying item text. Ignored when using a custom view.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Item text.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

A view object.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child view to this picker row, to provide a custom row.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getColor", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the color property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getFont", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Font", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the font property.

" - }, - { - "name": "getFontSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the fontSize property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setColor", - "isInternal": false, - "parameters": [ - { - "name": "color", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the color property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setFont", - "isInternal": false, - "parameters": [ - { - "name": "font", - "usage": "required", - "type": "Font", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the font property.

" - }, - { - "name": "setFontSize", - "isInternal": false, - "parameters": [ - { - "name": "fontSize", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the fontSize property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "NotificationParams", - "description": "

Dictionary object of parameters used to create a notification using \nTitanium.App.iOS.scheduleLocalNotification.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "alertAction", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Alert button text ('View', by default) or slider text ('slide to unlock...', by default) \nto display.

" - }, - { - "name": "alertBody", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Alert message to display.

" - }, - { - "name": "alertLaunchImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image to display instead of Default.png when launching the application.

" - }, - { - "name": "badge", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Application badge value.

" - }, - { - "name": "date", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

Date and time for the notification to occur.

" - }, - { - "name": "repeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Interval to repeat the notification. One of weekly, daily, yearly, monthly.

" - }, - { - "name": "sound", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Path to the sound file to play when notification occurs, relative to the Resources folder.

" - }, - { - "name": "timezone", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Timezone of the date configured for the notification. If not set, the system timezone is used.

" - }, - { - "name": "userInfo", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Data to pass to the application with the notification event.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Database.ResultSet", - "description": "

The ResultSet instance returned by Titanium.Database.DB.execute.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

The following code will create a database and execute SQL statements that will create a \ntable, insert data into it, query the table and iterate through the returned\nResultSet.

\n
var db = Ti.Database.open('mydb1Installed');\ndb.execute('CREATE TABLE IF NOT EXISTS people (name TEXT, phone_number TEXT, city TEXT)');\ndb.execute('DELETE FROM people');\n\nvar thisName = 'Arthur';\nvar thisPhoneNo = '1-617-000-0000';\nvar thisCity = 'Mountain View';\ndb.execute('INSERT INTO people (name, phone_number, city) VALUES (?, ?, ?)', thisName, thisPhoneNo, thisCity);\n\nvar personArray = ['Paul','020 7000 0000', 'London'];\ndb.execute('INSERT INTO people (name, phone_number, city) VALUES (?, ?, ?)', personArray);\n\nvar rows = db.execute('SELECT rowid,name,phone_number,city FROM people');\n\nTi.API.info('Row count: ' + rows.rowCount);\nvar fieldCount;\n// fieldCount is a property on Android.\nif (Ti.Platform.name === 'android') {\n    fieldCount = rows.fieldCount;\n} else {\n    fieldCount = rows.fieldCount();\n}\nTi.API.info('Field count: ' + fieldCount);\n\nwhile (rows.isValidRow()){\n  Ti.API.info('Person ---> ROWID: ' + rows.fieldByName('rowid') + ', name:' + rows.field(1) + ', phone_number: ' + rows.fieldByName('phone_number') + ', city: ' + rows.field(3));\n  rows.next();\n}\nrows.close();\ndb.close();\n
\n

Note that the above SELECT query contains the rowid\nfield, which contains an SQLite-specific unique identifier for each row.

", - "name": "Using ResultSet" - } - ], - "remarks": [ - "

A result set represents the results returned by a database query.

\n

The rowCount property identifies the number of\nrows in the result set. The ResultSet object maintains an internal record of the \ncurrent row. As shown in the example, you can use the \nnext method to iterate through the rows in the set.

\n

Use the field or\nfieldByName methods to query the fields for\nthe current row.

\n

Platform Implementation Notes

\n

Note that fieldCount is exposed as a method on iOS, but as a property on\nAndroid. This is a known parity issue\n(TIMOB-2945).

\n

On the iOS platform, closing the database also closes the result set, that is,\nyou can only access the result set if the database is currently open.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "fieldCount", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of columns in this result set.

" - }, - { - "name": "rowCount", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of rows in this result set.

" - }, - { - "name": "validRow", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the current row is valid.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes this result set and release resources. Once closed, the result set must no longer \nbe used.

" - }, - { - "name": "field", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

A zero-based column index.

" - }, - { - "name": "type", - "usage": "optional", - "type": "Number", - "description": "

One of (Titanium.Database.FIELD_TYPE_STRING | Titanium.Database.FIELD_TYPE_INT | \nTitanium.Database.FIELD_TYPE_FLOAT | Titanium.Database.FIELD_TYPE_DOUBLE)

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Number", - "description": "" - }, - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves the value for the specified field in the current row, \nand casts it to the specified type (String, Integer, Float or Double.)

" - }, - { - "name": "fieldByName", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

A column name or alias used in the SQL query.

" - }, - { - "name": "type", - "usage": "optional", - "type": "Number", - "description": "

One of (Titanium.Database.FIELD_TYPE_STRING | Titanium.Database.FIELD_TYPE_INT | \nTitanium.Database.FIELD_TYPE_FLOAT | Titanium.Database.FIELD_TYPE_DOUBLE)

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Number", - "description": "" - }, - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves the value for the specified field in the current row, \nand casts it to the specified type (String, Integer, Float or Double.)

" - }, - { - "name": "fieldCount", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the number of columns in this result set.

" - }, - { - "name": "fieldName", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

A zero-based column index for the field.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the field name for the specified field index.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getFieldCount", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the fieldCount property.

" - }, - { - "name": "getFieldName", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

A zero-based column index for the field.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the field name for the specified field index.

" - }, - { - "name": "getRowCount", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rowCount property.

" - }, - { - "name": "getValidRow", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the validRow property.

" - }, - { - "name": "isValidRow", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns whether the current row is valid.

" - }, - { - "name": "next", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Advances to the next row in the result set and returns true if one exists, \nor false otherwise.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "EventsAuthorizationResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Network.TCPSocket", - "description": "

The TCPSocket instance returned from Titanium.Network.createTCPSocket. This object\nrepresents a socket which either listens locally on the device for connections,\nor connects to a remote machine.\n Deprecated since 1.7.0. USE Titanium.Network.Socket.TCP WHERE POSSIBLE.\n

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

Sockets are nontrivial; it is recommended that anyone using them be familiar with the basics of BSD sockets. All sockets use TCP connections, and are asynchronous for read operations, so your program should be ready to receive 'read' events at any point. Socket references cannot be transferred to socket objects, and vice-versa - socket references are an internal mechanism which is used only to determine which sockets to send data to and read data from. For listening sockets, it is highly recommended that you use the Titanium.Network.INADDR_ANY constant as the host name. If a window containing a socket is closed, the socket MUST be closed also unless you intend to continue to receive data, otherwise the socket will consume resources (and potentially cause conflicts with opening the window again, if a listener) until the program is restarted. Be aware of the differences between the listen() and connect() functions; attempting to use one when you mean the other may result in errors, unpredictable behavior, or both.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "hostName", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

the host name to connect to. Must be Titanium.Network.INADDR_ANY or an identifier for the local device in order to listen

" - }, - { - "name": "isValid", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

whether or not the socket is valid

" - }, - { - "name": "mode", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

the socket's mode

" - }, - { - "name": "port", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

the port to connect/listen on

" - }, - { - "name": "stripTerminator", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

strip terminating null character when sending string data; default is false

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

close the socket

" - }, - { - "name": "connect", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

connect the scocket to a TCP server

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getHostName", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hostName property.

" - }, - { - "name": "getIsValid", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the isValid property.

" - }, - { - "name": "getMode", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the mode property.

" - }, - { - "name": "getPort", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the port property.

" - }, - { - "name": "getStripTerminator", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the stripTerminator property.

" - }, - { - "name": "listen", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

set up the socket to receive connections

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setHostName", - "isInternal": false, - "parameters": [ - { - "name": "hostName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hostName property.

" - }, - { - "name": "setIsValid", - "isInternal": false, - "parameters": [ - { - "name": "isValid", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the isValid property.

" - }, - { - "name": "setMode", - "isInternal": false, - "parameters": [ - { - "name": "mode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the mode property.

" - }, - { - "name": "setPort", - "isInternal": false, - "parameters": [ - { - "name": "port", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the port property.

" - }, - { - "name": "setStripTerminator", - "isInternal": false, - "parameters": [ - { - "name": "stripTerminator", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the stripTerminator property.

" - }, - { - "name": "write", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "Object", - "description": "

either a string or blob object representing the data to be transferred

" - }, - { - "name": "sendTo", - "usage": "required", - "type": "Number", - "description": "

the socket reference to send the data to. Default is to send to all connected sockets

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

write data to the socket, if the mode is WRITE_MODE or READ_WRITE_MODE

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": true, - "events": [ - { - "name": "read", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "data", - "deprecated": false, - "type": "", - "description": "

a blob representing the data read, can be interpreted via toString

" - }, - { - "name": "from", - "deprecated": false, - "type": "", - "description": "

the reference for the socket that data was retrieved from

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

new data was read off the socket

" - }, - { - "name": "readError", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

Error message, if any returned. May be undefined.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates a successful operation. Returns false.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

an error occured when reading

" - }, - { - "name": "writeError", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

Error message, if any returned. May be undefined.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates a successful operation. Returns false.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

an error occured when writing

" - } - ] - }, - { - "name": "Titanium.XML.Comment", - "description": "

Represents the contents of an XML comment.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Implements the DOM Level 2 API on\nAndroid and iOS with some non-standard extensions. Exposes the \nDOM Level 3 API implementation on Mobile Web.

" - ], - "properties": [ - { - "name": "ATTRIBUTE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nAttr node.
\n

" - }, - { - "name": "CDATA_SECTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nCDATASection node.
\n

" - }, - { - "name": "COMMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nComment node.
\n

" - }, - { - "name": "DOCUMENT_FRAGMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentFragment node.
\n

" - }, - { - "name": "DOCUMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocument node.
\n

" - }, - { - "name": "DOCUMENT_TYPE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentType node.
\n

" - }, - { - "name": "ELEMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nElement node.
\n

" - }, - { - "name": "ENTITY_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntity node.
\n

" - }, - { - "name": "ENTITY_REFERENCE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntityReference node.
\n

" - }, - { - "name": "NOTATION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nNotation node.
\n

" - }, - { - "name": "PROCESSING_INSTRUCTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nProcessingInstruction node.
\n

" - }, - { - "name": "TEXT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nText node.
\n

" - }, - { - "name": "attributes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A map of this node's attributes.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "childNodes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NodeList", - "isClassProperty": false, - "description": "

A Titanium.XML.NodeList of this node's children.

" - }, - { - "name": "data", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The character data of the node that implements this interface. Throws an exception during setting if this node is readonly.

" - }, - { - "name": "firstChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's first child.

" - }, - { - "name": "lastChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's last child.

" - }, - { - "name": "length", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of characters that are available through data and the substringData method. This may have the value zero, i.e., Titanium.XML.CharacterData may be empty.

" - }, - { - "name": "localName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local part of the qualified name of this node.

" - }, - { - "name": "namespaceURI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace URI of this node.

" - }, - { - "name": "nextSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's next sibling.

" - }, - { - "name": "nodeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this node.

" - }, - { - "name": "nodeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

This node's type. One of ELEMENT_NODE, ATTRIBUTE_NODE, TEXT_NODE, CDATA_SECTION_NODE,\nENTITY_REFERENCE_NODE, ENTITY_NODE, PROCESSING_INSTRUCTION_NODE, COMMENT_NODE,\nDOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE, NOTATION_NODE.

" - }, - { - "name": "nodeValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of this node.

" - }, - { - "name": "ownerDocument", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

This node's owning document.

" - }, - { - "name": "parentNode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's parent node.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace prefix of this node.

" - }, - { - "name": "previousSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's previous sibling.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.\n Deprecated since 2.0.0. Use textContent instead.

" - }, - { - "name": "textContent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "appendChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Newly-appended node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the node newChild as a child of this node.

" - }, - { - "name": "appendData", - "isInternal": false, - "parameters": [ - { - "name": "arg", - "usage": "required", - "type": "String", - "description": "

The string to append.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Append the string to the end of the character data of the node. Upon success, data provides access to the concatenation of data and the string specified. Throws an exception if this node is readonly.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cloneNode", - "isInternal": false, - "parameters": [ - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

Whether or not to perform a deep copy of this node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Cloned node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a duplicate of this node.

" - }, - { - "name": "deleteData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The offset from which to start removing.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

The number of characters to delete. If the sum of offset and count exceeds length then all characters from offset to the end of the data are deleted.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Remove a range of characters from the node. Upon success, data and length reflect the change. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the attributes property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the childNodes property.

" - }, - { - "name": "getData", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the data property.

" - }, - { - "name": "getFirstChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstChild property.

" - }, - { - "name": "getLastChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastChild property.

" - }, - { - "name": "getLength", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the length property.

" - }, - { - "name": "getLocalName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the localName property.

" - }, - { - "name": "getNamespaceURI", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the namespaceURI property.

" - }, - { - "name": "getNextSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nextSibling property.

" - }, - { - "name": "getNodeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeName property.

" - }, - { - "name": "getNodeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeType property.

" - }, - { - "name": "getNodeValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeValue property.

" - }, - { - "name": "getOwnerDocument", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerDocument property.

" - }, - { - "name": "getParentNode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the parentNode property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getPreviousSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the previousSibling property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property. Deprecated since 2.0.0.

" - }, - { - "name": "getTextContent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textContent property.

" - }, - { - "name": "hasAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has attributes, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has attributes.

" - }, - { - "name": "hasChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has children, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has child nodes.

" - }, - { - "name": "insertBefore", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert.

" - }, - { - "name": "refChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert newChild before.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The inserted node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts the node newChild before the node refChild.

" - }, - { - "name": "insertData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The character offset at which to insert.

" - }, - { - "name": "arg", - "usage": "required", - "type": "String", - "description": "

The string to insert.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Insert a string at the specified offset. Throws an exception if this node is readonly, if offset is negative, or if offset is beyond the data's length.

" - }, - { - "name": "isSupported", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

Name of the feature.

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

Version number of the feature.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if the feature is supported, false if it is not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tests whether the DOM implementation supports a specific feature.

" - }, - { - "name": "normalize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Normalizes text and attribute nodes in this node's child hierarchy.

" - }, - { - "name": "removeChild", - "isInternal": false, - "parameters": [ - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child node from this node.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node.

" - }, - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node being replaced.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces the node oldChild with the node newChild.

" - }, - { - "name": "replaceData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The offset from which to start replacing.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

The number of characters to replace. If the sum of offset and count exceeds length, then all characters to the end of the data are replaced; (i.e., the effect is the same as a remove method call with the same range, followed by an append method invocation).

" - }, - { - "name": "arg", - "usage": "required", - "type": "String", - "description": "

The string with which the range must be replaced.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replace the characters starting at the specified offset with the specified string. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setData", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the data property.

" - }, - { - "name": "setLocalName", - "isInternal": false, - "parameters": [ - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the localName property.

" - }, - { - "name": "setNodeValue", - "isInternal": false, - "parameters": [ - { - "name": "nodeValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nodeValue property.

" - }, - { - "name": "setPrefix", - "isInternal": false, - "parameters": [ - { - "name": "prefix", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prefix property.

" - }, - { - "name": "substringData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

Start offset of substring to extract.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

The number of characters units to extract.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

The specified substring. If the sum of offset and count exceeds the length, then all 16-bit units to the end of the data are returned.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Extracts a range of data from the node. Throws an exception if offset is negative, offset is beyond the data's length, or if count is negative.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.ProgressBarStyle", - "description": "

A set of constants for the bar styles used on the style property of Titanium.UI.ProgressBar.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "BAR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The style of progress view that is used in a toolbar.

" - }, - { - "name": "DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

he standard progress-view style. This is the default.

" - }, - { - "name": "PLAIN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The standard progress-view style. Same as DEFAULT.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "PlayerQueue", - "description": "

A simple object for specifying a queue of media items.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "items", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

An array of media items.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud.PushNotifications", - "description": "

Provides methods for accessing ACS push notification channels.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

This example subscribes to a push notification channel and checks the response.

\n
Cloud.PushNotifications.subscribe({\n    channel: 'friend_request',\n    device_token: myPushDeviceToken\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Subscribe to Channel" - }, - { - "code": "

This example unsubscribes from a push notification channel and checks the response.

\n
Cloud.PushNotifications.unsubscribe({\n    channel: 'friend_request',\n    device_token: myPushDeviceToken\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Unsubscribe to Channel" - }, - { - "code": "

This example sends a push notification to a channel and checks the response.

\n
Cloud.PushNotifications.notify({\n    channel: 'friend_request',\n    payload: 'Welcome to push notifications'\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Notify Channel" - } - ], - "remarks": [ - "

Please refer to configure push notifications for iOS\nand configure push notifications for Android \nto set up your app for push notifications. To receive push notifications on Android, please \nrefer to the Titanium.CloudPush module.

\n

The methods in this module are used to subscribe and unsubscribe from ACS push notification \nchannels, and to generate ACS push notifications. Push notifications are received using \nplatform-specific mechanisms:

\n\n

To register for push notifications, you need to obtain an application-specific device\ntoken. To obtain a device token:

\n" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "notify", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Send a push notification to a channel.

" - }, - { - "name": "notifyTokens", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Send a push notification to a channel to the specified devices.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "subscribe", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Subscribe a mobile device to a push notification channel.

" - }, - { - "name": "subscribeToken", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Subscribe a mobile device to a push notification channel using a device token.

" - }, - { - "name": "unsubscribe", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Unsubscribe a mobile device from a push notification channel.

" - }, - { - "name": "unsubscribeToken", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Unsubscribe a mobile device from a push notification channel using a device token.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "openWindowParams", - "description": "

Dictionary of options for the Titanium.UI.Window.open method.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "activityEnterAnimation", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

var win2 = Ti.UI.createWindow({fullscreen:false});\nwin2.open({\n activityEnterAnimation: Ti.Android.R.anim.slide_in_left,\n activityExitAnimation: Ti.Android.R.anim.slide_out_right\n});

", - "name": "Sliding in a new Window" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Animation resource to run on the activity (heavyweight window) being opened.

" - }, - { - "name": "activityExitAnimation", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Animation resource to run on the activity that is being put in background as a heavyweight window is being opened above it.

" - }, - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to use an animated effect when the window is shown.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's bottom position, in platform-specific units.

" - }, - { - "name": "fullscreen", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the window is fullscreen.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's height, in platform-specific units.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's left position, in platform-specific units.

" - }, - { - "name": "modal", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to open the window modal in front of other windows.

" - }, - { - "name": "modalStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Presentation style of this modal window.

" - }, - { - "name": "modalTransitionStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Transition style of this modal window.

" - }, - { - "name": "navBarHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

For modal windows, hides the nav bar (true) or shows the nav bar (false).

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's right position, in platform-specific units.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's top position, in platform-specific units.

" - }, - { - "name": "transition", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Transition style of this non-modal window.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's width, in platform-specific units.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Calendar.RecurrenceRule", - "description": "

An object that is used to describe the recurrence pattern for a recurring event.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "calendarID", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Identifier for the recurrence rule's calendar.

" - }, - { - "name": "daysOfTheMonth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

The days of the month that the event occurs, as an array of number objects. \nValues can be from 1 to 31 and from -1 to -31. This parameter is only valid for \nrecurrence rules of type \nRECURRENCEFREQUENCY_MONTHLY.

" - }, - { - "name": "daysOfTheWeek", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "daysOfTheWeekDictionary", - "isClassProperty": false, - "description": "

The days of the week that the event occurs, as an Dictionay of daysOfWeek and Week.

" - }, - { - "name": "daysOfTheYear", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

The days of the year that the event occurs, as an array of number objects. \nValues can be from 1 to 366 and from -1 to -366. This parameter is only valid for \nrecurrence rules of type RECURRENCEFREQUENCY_YEARLY.

" - }, - { - "name": "end", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "recurrenceEndDictionary", - "isClassProperty": false, - "description": "

End of a recurrence rule.

" - }, - { - "name": "frequency", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Frequency of the recurrence rule.

\n

Can be RECURRENCEFREQUENCY_DAILY, \nRECURRENCEFREQUENCY_WEEKLY, \nRECURRENCEFREQUENCY_MONTHLY, or \nRECURRENCEFREQUENCY_YEARLY.

" - }, - { - "name": "interval", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The interval between instances of this recurrence. For example, a weekly \nrecurrence rule with an interval of 2 occurs every other week. Must be greater than 0.

" - }, - { - "name": "monthsOfTheYear", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

The months of the year that the event occurs, as an array of Number objects. \nValues can be from 1 to 12. This parameter is only valid for recurrence rules of \ntype RECURRENCEFREQUENCY_YEARLY.

" - }, - { - "name": "setPositions", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

An array of ordinal numbers that filters which recurrences to include in the \nrecurrence rule's frequency. For example, a yearly recurrence rule that has a \ndaysOfTheWeek value that specifies \nMonday through Friday, and a setPositions array containing 2 and -1, occurs only \non the second weekday and last weekday of every year.

" - }, - { - "name": "weeksOfTheYear", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

The weeks of the year that the event occurs, as an array of number objects. \nValues can be from 1 to 53 and from -1 to -53. This parameter is only valid for \nrecurrence rules of type RECURRENCEFREQUENCY_YEARLY.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCalendarID", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the calendarID property.

" - }, - { - "name": "getDaysOfTheMonth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the daysOfTheMonth property.

" - }, - { - "name": "getDaysOfTheWeek", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "daysOfTheWeekDictionary", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the daysOfTheWeek property.

" - }, - { - "name": "getDaysOfTheYear", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the daysOfTheYear property.

" - }, - { - "name": "getEnd", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "recurrenceEndDictionary", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the end property.

" - }, - { - "name": "getFrequency", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the frequency property.

" - }, - { - "name": "getInterval", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the interval property.

" - }, - { - "name": "getMonthsOfTheYear", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the monthsOfTheYear property.

" - }, - { - "name": "getSetPositions", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the setPositions property.

" - }, - { - "name": "getWeeksOfTheYear", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the weeksOfTheYear property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.ProgressBar", - "description": "

A progress bar.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

In this example we create a progress bar with the min value of 0 and the max value \nof 10 and the current value of 0. Changing the value property causes the \ndisplayed progress bar to update.

\n
var pb=Titanium.UI.createProgressBar({\n    top:10,\n    width:250,\n    height:'auto',\n    min:0,\n    max:10,\n    value:0,\n    color:'#fff',\n    message:'Downloading 0 of 10',\n    font:{fontSize:14, fontWeight:'bold'},\n    style:Titanium.UI.iPhone.ProgressBarStyle.PLAIN,\n});\nwin.add(pb);\npb.show();\n
", - "name": "Simple Progress Bar" - }, - { - "code": "

Previous example as an Alloy view.

\n

progressbarexample.xml:

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\">\n        <ProgressBar id=\"pb\" top=\"10\" width=\"250\" height=\"auto\" min=\"0\" max=\"10\" value=\"0\" color=\"#fff\" message=\"Downloading 0 of 10\" />\n    </Window>\n</Alloy>\n
\n

progressbarexample.js:

\n
$.pb.show();\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

A progress bar is used for displaying an ongoing activity with a defined progression. \nFor an activity without a defined progression, you can use Titanium.UI.ActivityIndicator.

\n

Unlike most views, progress bars are hidden by default, so you must explicitly \nshow the progress bar.

\n

Use the Titanium.UI.createProgressBar method to create a progress bar.

\n

Android Platform Notes

\n

In SDK 3.0, use Titanium.UI.Android.ProgressIndicator to display a progress indicator \nin a modal dialog or window title bar. Use ProgressBar to display the progress bar inside\nanother view.

\n

iOS Platform Notes

\n

On iOS, to display the progress bar in the window title bar, assign the progress bar object\nto the window's titleControl property.\nMake sure the window is modal and not full screen, and that the navigation bar is not hidden.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the progress bar text, as a color name or hex triplet.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the view is enabled or disabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "font", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Font", - "isClassProperty": false, - "description": "

Font for the progress bar text.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "max", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Maximum value of the progress bar.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Progress bar text.

" - }, - { - "name": "min", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Minimum value of the progress bar.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "style", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the progress bar.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "value", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current value of the progress bar.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the color property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getFont", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Font", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the font property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getMax", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the max property.

" - }, - { - "name": "getMessage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the message property.

" - }, - { - "name": "getMin", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the min property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the style property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the value property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setColor", - "isInternal": false, - "parameters": [ - { - "name": "color", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the color property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setFont", - "isInternal": false, - "parameters": [ - { - "name": "font", - "usage": "required", - "type": "Font", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the font property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setMax", - "isInternal": false, - "parameters": [ - { - "name": "max", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the max property.

" - }, - { - "name": "setMessage", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the message property.

" - }, - { - "name": "setMin", - "isInternal": false, - "parameters": [ - { - "name": "min", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the min property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setStyle", - "isInternal": false, - "parameters": [ - { - "name": "style", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the style property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setValue", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the value property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Global.String", - "description": "

The JavaScript built-in String type.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

This module contains Titanium-only extensions for formatting data into locale-specific strings. \nThe target locale is configured by the user in the device's system Settings.

" - ], - "properties": [], - "functions": [ - { - "name": "format", - "isInternal": false, - "parameters": [ - { - "name": "formatString", - "usage": "required", - "type": "String", - "description": "

An IEEE printf-style string, containing zero or more conversion specifications.

" - }, - { - "name": "value", - "usage": "one-or-more", - "type": "String", - "description": "

Values to substitute into the formatString. The method expects a variable number\nof value arugments, one for each % conversion specification in the format\nstring. Optional on Android.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

Formatted string.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Formats a string using printf-style substitution.

" - }, - { - "name": "formatCurrency", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "Number", - "description": "

Currency value.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

Formatted, localized string.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Formats a number into the currency format, including currency symbol, of the locale \nconfigured for the system.

" - }, - { - "name": "formatDate", - "isInternal": false, - "parameters": [ - { - "name": "date", - "usage": "required", - "type": "Date", - "description": "

Date to format.

" - }, - { - "name": "format", - "usage": "optional", - "type": "String", - "description": "

Date format to use. One of 'short', 'medium', or 'long'.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

Formatted, localized string.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Formats a date into the date format of the locale configured for the system.

" - }, - { - "name": "formatDecimal", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "Number", - "description": "

Value to format.

" - }, - { - "name": "locale", - "usage": "optional", - "type": "String", - "description": "

Locale string. For example, en-US for US English.

" - }, - { - "name": "pattern", - "usage": "optional", - "type": "String", - "description": "

Format pattern.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

String representation of the specified number, using a locale-specific decimal symbol, \nif required.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Formats a number into the decimal format, including decimal symbol, of the locale \nconfigured for the system.

" - }, - { - "name": "formatTime", - "isInternal": false, - "parameters": [ - { - "name": "date", - "usage": "required", - "type": "Date", - "description": "

Date to format.

" - }, - { - "name": "format", - "usage": "optional", - "type": "String", - "description": "

Date format to use. One of 'short', 'medium', or 'long' (iOS only.)

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

Formatted, localized string.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Formats a date into the time format of the locale configured for the system.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CoverFlowImageType", - "description": "

Simple object for defining a single image in a cover flow view.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

If supplied, the width and height values must be exact values, not 'auto'.

\n

If the size specified is different to the size of the image, the image is cropped and/or scaled \nto fit the specified size.

" - ], - "properties": [ - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Display height of the image, in Apple points.

" - }, - { - "name": "image", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image to use, as a local file URL, Blob, or File.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Display width for the image, in Apple points.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium", - "description": "

The top-level Titanium module.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The Titanium module provides the Titanium Mobile API, allowing developers to access native \nfeatures of each target environment. Currently, the Android, iOS and Mobile Web (beta) \nenvironments are supported.

\n

Titanium Namespace

\n

The complete Titanium API is accessible from the Titanium namespace but, for convenience and \nbrevity, the alias Ti is also provided. As the Titanium namespace is functionally-identical \nto its Ti alias, it is always recommended to use Ti in your code.

\n

For example, the following pairs of Titanium calls behave exactly the same.

\n
Titanium.API.info('Hello Titanium!');\nTi.API.info('Hello Titanium!');\n\nTitanium.Utils.sha256('Hello Titanium!');\nTi.Utils.sha256('Hello Titanium!');\n\nTitanium.App.Properties.setString('hello_msg','Hello Titanium!');\nTi.App.Properties.setString('hello_msg','Hello Titanium!');\n\nTitanium.Database.open('mydb');\nTi.Database.open('mydb');\n
\n

Global APIs

\n

Titanium includes a number of built-in JavaScript objects that are not part of the Titanium \nnamespace, including JSON parsing, String formatting, timers, and the CommonJS require function. \nSee Global APIs for details.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "buildDate", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Date of the Titanium build.

" - }, - { - "name": "buildHash", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Git hash of the Titanium build.

" - }, - { - "name": "userAgent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

User-agent string used by Titanium.

" - }, - { - "name": "version", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Version of Titanium that is executing.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createBuffer", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "CreateBufferArgs", - "description": "

creation arguments

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Buffer", - "description": "

The new buffer.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

var buffer = Ti.createBuffer({ length: 1024 });

", - "name": "Create a buffer with 1K bytes" - }, - { - "code": "

Create a buffer with the string \"hello world\" encoded in UTF-8

\n
var buffer = Ti.createBuffer({ value: \"hello world\" });\n
", - "name": "Create a buffer with string" - }, - { - "code": "

Create a buffer with the encoded value of the double-precision floating point \nnumber 1.234567 in Big Endian (network) byte order

\n
var buffer = Ti.createBuffer({ value: 1.234567, type: Ti.Codec.TYPE_DOUBLE, byteOrder: Ti.Codec.BIG_ENDIAN });\n
", - "name": "Create a buffer with encoded float" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a new buffer based on the params.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getBuildDate", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the buildDate property.

" - }, - { - "name": "getBuildHash", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the buildHash property.

" - }, - { - "name": "getUserAgent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the userAgent property.

" - }, - { - "name": "getVersion", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the version property.

" - }, - { - "name": "include", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Filename(s) to include.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Includes JavaScript code from one or more files.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setUserAgent", - "isInternal": false, - "parameters": [ - { - "name": "userAgent", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the userAgent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "CloudPhotosResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "photos", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of photos objects, if any exist.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.TableViewSeparatorStyle", - "description": "

A set of constants for the style that can be used for the separatorStyle property of \nTitanium.UI.TableView.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The separator cell has no distinct style.

" - }, - { - "name": "SINGLE_LINE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The separator cell has a single line running across its width. This is the default value.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.ScrollableView", - "description": "

A view that encapsulates a horizontally-scrolling set of child views, known as pages, navigable \nusing its built-in horizontal swipe gestures.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

Create three views and assign them as pages to a scrollable view.

\n
var win = Ti.UI.createWindow();\n\nvar view1 = Ti.UI.createView({ backgroundColor:'#123' });\nvar view2 = Ti.UI.createView({ backgroundColor:'#246' });\nvar view3 = Ti.UI.createView({ backgroundColor:'#48b' });\n\nvar scrollableView = Ti.UI.createScrollableView({\n  views:[view1,view2,view3],\n  showPagingControl:true\n});\n\nwin.add(scrollableView);\nwin.open();\n
", - "name": "Simple Scrollable View with 3 Views" - }, - { - "code": "

Create two scroll views, each containing an image view, and assign them as pages to a \nscrollable view.

\n
var img1 = Ti.UI.createImageView({\n    image:'http://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/' +\n    'Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg/' +\n    '402px-Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg'\n});\nvar img1Wrapper = Ti.UI.createScrollView({\n    maxZoomScale:4.0,\n});\nimg1Wrapper.add(img1);\n\nvar img2 = Ti.UI.createImageView({\n    image:'http://www.nasa.gov/images/content/' + \n    '616903main_rover_comparison1600_1600-1200.jpg'\n});\nvar img2Wrapper = Ti.UI.createScrollView({\n    maxZoomScale:4.0,\n});\nimg2Wrapper.add(img2);\nvar photosView = Ti.UI.createScrollableView({\n    showPagingControl:true,\n    views:[img1Wrapper, img2Wrapper]\n});\nwin.add(photosView);\n
", - "name": "Simple Scrollable View with 2 Zoomable Images" - }, - { - "code": "

First example as an Alloy view.

\n
<Alloy>\n    <Window id=\"win\">\n        <ScrollableView id=\"scrollableView\" showPagingControl=\"true\">\n            <View id=\"view1\" backgroundColor=\"#123\" />\n            <View id=\"view2\" backgroundColor=\"#246\" />\n            <View id=\"view3\" backgroundColor=\"#48b\" />\n        </ScrollableView>\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createScrollableView method to create a scrollable view.

\n

The ScrollableView supports an on-screen paging control to indicate whether a previous or next \npage exists. When the paging control is enabled on iOS or Mobile Web, by default it appears as \nsmall dots on the bottom of the screen, whereas Android displays arrows on the left and \nright-hand sides.

\n

Only the scroll event exists for the ScrollableView on Android. To support others, child \nviews may be added to pages, and event listeners added to these views instead of the pages \nthemselves.

\n

In a previous Titanium version for iOS, the maxZoomScale and minZoomScale properties were \nremoved for performance and parity reasons. As they still remain in Titanium.UI.ScrollView, \nthe equivalent functionality may be obtained by adding a ScrollView to ScrollableView. See \nthe \"Simple Scrollable View with 2 Zoomable Images\" example for a demonstration.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "cacheSize", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of pages to cache (pre-render).

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "clipViews", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the previous and next pages are clipped, so that they are not visible \nadjacent to the current page.

" - }, - { - "name": "currentPage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index of the active page.

" - }, - { - "name": "disableBounce", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether page bouncing effect is disabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "hitRect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

Sets the region where this view responds to gestures.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "overScrollMode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

One of Titanium.UI.Android.OVER_SCROLL_ALWAYS, Titanium.UI.Android.OVER_SCROLL_IF_CONTENT_SCROLLS, or Titanium.UI.Android.OVER_SCROLL_NEVER.

" - }, - { - "name": "overlayEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the paging control is added as an overlay to the view.

" - }, - { - "name": "pagingControlAlpha", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Alpha value of the paging control.

" - }, - { - "name": "pagingControlColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the paging control, as a color name or hex triplet.

" - }, - { - "name": "pagingControlHeight", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Height of the paging control, in pixels.

" - }, - { - "name": "pagingControlOnTop", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the paging control is displayed at the top or bottom of the view.

" - }, - { - "name": "pagingControlTimeout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of milliseconds to wait before hiding the paging control.

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "scrollingEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether scrolling is enabled for the view.

" - }, - { - "name": "showPagingControl", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the paging control is visible.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "views", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Sets the pages within this Scrollable View.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "addView", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

The page to add.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a new page to this Scrollable View.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCacheSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the cacheSize property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getClipViews", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the clipViews property.

" - }, - { - "name": "getCurrentPage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the currentPage property.

" - }, - { - "name": "getDisableBounce", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the disableBounce property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHitRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hitRect property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getOverScrollMode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the overScrollMode property.

" - }, - { - "name": "getOverlayEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the overlayEnabled property.

" - }, - { - "name": "getPagingControlAlpha", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the pagingControlAlpha property.

" - }, - { - "name": "getPagingControlColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the pagingControlColor property.

" - }, - { - "name": "getPagingControlHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the pagingControlHeight property.

" - }, - { - "name": "getPagingControlOnTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the pagingControlOnTop property.

" - }, - { - "name": "getPagingControlTimeout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the pagingControlTimeout property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getScrollingEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scrollingEnabled property.

" - }, - { - "name": "getShowPagingControl", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showPagingControl property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getViews", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the views property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "moveNext", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the current page to the next consecutive page in Titanium.UI.ScrollableView.views.

" - }, - { - "name": "movePrevious", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the current page to the previous consecutive page in Titanium.UI.ScrollableView.views.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "removeView", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Number", - "description": "

A Titanium.UI.View object (all platforms) or integer index (iPhone, iPad only) of \na page to remove.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes an existing page from this Scrollable View.

" - }, - { - "name": "scrollToView", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Number", - "description": "

An integer index or Titanium.UI.View object to set as the current page.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Scrolls to the specified page in Titanium.UI.ScrollableView.views.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCacheSize", - "isInternal": false, - "parameters": [ - { - "name": "cacheSize", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the cacheSize property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setCurrentPage", - "isInternal": false, - "parameters": [ - { - "name": "currentPage", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the currentPage property.

" - }, - { - "name": "setDisableBounce", - "isInternal": false, - "parameters": [ - { - "name": "disableBounce", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the disableBounce property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHitRect", - "isInternal": false, - "parameters": [ - { - "name": "hitRect", - "usage": "required", - "type": "Dimension", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hitRect property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setOverScrollMode", - "isInternal": false, - "parameters": [ - { - "name": "overScrollMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the overScrollMode property.

" - }, - { - "name": "setOverlayEnabled", - "isInternal": false, - "parameters": [ - { - "name": "overlayEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the overlayEnabled property.

" - }, - { - "name": "setPagingControlAlpha", - "isInternal": false, - "parameters": [ - { - "name": "pagingControlAlpha", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the pagingControlAlpha property.

" - }, - { - "name": "setPagingControlColor", - "isInternal": false, - "parameters": [ - { - "name": "pagingControlColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the pagingControlColor property.

" - }, - { - "name": "setPagingControlHeight", - "isInternal": false, - "parameters": [ - { - "name": "pagingControlHeight", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the pagingControlHeight property.

" - }, - { - "name": "setPagingControlOnTop", - "isInternal": false, - "parameters": [ - { - "name": "pagingControlOnTop", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the pagingControlOnTop property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setScrollingEnabled", - "isInternal": false, - "parameters": [ - { - "name": "scrollingEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scrollingEnabled property.

" - }, - { - "name": "setShowPagingControl", - "isInternal": false, - "parameters": [ - { - "name": "showPagingControl", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showPagingControl property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setViews", - "isInternal": false, - "parameters": [ - { - "name": "views", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the views property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": true, - "events": [ - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against this page.

" - }, - { - "name": "dragEnd", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "currentPage", - "deprecated": false, - "type": "Number", - "description": "

Index of the currently visible view of Titanium.UI.ScrollableView.views.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "view", - "deprecated": false, - "type": "Titanium.UI.View", - "description": "

The currently visible view.

" - } - ], - "description": "

Fired when the scrolling drag gesture on the view has been completed. Deprecated since 3.0.0. Renamed to dragend (all lowercase).

" - }, - { - "name": "dragStart", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the scrollable region starts being dragged. Deprecated since 3.0.0. Renamed to dragstart (all lowercase).

" - }, - { - "name": "dragend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "currentPage", - "deprecated": false, - "type": "Number", - "description": "

Index of the currently visible view of Titanium.UI.ScrollableView.views.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "view", - "deprecated": false, - "type": "Titanium.UI.View", - "description": "

The currently visible view.

" - } - ], - "description": "

Fired when the scrolling drag gesture on the view has been completed.

" - }, - { - "name": "dragstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the scrollable region starts being dragged.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press against this view.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "scroll", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "currentPage", - "deprecated": false, - "type": "Number", - "description": "

Index of the currently visible view of Titanium.UI.ScrollableView.views.

" - }, - { - "name": "currentPageAsFloat", - "deprecated": false, - "type": "Number", - "description": "

Current page index that the view is scrolled to as a float. For\nexample, if the user is holding the ScrollableView in between\nthe first and second page, this will have a value of 0.5.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "view", - "deprecated": false, - "type": "Titanium.UI.View", - "description": "

The currently visible view.

" - } - ], - "description": "

Fired repeatedly as the view is being scrolled.

" - }, - { - "name": "scrollEnd", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "currentPage", - "deprecated": false, - "type": "Number", - "description": "

Index of the currently visible view of Titanium.UI.ScrollableView.views.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "view", - "deprecated": false, - "type": "Titanium.UI.View", - "description": "

The currently visible view.

" - } - ], - "description": "

Fired when the view has stopped moving completely. Deprecated since 3.0.0. Renamed to scrollend (all lowercase).

" - }, - { - "name": "scrollend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "currentPage", - "deprecated": false, - "type": "Number", - "description": "

Index of the currently visible view of Titanium.UI.ScrollableView.views.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "view", - "deprecated": false, - "type": "Titanium.UI.View", - "description": "

The currently visible view.

" - } - ], - "description": "

Fired when the view has stopped moving completely.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against this view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch gesture is interrupted by the device.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture against this view.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "PushNotificationConfig", - "description": "

Simple object for specifying push notification options to\nregisterForPushNotifications.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "callback", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback function invoked upon receiving a new push notification.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback function called when an error occurs during registration.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback function called when the push registration is successfully completed.

" - }, - { - "name": "types", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of NOTIFICATION_TYPE constants that the application would like to receive.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.XML.Attr", - "description": "

Represents an attribute of an Element.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Implements the DOM Level 2 API on\nAndroid and iOS. Exposes the \nDOM Level 3 API implementation on Mobile Web.

" - ], - "properties": [ - { - "name": "ATTRIBUTE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nAttr node.
\n

" - }, - { - "name": "CDATA_SECTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nCDATASection node.
\n

" - }, - { - "name": "COMMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nComment node.
\n

" - }, - { - "name": "DOCUMENT_FRAGMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentFragment node.
\n

" - }, - { - "name": "DOCUMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocument node.
\n

" - }, - { - "name": "DOCUMENT_TYPE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentType node.
\n

" - }, - { - "name": "ELEMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nElement node.
\n

" - }, - { - "name": "ENTITY_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntity node.
\n

" - }, - { - "name": "ENTITY_REFERENCE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntityReference node.
\n

" - }, - { - "name": "NOTATION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nNotation node.
\n

" - }, - { - "name": "PROCESSING_INSTRUCTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nProcessingInstruction node.
\n

" - }, - { - "name": "TEXT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nText node.
\n

" - }, - { - "name": "attributes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A map of this node's attributes.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "childNodes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NodeList", - "isClassProperty": false, - "description": "

A Titanium.XML.NodeList of this node's children.

" - }, - { - "name": "firstChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's first child.

" - }, - { - "name": "lastChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's last child.

" - }, - { - "name": "localName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local part of the qualified name of this node.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Attribute name

" - }, - { - "name": "namespaceURI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace URI of this node.

" - }, - { - "name": "nextSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's next sibling.

" - }, - { - "name": "nodeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this node.

" - }, - { - "name": "nodeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

This node's type. One of ELEMENT_NODE, ATTRIBUTE_NODE, TEXT_NODE, CDATA_SECTION_NODE,\nENTITY_REFERENCE_NODE, ENTITY_NODE, PROCESSING_INSTRUCTION_NODE, COMMENT_NODE,\nDOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE, NOTATION_NODE.

" - }, - { - "name": "nodeValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of this node.

" - }, - { - "name": "ownerDocument", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

This node's owning document.

" - }, - { - "name": "ownerElement", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Element", - "isClassProperty": false, - "description": "

The Titanium.XML.Element to which the attribute belongs.

" - }, - { - "name": "parentNode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's parent node.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace prefix of this node.

" - }, - { - "name": "previousSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's previous sibling.

" - }, - { - "name": "specified", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

True if this attribute was explicitly given a value in the instance document, false otherwise.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.\n Deprecated since 2.0.0. Use textContent instead.

" - }, - { - "name": "textContent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.

" - }, - { - "name": "value", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The attribute value as a string.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "appendChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Newly-appended node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the node newChild as a child of this node.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cloneNode", - "isInternal": false, - "parameters": [ - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

Whether or not to perform a deep copy of this node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Cloned node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a duplicate of this node.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the attributes property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the childNodes property.

" - }, - { - "name": "getFirstChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstChild property.

" - }, - { - "name": "getLastChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastChild property.

" - }, - { - "name": "getLocalName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the localName property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "getNamespaceURI", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the namespaceURI property.

" - }, - { - "name": "getNextSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nextSibling property.

" - }, - { - "name": "getNodeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeName property.

" - }, - { - "name": "getNodeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeType property.

" - }, - { - "name": "getNodeValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeValue property.

" - }, - { - "name": "getOwnerDocument", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerDocument property.

" - }, - { - "name": "getOwnerElement", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Element", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerElement property.

" - }, - { - "name": "getParentNode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the parentNode property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getPreviousSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the previousSibling property.

" - }, - { - "name": "getSpecified", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the specified property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property. Deprecated since 2.0.0.

" - }, - { - "name": "getTextContent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textContent property.

" - }, - { - "name": "getValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the value property.

" - }, - { - "name": "hasAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has attributes, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has attributes.

" - }, - { - "name": "hasChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has children, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has child nodes.

" - }, - { - "name": "insertBefore", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert.

" - }, - { - "name": "refChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert newChild before.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The inserted node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts the node newChild before the node refChild.

" - }, - { - "name": "isSupported", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

Name of the feature.

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

Version number of the feature.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if the feature is supported, false if it is not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tests whether the DOM implementation supports a specific feature.

" - }, - { - "name": "normalize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Normalizes text and attribute nodes in this node's child hierarchy.

" - }, - { - "name": "removeChild", - "isInternal": false, - "parameters": [ - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child node from this node.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node.

" - }, - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node being replaced.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces the node oldChild with the node newChild.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setLocalName", - "isInternal": false, - "parameters": [ - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the localName property.

" - }, - { - "name": "setNodeValue", - "isInternal": false, - "parameters": [ - { - "name": "nodeValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nodeValue property.

" - }, - { - "name": "setPrefix", - "isInternal": false, - "parameters": [ - { - "name": "prefix", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prefix property.

" - }, - { - "name": "setValue", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the value property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Cloud.SocialIntegrations", - "description": "

Provides methods for access ACS social integrations.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example logs a user in using an external account and checks the response

\n
Cloud.SocialIntegrations.externalAccountLogin({\n    type: 'facebook',\n    token: Ti.Facebook.accessToken\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Log in External Account" - }, - { - "code": "

This example links an external account and checks the response

\n
Cloud.SocialIntegrations.externalAccountLink({\n    type: 'facebook',\n    token: Ti.Facebook.accessToken\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Link in External Account" - }, - { - "code": "

This example retrieves a list of Facebook Friends and checks the response

\n
Cloud.SocialIntegrations.searchFacebookFriends(function (e){\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.users.length);\n        for (var i = 0; i < e.users.length; i++) {\n            var user = e.users[i];\n            alert('id: ' + user.id + '\\n' +\n                'first name: ' + user.first_name + '\\n' +\n                'last name: ' + user.last_name);\n         }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Search for Facebook Friends" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "externalAccountLink", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Associate an external account with an existing ACS user account.

" - }, - { - "name": "externalAccountLogin", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Login to ACS using an external account such as Facebook, Twitter,LinkedIn, etc.

" - }, - { - "name": "externalAccountUnlink", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Disassociate an external account from a ACS user account.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "searchFacebookFriends", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a list of the current user's Facebook friends who are also using this application.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.iPad.SplitWindow", - "description": "

A SplitWindow is a window that manages the presentation of two side-by-side view \ncontrollers.

", - "userAgents": [ - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

This is an example of a Split Window.

\n
var win = Ti.UI.createWindow();\n\nvar nav = Ti.UI.iPhone.createNavigationGroup({\n   window: win\n});\n\nvar splitwin = Ti.UI.iPad.createSplitWindow({\n    detailView: nav,\n    masterView: masterView\n});\n\nsplitwin.addEventListener('visible',function(e){\n    if (e.view == 'detail'){\n        e.button.title = \"Master\";\n        win.leftNavButton = e.button;\n    } else if (e.view == 'master'){\n        win.leftNavButton = null;\n    }\n});\n\nsplitwin.open();\n
", - "name": "Split Window" - }, - { - "code": "

This is an example of a Split Window as an Alloy view.

\n

Note that the SplitWindow element will only accept two Windows as children.\nThe first window is the masterView and the second window is the detailView.\nIt can also accept the Require tag to include a Ti.UI.Window view.

\n
<Alloy>\n    <SplitWindow>\n        <!-- First window is the masterView -->\n        <Window>\n            <Label>I am the master view.</Label>\n        </Window>\n\n        <!-- Second window is the detailView -->\n        <Window>\n            <Label>I am the detail view.</Label>\n        </Window>\n    </SplitWindow>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

You use this class to implement a master-detail interface, in which the left-side view presents \na list of items and the right-side presents details of the selected item. The SplitView is for \nuse exclusively on iPad devices.

\n

By default, the SplitView shows both master and detail views in landscape orientation. When the \ndevice switches into portrait orientation, the detail view occupies the entire screen. The user \ncan click a button to bring up the master view as floating, \"popover\" view. (To show the master \nview in both orientations, set showMasterInPortrait to true.)

\n

Use the Titanium.UI.iPad.createSplitWindow method to create a SplitWindow. The masterView \nand detailView properties are required in the constructor of the SplitWindow and cannot be \nchanged once set.

\n

The SplitWindow inherits its methods and properties from Titanium.UI.Window.

\n

The SplitWindow is a top-level window and cannot be contained within another window or view.\n\"splitview\"

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backButtonTitle", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title for the back button. This is only valid when the window is a child of a tab.

" - }, - { - "name": "backButtonTitleImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The image to show as the back button. This is only valid when the window is a child of a tab.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "barColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color for the nav bar, as a color name or hex triplet.

" - }, - { - "name": "barImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the nav bar, specified as a URL to a local image.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "detailView", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View for the detail view section of the SplitWindow.

" - }, - { - "name": "fullscreen", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean value indicating if the window is fullscreen.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's left position, in platform-specific units.

" - }, - { - "name": "leftNavButton", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to show in the left nav bar area.

" - }, - { - "name": "masterView", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View for the master view section of the SplitWindow.

" - }, - { - "name": "modal", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean to indicate if the window should be opened modal in front of other windows.

" - }, - { - "name": "navBarHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

For modal windows, hide the nav bar (true) or show the nav bar (false).

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The opacity from 0.0-1.0.

" - }, - { - "name": "orientation", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current orientation of the window.

" - }, - { - "name": "orientationModes", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of supported orientation modes, specified using the orientation\nconstants defined in Titanium.UI.

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's right position, in platform-specific units.

" - }, - { - "name": "rightNavButton", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to show in the right nav bar area.

" - }, - { - "name": "showMasterInPortrait", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to show the master view in portrait orientation.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "tabBarHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean value indicating if the tab bar should be hidden.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of the window.

" - }, - { - "name": "titleControl", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to show in the title area of the nav bar.

" - }, - { - "name": "titleImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image to show in the title area of the nav bar, specified as a local file path or URL.

" - }, - { - "name": "titlePrompt", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title prompt for the window.

" - }, - { - "name": "titleid", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string from the locale file to use for the window title.

" - }, - { - "name": "titlepromptid", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string from the locale file to use for the window title prompt.

" - }, - { - "name": "toolbar", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of button objects to show in the window's toolbar. This is only valid when\nthe window is the child of a tab.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's top position, in platform-specific units.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "translucent", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean value indicating if the nav bar is translucent.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local URL to a JavaScript file with the windows instructions.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "optional", - "type": "Titanium.UI.Animation", - "description": "

Animation or display properties to use when closing the window.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes the window.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackButtonTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backButtonTitle property.

" - }, - { - "name": "getBackButtonTitleImage", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backButtonTitleImage property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBarColor", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the barColor property.

" - }, - { - "name": "getBarImage", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the barImage property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getDetailView", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the detailView property.

" - }, - { - "name": "getFullscreen", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the fullscreen property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getLeftNavButton", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the leftNavButton property.

" - }, - { - "name": "getMasterView", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the masterView property.

" - }, - { - "name": "getModal", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the modal property.

" - }, - { - "name": "getNavBarHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the navBarHidden property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getOrientation", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the orientation property.

" - }, - { - "name": "getOrientationModes", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the orientationModes property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getRightNavButton", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rightNavButton property.

" - }, - { - "name": "getShowMasterInPortrait", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showMasterInPortrait property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getTabBarHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabBarHidden property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getTitleControl", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleControl property.

" - }, - { - "name": "getTitleImage", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleImage property.

" - }, - { - "name": "getTitlePrompt", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titlePrompt property.

" - }, - { - "name": "getTitleid", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleid property.

" - }, - { - "name": "getTitlepromptid", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titlepromptid property.

" - }, - { - "name": "getToolbar", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the toolbar property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getTranslucent", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the translucent property.

" - }, - { - "name": "getUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the url property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "hideTabBar", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides the tab bar. Must be called before opening the window.

" - }, - { - "name": "open", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "optional", - "type": "openWindowParams", - "description": "

Animation or display properties to use when opening the window.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens the window.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackButtonTitle", - "isInternal": false, - "parameters": [ - { - "name": "backButtonTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backButtonTitle property.

" - }, - { - "name": "setBackButtonTitleImage", - "isInternal": false, - "parameters": [ - { - "name": "backButtonTitleImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backButtonTitleImage property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBarColor", - "isInternal": false, - "parameters": [ - { - "name": "barColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the barColor property.

" - }, - { - "name": "setBarImage", - "isInternal": false, - "parameters": [ - { - "name": "barImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the barImage property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setFullscreen", - "isInternal": false, - "parameters": [ - { - "name": "fullscreen", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the fullscreen property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setLeftNavButton", - "isInternal": false, - "parameters": [ - { - "name": "leftNavButton", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the leftNavButton property.

" - }, - { - "name": "setModal", - "isInternal": false, - "parameters": [ - { - "name": "modal", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the modal property.

" - }, - { - "name": "setNavBarHidden", - "isInternal": false, - "parameters": [ - { - "name": "navBarHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the navBarHidden property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setOrientationModes", - "isInternal": false, - "parameters": [ - { - "name": "orientationModes", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the orientationModes property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setRightNavButton", - "isInternal": false, - "parameters": [ - { - "name": "rightNavButton", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rightNavButton property.

" - }, - { - "name": "setShowMasterInPortrait", - "isInternal": false, - "parameters": [ - { - "name": "showMasterInPortrait", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showMasterInPortrait property.

" - }, - { - "name": "setTabBarHidden", - "isInternal": false, - "parameters": [ - { - "name": "tabBarHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabBarHidden property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "setTitleControl", - "isInternal": false, - "parameters": [ - { - "name": "titleControl", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleControl property.

" - }, - { - "name": "setTitleImage", - "isInternal": false, - "parameters": [ - { - "name": "titleImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleImage property.

" - }, - { - "name": "setTitlePrompt", - "isInternal": false, - "parameters": [ - { - "name": "titlePrompt", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titlePrompt property.

" - }, - { - "name": "setTitleid", - "isInternal": false, - "parameters": [ - { - "name": "titleid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleid property.

" - }, - { - "name": "setTitlepromptid", - "isInternal": false, - "parameters": [ - { - "name": "titlepromptid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titlepromptid property.

" - }, - { - "name": "setToolbar", - "isInternal": false, - "parameters": [ - { - "name": "toolbar", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the toolbar property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setTranslucent", - "isInternal": false, - "parameters": [ - { - "name": "translucent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the translucent property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": true, - "events": [ - { - "name": "blur", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the window loses focus.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "close", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the window is closed.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "open", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the window is opened.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - }, - { - "name": "visible", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "button", - "deprecated": false, - "type": "Titanium.UI.Button", - "description": "

For detail view type, the button that is automatically wired to control the master \nview popover.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "popover", - "deprecated": false, - "type": "Titanium.UI.iPad.Popover", - "description": "

For either popover or detail view types, the popover instance.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "view", - "deprecated": false, - "type": "String", - "description": "

Type of view becoming visible. Either master, popover or detail.

" - } - ], - "description": "

Fired when the masterView or detailView becomes visible.

" - } - ] - }, - { - "name": "MatrixCreationDict", - "description": "

Simple object passed to Titanium.UI.create2DMatrix to initialize a matrix.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The matrix is initialized with the specified transforms.

\n

On iOS, rotation is always performed first, regardless of the order the \nproperties are specified in.

\n

On Android, specifying both scale and rotate the same dictionary results\nin an incorrect transformation.

" - ], - "properties": [ - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Point to rotate around, specified as a dictionary object with x and y\nproperties, where { x: 0.5, y: 0.5 } represents the center of whatever is being\nrotated.

" - }, - { - "name": "rotate", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Rotation angle, in degrees. See the rotate method\nfor a discussion of rotation.

" - }, - { - "name": "scale", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Scale the matrix by the specified scaling factor. The same scaling factor is used\nfor both horizontal and vertical scaling.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "ReadCallbackArgs", - "description": "

Argument passed to the read callback when an asynchronous read operation\nfinishes.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bytesProcessed", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of bytes processed, or -1 in the event of an error or end of stream.

" - }, - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0 if success is true.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "errorDescription", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text description of the error. Deprecated since 3.1.0.

" - }, - { - "name": "errorState", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Whether an error was encountered. Set to 1 in the case of an error, 0\notherwise.\n Deprecated since 3.1.0.

" - }, - { - "name": "source", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.IOStream", - "isClassProperty": false, - "description": "

Stream being read.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudACLsCheckResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "permission", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Dictionary of permissions.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "ViewTemplate", - "description": "

Template that represents a view subcomponent of an ItemTemplate.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "examples": [], - "remarks": [ - "

See Titanium.UI.ListItem for examples of using an item template.

" - ], - "properties": [ - { - "name": "bindId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

View's ID (or set of IDs) used for data binding. This value must be unique.

" - }, - { - "name": "childTemplates", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Contains an array of subview templates to be added (in order) as children to this view.

" - }, - { - "name": "events", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Contains key-value pairs of view events and their listeners that are applied to this view component.

" - }, - { - "name": "properties", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Contains key-value pairs of view properties and their values that are applied to this view component.

" - }, - { - "name": "type", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

View's class name, for example, Ti.UI.View.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Calendar.Reminder", - "description": "

An object that represents a single reminder for an event in a calendar.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [ - "

Reminders should be created using the Titanium.Calendar.Event.createReminder method \nrather than directly.

\n

See Titanium.Calendar for examples of retrieving reminder information and creating \nreminders for events.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Identifier of this reminder.

" - }, - { - "name": "method", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Method by which this reminder will be delivered.

" - }, - { - "name": "minutes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Reminder notice period in minutes, that determines how long prior to the event this reminder \nshould trigger.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the id property.

" - }, - { - "name": "getMethod", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the method property.

" - }, - { - "name": "getMinutes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minutes property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud.Emails", - "description": "

Provides methods for accessing ACS Email service.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example sends an Email and checks the response.

\n
Cloud.Emails.send({\n    template: 'welcome',\n    recipients: 'joe@company.com'\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Send Email" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "send", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Send an email to a list of email adresses.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.Notification", - "description": "

An Android Toast-style notification.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

The simplest use case is also the most common.

\n
var toast = Ti.UI.createNotification({\n    message:\"Please Stand By\",\n    duration: Ti.UI.NOTIFICATION_DURATION_LONG\n});\ntoast.show();\n
", - "name": "Simple Toast Notification" - }, - { - "code": "

Previous example as an Alloy view.

\n

index.xml

\n
<Alloy>\n    <Window>\n        <Notification id=\"toast\" platform=\"android\" message=\"Please Stand By\" duration=\"Ti.UI.NOTIFICATION_DURATION_LONG\" />\n    </Window>\n</Alloy>\n
\n

index.js

\n
$.index.open();\n$.toast.show();\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

A Toast notification is an unobtrusive, pop-up notification that doesn't \nblock the UI. Use the Titanium.UI.createNotification method to create a Toast notification.

\n

By default, a Toast notification appears centered on the bottom half of the screen.

\n

This object will be moved to the Android namespace in a future release.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "duration", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines how long the notification stays on screen.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the view is enabled or disabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalMargin", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Horizontal placement of the notification, as a fraction of the screen width.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Notification text to display.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "verticalMargin", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Vertical placement of the notifcation, as a fraction of the screen height.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "xOffset", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

X offset from the default position, in pixels.

" - }, - { - "name": "yOffset", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Y offset from the default position, in pixels.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getDuration", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the duration property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalMargin", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalMargin property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getMessage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the message property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getVerticalMargin", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the verticalMargin property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getXOffset", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the xOffset property.

" - }, - { - "name": "getYOffset", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the yOffset property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setDuration", - "isInternal": false, - "parameters": [ - { - "name": "duration", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the duration property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalMargin", - "isInternal": false, - "parameters": [ - { - "name": "horizontalMargin", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalMargin property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setMessage", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the message property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setVerticalMargin", - "isInternal": false, - "parameters": [ - { - "name": "verticalMargin", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the verticalMargin property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setXOffset", - "isInternal": false, - "parameters": [ - { - "name": "xOffset", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the xOffset property.

" - }, - { - "name": "setYOffset", - "isInternal": false, - "parameters": [ - { - "name": "yOffset", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the yOffset property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Show the notification.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "MediaQueryType", - "description": "

A specifier for a media library query. By default, filters perform an exact match.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "albumArtist", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "MediaQueryInfoType", - "isClassProperty": false, - "description": "

The album artist to filter on. Value should be a String.

" - }, - { - "name": "albumTitle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "MediaQueryInfoType", - "isClassProperty": false, - "description": "

The album title to filter on. Value should be a String.

" - }, - { - "name": "artist", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "MediaQueryInfoType", - "isClassProperty": false, - "description": "

The artist to filter on. Value should be a String.

" - }, - { - "name": "composer", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "MediaQueryInfoType", - "isClassProperty": false, - "description": "

The composer to filter on. Value should be a String.

" - }, - { - "name": "genre", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "MediaQueryInfoType", - "isClassProperty": false, - "description": "

The genre to filter on. Value should be a String.

" - }, - { - "name": "grouping", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

A constant that specifies the ordering of the result array. One of the MUSIC_MEDIA_GROUP_* constants specified on the Titanium.Media module.

" - }, - { - "name": "isCompilation", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "MediaQueryInfoType", - "isClassProperty": false, - "description": "

Filter by whether or not the item is a compilation. Value should be a Boolean.

" - }, - { - "name": "mediaType", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "MediaQueryInfoType", - "isClassProperty": false, - "description": "

The media type to filter on. Value should be one of the MUSIC_MEDIA_TYPE_ constants on Titanium.Media.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "MediaQueryInfoType", - "isClassProperty": false, - "description": "

The title to filter on. Value should be a String.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "WebAPIError", - "description": "

Generic error interface.

", - "userAgents": [ - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

This interface will be used by the APIs in order to return them in the error callback of asynchronous methods.

" - ], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

16-bit error code. Possible values are defined in DOMException

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

An error message. Describes the details of the error encountered. This attribute is not intended to be used directly in the user interfaces as it is mainly intended to be useful for developers rather than end users.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

An error type.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Gradient", - "description": "

A simple object defining a color gradient.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "backfillEnd", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Set to true to continue filling with the final color beyond the endPoint.

" - }, - { - "name": "backfillStart", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Set to true to continue filling with the starting color beyond the startPoint.

" - }, - { - "name": "colors", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

An array of colors, as a color name or hex triplet.

" - }, - { - "name": "endPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

End point for the gradient.

" - }, - { - "name": "endRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

For a radial gradient, the radius at the endPoint.

" - }, - { - "name": "startPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Start point for the gradient.

" - }, - { - "name": "startRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

For a radial gradient, the radius at the startPoint.

" - }, - { - "name": "type", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Type of gradient, either 'linear' or 'radial'.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "hideParams", - "description": "

Dictionary of options for the Titanium.UI.OptionDialog.hide method.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to animate the dialog as it is dismissed.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudObjectsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "classname", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of classname objects, if any exist.

" - }, - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud.Reviews", - "description": "

Provides methods for accessing ACS reviews.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates a new review and checks the response.

\n
Cloud.Reviews.create({\n    post_id: savedPostId,\n    rating: 1,\n    content: 'Good'\n}, function (e) {\n    if (e.success) {\n        var review = e.reviews[0];\n        alert('Success:\\n' +\n            'id: ' + review.id + '\\n' +\n            'rating: ' + review.rating + '\\n' +\n            'content: ' + review.content + '\\n' +\n            'updated_at: ' + review.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create Review" - }, - { - "code": "

This example retrieves information about a review and checks the response.

\n
Cloud.Reviews.show({\n    post_id: savedPostId,\n    review_id: savedReviewId\n}, function (e) {\n    if (e.success) {\n        var review = e.reviews[0];\n        alert('Success:\\n' +\n            'id: ' + review.id + '\\n' +\n            'rating: ' + review.rating + '\\n' +\n            'content: ' + review.content + '\\n' +\n            'updated_at: ' + review.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show a Review" - }, - { - "code": "

This example requests a list of reviews and checks the response.

\n
Cloud.Reviews.query({\n    page: 1,\n    per_page: 20,\n    where: {\n        rating: { '$gt': 5.0 }\n    }\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.reviews.length);\n        for (var i = 0; i < e.reviews.length; i++) {\n            var review = e.reviews[i];\n            alert('id: ' + review.id + '\\n' +\n                'id: ' + review.id + '\\n' +\n                'rating: ' + review.rating + '\\n' +\n                'content: ' + review.content + '\\n' +\n                'updated_at: ' + review.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Query for Reviews" - }, - { - "code": "

This example updates a review and checks the response.

\n
Cloud.Reviews.update({\n    post_id: savedPostId,\n    review_id: savedReviewId,\n    rating: 100,\n    content: 'Very good!'\n}, function (e) {\n    if (e.success) {\n        var review = e.reviews[0];\n        alert('Success:\\n' +\n            'id: ' + review.id + '\\n' +\n            'rating: ' + review.rating + '\\n' +\n            'content: ' + review.content + '\\n' +\n            'updated_at: ' + review.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Update a Review" - }, - { - "code": "

This example deletes a review and checks the response.

\n
Cloud.Reviews.remove({\n    post_id: savedPostId,\n    review_id: savedReviewId\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove a Review" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Add a review, comment, rating, or like.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "query", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of reviews with sorting and pagination.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Delete a review.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve details of a review.

" - }, - { - "name": "update", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Update a review.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "CloudPhotoCollectionsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "collections", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of collections objects, if any exist.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.ScrollView", - "description": "

A view that contains a horizontally and/or vertically-scrollable region of content.
\n

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a scroll view with content.

\n
var win = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  title: 'ScrollView Demo'\n});\n\nvar scrollView = Ti.UI.createScrollView({\n  contentWidth: 'auto',\n  contentHeight: 'auto',\n  showVerticalScrollIndicator: true,\n  showHorizontalScrollIndicator: true,\n  height: '80%',\n  width: '80%'\n});\nvar view = Ti.UI.createView({\n  backgroundColor:'#336699',\n  borderRadius: 10,\n  top: 10,\n  height: 2000,\n  width: 1000\n});\nscrollView.add(view);\nwin.add(scrollView);\nwin.open();\n
", - "name": "Simple Scroll View" - }, - { - "code": "

Create a scroll view that contains a set of views in a layout to resemble a table view with \nrows. This approach can mitigate the native Android issue described in the \"TextFields in \nTables with SOFT_INPUT_ADJUST_PAN\" section of Titanium.UI.TableView.

\n
var win = Ti.UI.createWindow({\n  backgroundColor:'white'\n});\n\nif (Ti.UI.Android){\n  win.windowSoftInputMode = Ti.UI.Android.SOFT_INPUT_ADJUST_PAN;\n}\n\nfunction createRow(i) {\n  var row = Ti.UI.createView({\n    backgroundColor: 'white',\n    borderColor: '#bbb',\n    borderWidth: 1,\n    width:'100%', height: 70,\n    top: 0, left: 0\n  });\n  var inputTextField = Ti.UI.createTextField({\n    hintText: 'Enter value ' + i,\n    keyboardType: Ti.UI.KEYBOARD_NUMBERS_PUNCTUATION,\n    top: 10, left: '10%',\n    width: '80%', height: 60\n  });\n  row.add(inputTextField);\n  return row;\n}\n\nvar scrollView = Ti.UI.createScrollView({\n  bottom:120,\n  contentHeight: 'auto',\n  layout: 'vertical'\n});\n\nfor(var i = 0; i <= 20; i++){\nvar row = createRow(i);\n  scrollView.add(row);\n}\nwin.add(scrollView);\n\nvar label = Ti.UI.createLabel({\n  backgroundColor:'darkgray',\n  text: 'Your advert here',\n  textAlign: 'center',\n  bottom:0,\n  width: Titanium.UI.FILL, height:100\n});\nwin.add(label);\nwin.open();\n
", - "name": "Scroll View as a Table View" - }, - { - "code": "

Previous simple scroll view example as an Alloy view.

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\" exitOnClose=\"true\" fullscreen=\"false\" title=\"ScrollView Demo\">\n        <ScrollView id=\"scrollView\" showVerticalScrollIndicator=\"true\" showHorizontalScrollIndicator=\"true\" height=\"80%\" width=\"80%\">\n            <View id=\"view\" backgroundColor=\"#336699\" borderRaduis=\"10\" top=\"10\" height=\"2000\" width=\"1000\" />\n        </ScrollView>\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createScrollView method to create a scroll view.

\n

Views added to the scroll view will be scrolled based on the size of the scrollable region of \ncontent. If a scrollable region fits within the size of its scroll view, the view will not \nscroll.

\n

Android

\n

On Android, a scroll view can only scroll in one direction, either vertical or horizontal, \nand not both at the same time. Hence, the Titanium.UI.ScrollView.scrollType property may be \nused to set the scroll direction explicitly.

\n

If the scrollType property is not defined, the scroll view attempts to deduce the scroll \ndirection based on some of the other properties that have been set. Specifically, if \ncontentWidth and width are both set and are equal to each other, or if they are both set \nand showVerticalScrollIndicator is set to true, then the scroll direction is set to \n\"vertical\". If contentHeight and height are both set and are equal, or if they are both \nset and showHorizontalScrollIndicator is set to true, then the scroll direction is set \nto \"horizontal\". If scrollType is set, it overrides the deduced setting.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "canCancelEvents", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether this scroll view can cancel subview touches in order to scroll instead.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "contentHeight", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Height of the scrollable region.

" - }, - { - "name": "contentOffset", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

X and Y coordinates to which to reposition the top-left point of the scrollable region.

" - }, - { - "name": "contentWidth", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Width of the scrollable region.

" - }, - { - "name": "disableBounce", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether scroll bounce of the scrollable region is enabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalBounce", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether horizontal scroll bounce of the scrollable region is enabled.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "maxZoomScale", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Maximum scaling factor of the scrollable region and its content.

" - }, - { - "name": "minZoomScale", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Minimum scaling factor of the scrollable region and its content.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "overScrollMode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

One of Titanium.UI.Android.OVER_SCROLL_ALWAYS, Titanium.UI.Android.OVER_SCROLL_IF_CONTENT_SCROLLS, or Titanium.UI.Android.OVER_SCROLL_NEVER.

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "scrollIndicatorStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the scrollbar, specified using one of the constants from \nTitanium.UI.iPhone.ScrollIndicatorStyle.

" - }, - { - "name": "scrollType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Limits the direction of the scrollable region, overriding the deduced setting. Set to \nhorizontal or vertical.

" - }, - { - "name": "scrollingEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether scrolling is enabled for the view.

" - }, - { - "name": "scrollsToTop", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Controls whether the scroll-to-top gesture is effective.

" - }, - { - "name": "showHorizontalScrollIndicator", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the horizontal scroll indicator is visible.

" - }, - { - "name": "showVerticalScrollIndicator", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the vertical scroll indicator is visible.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "verticalBounce", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether vertical scroll bounce of the scrollable region is enabled.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - }, - { - "name": "zoomScale", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Scaling factor of the scroll view's content.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCanCancelEvents", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the canCancelEvents property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getContentHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the contentHeight property.

" - }, - { - "name": "getContentOffset", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the contentOffset property.

" - }, - { - "name": "getContentWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the contentWidth property.

" - }, - { - "name": "getDisableBounce", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the disableBounce property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalBounce", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalBounce property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getMaxZoomScale", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the maxZoomScale property.

" - }, - { - "name": "getMinZoomScale", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minZoomScale property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getOverScrollMode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the overScrollMode property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getScrollIndicatorStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scrollIndicatorStyle property.

" - }, - { - "name": "getScrollType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scrollType property.

" - }, - { - "name": "getScrollingEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scrollingEnabled property.

" - }, - { - "name": "getScrollsToTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scrollsToTop property.

" - }, - { - "name": "getShowHorizontalScrollIndicator", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showHorizontalScrollIndicator property.

" - }, - { - "name": "getShowVerticalScrollIndicator", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showVerticalScrollIndicator property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVerticalBounce", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the verticalBounce property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "getZoomScale", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zoomScale property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "scrollTo", - "isInternal": false, - "parameters": [ - { - "name": "x", - "usage": "required", - "type": "Number", - "description": "

X coordinate from the scrollable region's coordinate system.

" - }, - { - "name": "y", - "usage": "required", - "type": "Number", - "description": "

Y coordinate from the scrollable region's coordinate system.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Moves the specified coordinate of the scrollable region into the viewable area.

" - }, - { - "name": "scrollToBottom", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Moves the end of the scrollable region into the viewable area.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCanCancelEvents", - "isInternal": false, - "parameters": [ - { - "name": "canCancelEvents", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the canCancelEvents property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setContentHeight", - "isInternal": false, - "parameters": [ - { - "name": "contentHeight", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the contentHeight property.

" - }, - { - "name": "setContentOffset", - "isInternal": false, - "parameters": [ - { - "name": "contentOffset", - "usage": "required", - "type": "Object", - "description": "

X and Y coordinates to which to reposition the top-left point of the scrollable region.

" - }, - { - "name": "animated", - "usage": "optional", - "type": "contentOffsetOption", - "description": "

Determines whether the scrollable region reposition should be animated

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the contentOffset property.

" - }, - { - "name": "setContentWidth", - "isInternal": false, - "parameters": [ - { - "name": "contentWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the contentWidth property.

" - }, - { - "name": "setDisableBounce", - "isInternal": false, - "parameters": [ - { - "name": "disableBounce", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the disableBounce property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalBounce", - "isInternal": false, - "parameters": [ - { - "name": "horizontalBounce", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalBounce property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setMaxZoomScale", - "isInternal": false, - "parameters": [ - { - "name": "maxZoomScale", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the maxZoomScale property.

" - }, - { - "name": "setMinZoomScale", - "isInternal": false, - "parameters": [ - { - "name": "minZoomScale", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the minZoomScale property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setOverScrollMode", - "isInternal": false, - "parameters": [ - { - "name": "overScrollMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the overScrollMode property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setScrollIndicatorStyle", - "isInternal": false, - "parameters": [ - { - "name": "scrollIndicatorStyle", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scrollIndicatorStyle property.

" - }, - { - "name": "setScrollingEnabled", - "isInternal": false, - "parameters": [ - { - "name": "scrollingEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scrollingEnabled property.

" - }, - { - "name": "setScrollsToTop", - "isInternal": false, - "parameters": [ - { - "name": "scrollsToTop", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scrollsToTop property.

" - }, - { - "name": "setShowHorizontalScrollIndicator", - "isInternal": false, - "parameters": [ - { - "name": "showHorizontalScrollIndicator", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showHorizontalScrollIndicator property.

" - }, - { - "name": "setShowVerticalScrollIndicator", - "isInternal": false, - "parameters": [ - { - "name": "showVerticalScrollIndicator", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showVerticalScrollIndicator property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVerticalBounce", - "isInternal": false, - "parameters": [ - { - "name": "verticalBounce", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the verticalBounce property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "setZoomScale", - "isInternal": false, - "parameters": [ - { - "name": "zoomScale", - "usage": "required", - "type": "Number", - "description": "

Scaling factor of the scroll view's content.

" - }, - { - "name": "animated", - "usage": "optional", - "type": "zoomScaleOption", - "description": "

Determines whether the scrollable region reposition should be animated

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zoomScale property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "dragEnd", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "decelerate", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether scrolling will continue but decelerate, now that the drag gesture has \nbeen released by the touch. If false, scrolling will stop immediately.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the scrollable region stops being dragged.

" - }, - { - "name": "dragStart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the scrollable region starts being dragged.

" - }, - { - "name": "dragend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "decelerate", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether scrolling will continue but decelerate, now that the drag gesture has \nbeen released by the touch. If false, scrolling will stop immediately.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the scrollable region stops being dragged.

" - }, - { - "name": "dragstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the scrollable region starts being dragged.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "scale", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

New scaling factor as a float.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the zoom scale factor changes.

" - }, - { - "name": "scroll", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "decelerating", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether the scroll is decelerating.

" - }, - { - "name": "dragging", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether the event was fired during a dragging gesture, where the touch \nremained in contact with the display to physically drag the view, as opposed to it being \nthe result of scrolling momentum.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the scrollable region is scrolled.

" - }, - { - "name": "scrollEnd", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view has stopped moving completely.

" - }, - { - "name": "scrollend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view has stopped moving completely.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.Cloud.Messages", - "description": "

Provides methods for accessing ACS messages.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates a new message and checks the response.

\n
Cloud.Messages.create({\n    to_ids: toSet.ids.join(','),\n    body: 'Hello World',\n    subject: 'Test Message'\n}, function (e) {\n    if (e.success) {\n        var message = e.messages[0];\n        alert('Success:\\n' +\n            'id: ' + message.id + '\\n' +\n            'subject: ' + message.subject + '\\n' +\n            'body: ' + message.body + '\\n' +\n            'updated_at: ' + message.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create Message" - }, - { - "code": "

This example replies to a message and checks the response.

\n
Cloud.Messages.reply({\n    message_id: savedMessageId,\n    body: 'Welcome'\n}, function (e) {\n    if (e.success) {\n        var message = e.messages[0];\n        alert('Success:\\n' +\n            'id: ' + message.id + '\\n' +\n            'subject: ' + message.subject + '\\n' +\n            'body: ' + message.body + '\\n' +\n            'updated_at: ' + message.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Reply to a Message" - }, - { - "code": "

This example retrieves information about a message and checks the response.

\n
Cloud.Messages.show({\n    message_id: savedMessageId\n}, function (e) {\n    if (e.success) {\n        var message = e.messages[0];\n        alert('Success:\\n' +\n            'id: ' + message.id + '\\n' +\n            'subject: ' + message.subject + '\\n' +\n            'body: ' + message.body + '\\n' +\n            'updated_at: ' + message.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show a Message" - }, - { - "code": "

This example requests a list of messages in the inbox and checks the response.

\n
Cloud.Messages.showInbox(function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.messages.length);\n        for (var i = 0; i < e.messages.length; i++) {\n            var message = e.messages[i];\n            alert('Success:\\n' +\n                'id: ' + message.id + '\\n' +\n                'subject: ' + message.subject + '\\n' +\n                'body: ' + message.body + '\\n' +\n                'updated_at: ' + message.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show Inbox Messages" - }, - { - "code": "

This example requests a list of messages that have been sent and checks the response.

\n
Cloud.Messages.showSent(function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.messages.length);\n        for (var i = 0; i < e.messages.length; i++) {\n            var message = e.messages[i];\n            alert('Success:\\n' +\n                'id: ' + message.id + '\\n' +\n                'subject: ' + message.subject + '\\n' +\n                'body: ' + message.body + '\\n' +\n                'updated_at: ' + message.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show Sent Messages" - }, - { - "code": "

This example requests a list of message threads and checks the response.

\n
Cloud.Messages.showThreads(function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.messages.length);\n        for (var i = 0; i < e.messages.length; i++) {\n            var message = e.messages[i];\n            alert('Success:\\n' +\n                'id: ' + message.id + '\\n' +\n                'thread id: ' + message.thread_id + '\\n' +\n                'subject: ' + message.subject + '\\n' +\n                'body: ' + message.body + '\\n' +\n                'updated_at: ' + message.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show Message Threads" - }, - { - "code": "

This example requests a list of messages in a thread and checks the response.

\n
Cloud.Messages.showThread({\n    thread_id: savedThreadId\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.messages.length);\n        for (var i = 0; i < e.messages.length; i++) {\n            var message = e.messages[i];\n            alert('Success:\\n' +\n                'id: ' + message.id + '\\n' +\n                'thread id: ' + message.thread_id + '\\n' +\n                'subject: ' + message.subject + '\\n' +\n                'body: ' + message.body + '\\n' +\n                'updated_at: ' + message.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show Thread Messages" - }, - { - "code": "

This example deletes a message and checks the response.

\n
Cloud.Messages.remove({\n    message_id: savedMessageId\n}, function (e) {\n    if (e.success) {\n        alert('Removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove a Message" - }, - { - "code": "

This example deletes all messages in a thread and checks the response.

\n
Cloud.Messages.removeThread({\n    thread_id: savedThreadId\n}, function (e) {\n    if (e.success) {\n        alert('Removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove Thread Messages" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Create a message.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Delete a message.

" - }, - { - "name": "removeThread", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Delete all messages in a thread.

" - }, - { - "name": "reply", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Reply to all recipients of a message.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve information about a message.

" - }, - { - "name": "showInbox", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of messages in the current user's inbox.

" - }, - { - "name": "showSent", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of messages in the current user's inbox.

" - }, - { - "name": "showThread", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of messages in a thread from the current user's inbox.

" - }, - { - "name": "showThreads", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of message threads in the current users' inbox.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.Slider", - "description": "

A slider component with a draggable thumb.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

The following sample demonstrates creating a slider and adding a listener to \nhandle the change events.

\n
var slider = Titanium.UI.createSlider({\n    top: 50,\n    min: 0,\n    max: 100,\n    width: '100%',\n    value: 50\n    });\n\nvar label = Ti.UI.createLabel({\n    text: slider.value,\n    width: '100%',\n    height: 'auto',\n    top: 30,\n    left: 0,\n    textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER\n    });\n\nslider.addEventListener('change', function(e) {\n    label.text = String.format(\"%3.1f\", e.value);\n});\n
", - "name": "Simple Slider" - }, - { - "code": "

Previous example as an Alloy view.

\n

Implement the updateLabel callback in the controller to update the label value\nand set the initial text value for the label in the TSS file or controller.

\n

sliderexample.xml:

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\">\n        <Slider id=\"slider\" top=\"50\" min=\"0\" max=\"100\" width=\"100%\" value=\"50\" onChange=\"updateLabel\"/>\n        <Label id=\"label\" width=\"100%\" top=\"30\" left=\"0\" />\n    </Window>\n</Alloy>\n
\n

sliderexample.js:

\n
$.slider.text = $.slider.value;\nfunction updateLabel(e){\n    $.label.text = String.format(\"%3.1f\", e.value);\n}\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

A slider lets the user select from a range of values by dragging the slider thumb.

\n

Use the Titanium.UI.createSlider method to create a slider.

\n

Android Platform Implementation Notes

\n

On Android, the user can also maniuplate the slider using the arrow keys. For this\nreason, placing other focusable UI elements to the left or right of\nthe slider is not recommended.

\n

On Android, both min and max must be specified for the slider to work properly.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "disabledLeftTrackImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image URL of the slider left track when in the disabled state.

" - }, - { - "name": "disabledRightTrackImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image URL of the slider right track when in the disabled state.

" - }, - { - "name": "disabledThumbImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image URL of the slider thumb when in the disabled state.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean to indicate the enabled state of the slider.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "highlightedLeftTrackImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image URL of the slider left track when in the highlighted state.

" - }, - { - "name": "highlightedRightTrackImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image URL of the slider right track when in the highlighted state.

" - }, - { - "name": "highlightedThumbImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image URL of the slider thumb when in the highlighted state.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "leftTrackImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image URL of the slider left track.

" - }, - { - "name": "leftTrackLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap for the leftTrackImage, disabledLeftTrackImage, highlightedLeftTrackImage and selectedLeftTrackImage properties.

" - }, - { - "name": "leftTrackTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap for the leftTrackImage, disabledLeftTrackImage, highlightedLeftTrackImage and selectedLeftTrackImage properties.

" - }, - { - "name": "max", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Maximum value of the slider.

" - }, - { - "name": "maxRange", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Upper limit on the slider value that can be selected.

" - }, - { - "name": "min", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Minimum value of the slider.

" - }, - { - "name": "minRange", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Lower limit on the slider value that can be selected.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "rightTrackImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image URL of the slider right track.

" - }, - { - "name": "rightTrackLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap for the rightTrackImage, disabledRightTrackImage, highlightedRightTrackImage and selectedRightTrackImage properties.

" - }, - { - "name": "rightTrackTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap for the rightTrackImage, disabledRightTrackImage, highlightedRightTrackImage and selectedRightTrackImage properties.

" - }, - { - "name": "selectedLeftTrackImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image URL of the slider left track when in the selected state.

" - }, - { - "name": "selectedRightTrackImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image URL of the slider right track when in the selected state.

" - }, - { - "name": "selectedThumbImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image URL of the slider thumb when in the selected state.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "thumbImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image for the slider thumb.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "value", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Current value of the slider.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getDisabledLeftTrackImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the disabledLeftTrackImage property.

" - }, - { - "name": "getDisabledRightTrackImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the disabledRightTrackImage property.

" - }, - { - "name": "getDisabledThumbImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the disabledThumbImage property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHighlightedLeftTrackImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the highlightedLeftTrackImage property.

" - }, - { - "name": "getHighlightedRightTrackImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the highlightedRightTrackImage property.

" - }, - { - "name": "getHighlightedThumbImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the highlightedThumbImage property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getLeftTrackImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the leftTrackImage property.

" - }, - { - "name": "getLeftTrackLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the leftTrackLeftCap property.

" - }, - { - "name": "getLeftTrackTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the leftTrackTopCap property.

" - }, - { - "name": "getMax", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the max property.

" - }, - { - "name": "getMaxRange", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the maxRange property.

" - }, - { - "name": "getMin", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the min property.

" - }, - { - "name": "getMinRange", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minRange property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getRightTrackImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rightTrackImage property.

" - }, - { - "name": "getRightTrackLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rightTrackLeftCap property.

" - }, - { - "name": "getRightTrackTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rightTrackTopCap property.

" - }, - { - "name": "getSelectedLeftTrackImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectedLeftTrackImage property.

" - }, - { - "name": "getSelectedRightTrackImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectedRightTrackImage property.

" - }, - { - "name": "getSelectedThumbImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectedThumbImage property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getThumbImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the thumbImage property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the value property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setDisabledLeftTrackImage", - "isInternal": false, - "parameters": [ - { - "name": "disabledLeftTrackImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the disabledLeftTrackImage property.

" - }, - { - "name": "setDisabledRightTrackImage", - "isInternal": false, - "parameters": [ - { - "name": "disabledRightTrackImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the disabledRightTrackImage property.

" - }, - { - "name": "setDisabledThumbImage", - "isInternal": false, - "parameters": [ - { - "name": "disabledThumbImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the disabledThumbImage property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHighlightedLeftTrackImage", - "isInternal": false, - "parameters": [ - { - "name": "highlightedLeftTrackImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the highlightedLeftTrackImage property.

" - }, - { - "name": "setHighlightedRightTrackImage", - "isInternal": false, - "parameters": [ - { - "name": "highlightedRightTrackImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the highlightedRightTrackImage property.

" - }, - { - "name": "setHighlightedThumbImage", - "isInternal": false, - "parameters": [ - { - "name": "highlightedThumbImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the highlightedThumbImage property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setLeftTrackImage", - "isInternal": false, - "parameters": [ - { - "name": "leftTrackImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the leftTrackImage property.

" - }, - { - "name": "setLeftTrackLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "leftTrackLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the leftTrackLeftCap property.

" - }, - { - "name": "setLeftTrackTopCap", - "isInternal": false, - "parameters": [ - { - "name": "leftTrackTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the leftTrackTopCap property.

" - }, - { - "name": "setMax", - "isInternal": false, - "parameters": [ - { - "name": "max", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the max property.

" - }, - { - "name": "setMaxRange", - "isInternal": false, - "parameters": [ - { - "name": "maxRange", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the maxRange property.

" - }, - { - "name": "setMin", - "isInternal": false, - "parameters": [ - { - "name": "min", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the min property.

" - }, - { - "name": "setMinRange", - "isInternal": false, - "parameters": [ - { - "name": "minRange", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the minRange property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setRightTrackImage", - "isInternal": false, - "parameters": [ - { - "name": "rightTrackImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rightTrackImage property.

" - }, - { - "name": "setRightTrackLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "rightTrackLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rightTrackLeftCap property.

" - }, - { - "name": "setRightTrackTopCap", - "isInternal": false, - "parameters": [ - { - "name": "rightTrackTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rightTrackTopCap property.

" - }, - { - "name": "setSelectedLeftTrackImage", - "isInternal": false, - "parameters": [ - { - "name": "selectedLeftTrackImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selectedLeftTrackImage property.

" - }, - { - "name": "setSelectedRightTrackImage", - "isInternal": false, - "parameters": [ - { - "name": "selectedRightTrackImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selectedRightTrackImage property.

" - }, - { - "name": "setSelectedThumbImage", - "isInternal": false, - "parameters": [ - { - "name": "selectedThumbImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selectedThumbImage property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setThumbImage", - "isInternal": false, - "parameters": [ - { - "name": "thumbImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the thumbImage property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setValue", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "Number", - "description": "

New value for the value property.

" - }, - { - "name": "options", - "usage": "optional", - "type": "Object", - "description": "

Specifies animation options. The only supported property\nfor this dictionary is the animated flag, which specifies whether\nthe value change should be animated. animated is false by default. Only used\non iOS.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "thumbOffset", - "deprecated": false, - "type": "Object", - "description": "

Dictionary with properties x and y of the thumb's left-top corner in\nthe control. Available with custom thumb image.

" - }, - { - "name": "thumbSize", - "deprecated": false, - "type": "", - "description": "

Dictionary with properties width and height of the size of the thumb. \nAvailable with custom thumb image.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "Number", - "description": "

New value of the slider.

" - } - ], - "description": "

Fired when the value of the slider changes.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "start", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

False. This event does not bubble.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "Number", - "description": "

Current value of the slider.

" - } - ], - "description": "

Fired when the user starts tracking the slider.

" - }, - { - "name": "stop", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

False. This event does not bubble.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "Number", - "description": "

Current value of the slider.

" - } - ], - "description": "

Fired when the user stops tracking the slider.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "CloudUsersSecureResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "accessToken", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Identifies the current access token when using 3-Legged OAuth.

" - }, - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "expiresIn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Indicates the number of seconds before the access token expires.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "showStatusBarParams", - "description": "

Dictionary of options for the Titanium.UI.iPhone.showStatusBar method.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to animate the dialog as it is shown.

" - }, - { - "name": "animationStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the animation.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Android.Activity", - "description": "

The Titanium binding of an Android Activity.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

The following example shows how to start an activity and retrieve a result code\nand optional data intent when the activity ends.

\n
activity.startActivityForResult(intent, function(e) {\n    // The request code used to start this Activity\n    var requestCode = e.requestCode;\n    // The result code returned from the activity \n    // (http://developer.android.com/reference/android/app/Activity.html#StartingActivities)\n    var resultCode = e.resultCode;\n    // A Titanium.Android.Intent filled with data returned from the Activity\n    var intent = e.intent;\n    // The Activity the received the result\n    var source = e.source;\n});\n
", - "name": "Callback Example" - } - ], - "remarks": [ - "

According to the Android API Reference, an activity is \"a single, focused thing that a\nuser can do.\"

\n

In almost all cases, an activity is associated with a window. Activities are central\nto the Android Back button navigation -- the Back button closes the current\nactivity and returns to whatever activity was open previously.

\n

In Titanium, you can create either \"lightweight\" or a \"heavyweight\" windows, as\ndescribed on the Titanium.UI.Window reference page. A heavyweight window creates a \nnew Activity. A lightweight window runs inside the same activity as the code that\ncreated it.

\n

The activity is not created until the window is opened. When a window is created,\nits activity property refers to an empty JavaScript object.\nYou can use it, for example, to add an options menu by setting onCreateOptionsMenu.\nAfter the window is opened, a real Activity object is created and the properties from\nthe JavaScript object are copied over.\nThe activity property now refers to this real Activity object,\nwhich you can use to call the various Activity methods. For example, to use the\ninvalidateOptionsMenu method, you need to get the activity proxy after the window is opened.

\n

See: android.app.Activity\nin the Android API Reference.

\n

Activity Lifecycle

\n

In Android, activities are started, stopped, paused and resumed. Titanium generates\nlifecycle events for activities, but doesn't generate application-level start, stop, \npause and resume events. To be notified when\nan application is paused and resumed, you must add event listeners to its individual\nactivities.

\n

Android 4.0 and greater devices have an option called Don't keep activities under the Developer\nOptions menu. When this option is enabled, the Android OS will destroy an activity as soon as it\nis stopped. It is intended to help developers debug their apps. For example, it can simulate the\ncase that Android will kill an activity in the background due to memory pressure. In\nnormal use, it is not recommended to turn this option on because this may lead to unexpected issues\non the apps, such as freezes, force closes and reboots.

\n

When the Don't keep activities option is enabled, the lifecycle of the activity is different\nfrom the normal case. Whenever the user leaves an activity, such as backgrounding the app using the\nHOME button, this activity is destroyed by Android, which calls onDestroy. In the normal case, onStop\nwould be called and the activity would not be destroyed. Later, when the user goes back to that activity, this\nactivity will be recreated, which calls onCreate. In the normal case, since the activity is not destroyed, \nonRestart would be called instead. Therefore, some events, such as the open and close events on the Window\nor TabGroup, will be fired differently from the normal case, and the root window of the app must set\nexitOnClose to true; otherwise, the app will be unable to back out, that is,\nhitting the BACK button in the root window will not allow the application to exit.

" - ], - "properties": [ - { - "name": "actionBar", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.Android.ActionBar", - "isClassProperty": false, - "description": "

The action bar for this activity.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "intent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.Android.Intent", - "isClassProperty": false, - "description": "

The Intent that was used to start this Activity.

" - }, - { - "name": "onCreateOptionsMenu", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback function called to initially create an Android options menu\nfor this Activity when the user presses the Menu button.

" - }, - { - "name": "onPrepareOptionsMenu", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback function called to prepare an options menu for display when the user presses\nthe Menu button.

" - }, - { - "name": "requestedOrientation", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Specifies a specific orientation for this activity.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "finish", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes this activity.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getActionBar", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.ActionBar", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the actionBar property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getIntent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Intent", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the intent property.

" - }, - { - "name": "getOnCreateOptionsMenu", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the onCreateOptionsMenu property.

" - }, - { - "name": "getOnPrepareOptionsMenu", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the onPrepareOptionsMenu property.

" - }, - { - "name": "getString", - "isInternal": false, - "parameters": [ - { - "name": "resourceId", - "usage": "required", - "type": "Number", - "description": "

Resource ID from the Application or Android.

" - }, - { - "name": "format", - "usage": "required", - "type": "Object", - "description": "

Optional format arguments for the String resource. May be repeated.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets an Android or Application string using the specified Resource ID and optional format arguments.

" - }, - { - "name": "invalidateOptionsMenu", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Declares that the option menu has changed and should be recreated.

" - }, - { - "name": "openOptionsMenu", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Programmatically opens the options menu.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setOnCreateOptionsMenu", - "isInternal": false, - "parameters": [ - { - "name": "onCreateOptionsMenu", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the onCreateOptionsMenu property.

" - }, - { - "name": "setOnPrepareOptionsMenu", - "isInternal": false, - "parameters": [ - { - "name": "onPrepareOptionsMenu", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the onPrepareOptionsMenu property.

" - }, - { - "name": "setRequestedOrientation", - "isInternal": false, - "parameters": [ - { - "name": "orientation", - "usage": "required", - "type": "Number", - "description": "

Can be one of Titanium.Android.SCREEN_ORIENTATION_BEHIND,\nTitanium.Android.SCREEN_ORIENTATION_LANDSCAPE,\nTitanium.Android.SCREEN_ORIENTATION_NOSENSOR,\nTitanium.Android.SCREEN_ORIENTATION_PORTRAIT,\nTitanium.Android.SCREEN_ORIENTATION_SENSOR,\nTitanium.Android.SCREEN_ORIENTATION_UNSPECIFIED,\nTitanium.Android.SCREEN_ORIENTATION_USER.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the requested Activity orientation.

" - }, - { - "name": "setResult", - "isInternal": false, - "parameters": [ - { - "name": "resultCode", - "usage": "required", - "type": "Number", - "description": "

Result code for this activity. Can be Titanium.Android.RESULT_OK, \nTitanium.Android.RESULT_CANCELED, or Titanium.Android.RESULT_FIRST_USER.

" - }, - { - "name": "intent", - "usage": "optional", - "type": "Titanium.Android.Intent", - "description": "

An optional Intent with extra result data.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the result of this activity using an Intent.

" - }, - { - "name": "startActivity", - "isInternal": false, - "parameters": [ - { - "name": "intent", - "usage": "required", - "type": "Titanium.Android.Intent", - "description": "

Description of the activity to start.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a new activity, using the passed in Intent as the description.

" - }, - { - "name": "startActivityForResult", - "isInternal": false, - "parameters": [ - { - "name": "intent", - "usage": "required", - "type": "Titanium.Android.Intent", - "description": "

Description of the activity to start.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to be executed when the activity sets result. See\nexamples.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

The same as startActivity, but also accepts a callback function for handling the result of the started Activity.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [ - { - "name": "create", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired from the activity's onCreate method.

" - }, - { - "name": "destroy", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired from the activity's onDestroy method.

" - }, - { - "name": "newIntent", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "intent", - "deprecated": false, - "type": "Titanium.Android.Intent", - "description": "

The Intent passed to the native onNewIntent method.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the activity is already running and certain flags are set in its intent. Deprecated since 3.0.0. Renamed to newintent\n(all lowercase).\n

" - }, - { - "name": "newintent", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "intent", - "deprecated": false, - "type": "Titanium.Android.Intent", - "description": "

The Intent passed to the native onNewIntent method.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the activity is already running and certain flags are set in its intent.

" - }, - { - "name": "pause", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the activity is paused.

" - }, - { - "name": "resume", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the activity is resumed.

" - }, - { - "name": "start", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the activity is started.

" - }, - { - "name": "stop", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the activity is stopped.

" - } - ] - }, - { - "name": "Titanium.UI.Android.SearchView", - "description": "

A specialized text field for entering search text.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

The following example creates a SearchView widget for a TableView\nand displays it as an Action Bar item if the Google API level is 11 or later.\nIf not, it defaults to use the search bar.

\n
var win = Ti.UI.createWindow({\n    backgroundColor: 'blue',\n    fullscreen: false\n});\n\nvar search;\nvar searchAsChild = false;\n\nif (Ti.Platform.name == 'android' && Ti.Platform.Android.API_LEVEL > 11) {\n    // Use action bar search view\n    search = Ti.UI.Android.createSearchView({\n        hintText: \"Table Search\"\n    });\n\n    win.activity.onCreateOptionsMenu = function(e) {\n        var menu = e.menu;\n        var menuItem = menu.add({\n            title: 'Table Search',\n            actionView : search,\n            icon: (Ti.Android.R.drawable.ic_menu_search ? Ti.Android.R.drawable.ic_menu_search : \"my_search.png\"),\n            showAsAction: Ti.Android.SHOW_AS_ACTION_IF_ROOM | Ti.Android.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW\n        });\n    };\n}\nelse {\n    // Use search bar\n    search = Ti.UI.createSearchBar({\n        hintText: \"Table Search\"\n    });\n    searchAsChild = true;\n}\n\nvar data = [];\ndata.push(Ti.UI.createTableViewRow({title:'Apple'}));\ndata.push(Ti.UI.createTableViewRow({title:'Banana'}));\ndata.push(Ti.UI.createTableViewRow({title:'Orange'}));\ndata.push(Ti.UI.createTableViewRow({title:'Raspberry'}));\n\nvar tableview = Titanium.UI.createTableView({\n    data:data,\n    search:search,\n    searchAsChild:searchAsChild\n});\n\nwin.add(tableview);\nwin.open();\n
", - "name": "Search View for Table in Action Bar" - }, - { - "code": "

Previous example as an Alloy project.

\n

index.xml:

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"blue\" fullscreen=\"false\" layout=\"vertical\">\n        <TableView id=\"tableview\" top=\"10\">\n            <TableViewRow title=\"Apple\" />\n            <TableViewRow title=\"Banana\" />\n            <TableViewRow title=\"Orange\" />\n            <TableViewRow title=\"Raspberry\" />\n        </TableView>\n    </Window>\n</Alloy>\n
\n

index.js:

\n
if (OS_ANDROID && Ti.Platform.Android.API_LEVEL > 11) {\n    // use action bar search view\n    var search = Alloy.createController(\"searchview\").getView();\n    $.tableview.searchAsChild = false;\n    $.tableview.search = search;\n    $.win.addEventListener(\"open\", function() {\n        $.win.activity.onCreateOptionsMenu = function(e) {\n            e.menu.add({\n                title: \"Table Search\",\n                icon: (Ti.Android.R.drawable.ic_menu_search ? Ti.Android.R.drawable.ic_menu_search : \"my_search.png\"),\n                actionView: search,\n                showAsAction : Ti.Android.SHOW_AS_ACTION_ALWAYS | Ti.Android.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW\n            });\n        }\n        $.win.activity.invalidateOptionsMenu();\n    });\n} else {\n    // use a search bar\n    $.tableview.search = Alloy.createController(\"searchbar\").getView();\n}\n$.win.open();\n
\n

searchview.xml:

\n
<Alloy>\n    <SearchView id=\"searchView\" ns=\"Ti.UI.Android\" platform=\"android\" hintText=\"Table Search\" />\n</Alloy>\n
\n

searchbar.xml:

\n
<Alloy>\n    <SearchBar id=\"searchBar\" hintText=\"Table Search\" />\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

A widget that provides a user interface for the user to enter a search query and submit a request to a search provider.

\n

Search views are most commonly used for filtering the rows in a TableView.\nSimilar to SearchBar, you can add a search view to a table view by setting the table view's \nsearch property.

\n

You can also add search view in an action bar as an action view.

\n

A search view can be used without a table view.

\n

Use the Titanium.UI.Android.createSearchView method to create a search view. This is only\nsupported on Google API 11 (Android 3.0) and later, and the Android manifest targetSDKVersion\nkey must be set in the tiapp.xml file.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the view is enabled or disabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "hintText", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text to show when the search view field is not focused.

" - }, - { - "name": "iconified", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Iconifies or expands the search view

" - }, - { - "name": "iconifiedByDefault", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Sets the default or resting state of the search view

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "submitEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether to display the submit button when necessary or never display.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "value", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Value of the search view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "blur", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Causes the search view to lose focus.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "focus", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Causes the search view to gain focus.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHintText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hintText property.

" - }, - { - "name": "getIconified", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the iconified property.

" - }, - { - "name": "getIconifiedByDefault", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the iconifiedByDefault property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getSubmitEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the submitEnabled property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the value property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHintText", - "isInternal": false, - "parameters": [ - { - "name": "hintText", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hintText property.

" - }, - { - "name": "setIconified", - "isInternal": false, - "parameters": [ - { - "name": "iconified", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the iconified property.

" - }, - { - "name": "setIconifiedByDefault", - "isInternal": false, - "parameters": [ - { - "name": "iconifiedByDefault", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the iconifiedByDefault property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setSubmitEnabled", - "isInternal": false, - "parameters": [ - { - "name": "submitEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the submitEnabled property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setValue", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the value property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": true, - "events": [ - { - "name": "blur", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the search view loses focus.

" - }, - { - "name": "cancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the cancel button is pressed.

" - }, - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the value of the search view changes.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the search view gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "submit", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

If the search query is not empty, fired when the search button is clicked on soft keyboard

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.UI.DashboardView", - "description": "

A dashboard view is an iOS Springboard-like view of Titanium.UI.DashboardItem items that may \nbe deleted and reordered by the user using its built-in edit mode.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

Create a toolbar with an edit/done button and a dashboard of items on a single screen. \nSet the badge value for some items, and allow them to be reset with a click. Enter edit mode \nwith a longpress of a dashboard item (default behavior). Toggle edit mode with a click to \nthe toolbar button.

\n

Copy the files in the KitchenSink \ndashboard \ndirectory to the local project /images/dashboard directory.

\n
var win = Ti.UI.createWindow({\n    backgroundColor: '#13386c'\n});\n\nvar button = Ti.UI.createButton({\n    title: 'Edit',\n    style: Ti.UI.iPhone.SystemButtonStyle.DONE,\n});\n\nvar toolbar = Ti.UI.iOS.createToolbar({\n    items:[button],\n    top: 0\n});\nwin.add(toolbar);\n\nvar label = Ti.UI.createLabel({\n  color: 'white',\n  font: { fontSize: 14 },\n  text: 'Click an item to reset badge\\nPress and hold an item to enable edit mode',\n  textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER,\n  top: 55,\n  height: 40,\n  width: 300\n});\nwin.add(label);\n\nvar dashboardData = [];\nvar itemData = [\n  { name: 'account', badge: 10 },\n  { name: 'cases', badge: 2 },\n  { name: 'calls', badge: 2 },\n  { name: 'contacts', badge: 5},\n  { name: 'emps' }, \n  { name: 'leads' },\n  { name: 'meetings', badge: 3 },\n  { name: 'opps',  badge:  126 }, // badge will be displayed as \"99+\"\n  { name: 'tasks' }\n];\n\nfor (var i=0, ilen=itemData.length; i<ilen; i++){\n  var item = Ti.UI.createDashboardItem({\n    badge: itemData[i].badge,\n    image: '/images/dashboard/' + itemData[i].name + '_off.png',\n    selectedImage: '/images/dashboard/' + itemData[i].name + '_on.png',\n    label: itemData[i].name\n  });\n  dashboardData.push(item);\n}\n\nvar dashboard = Ti.UI.createDashboardView({\n  data: dashboardData,\n  wobble: true,\n  top: 100\n});\nwin.add(dashboard);\n\nvar isEditable = false;\n\nbutton.addEventListener('click', function(e){\n  if(isEditable){\n    dashboard.stopEditing();\n  } else {\n    dashboard.startEditing();\n  }\n});\n\ndashboard.addEventListener('edit',function(e){\n  button.title = 'Done';\n  button.style = Ti.UI.iPhone.SystemButtonStyle.DONE;\n  isEditable = true;\n});\n\ndashboard.addEventListener('commit',function(e){\n  button.title = 'Edit';\n  button.style = Ti.UI.iPhone.SystemButtonStyle.PLAIN;\n  isEditable = false;\n});\n\ndashboard.addEventListener('click', function(e){\n  e.item.badge = 0;\n});\n\nwin.open();\n
", - "name": "Dashboard Demo" - }, - { - "code": "

Previous example as an Alloy view.

\n

dashboard.xml:

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"#13386c\">\n        <Toolbar id=\"toolbar\" top=\"0\">\n            <Items>\n                <Button id=\"button\" onClick=\"changeMode\">Edit</Button>\n            </Items>\n        </Toolbar>\n        <Label id=\"label\" color=\"white\" top=\"55\" height=\"40\" width=\"300\">\n            Click an item to reset badge\\nPress and hold an item to enable edit mode\n        </Label>\n\n        <!--\n            Adding DashboardItems to a DashboardView would be easier programmatically,\n            but the purpose of this example is to show how to do it in markup.\n        -->\n        <DashboardView id=\"dashboard\" top=\"100\" wobble=\"true\"\n            onClick=\"resetBadge\" onEdit=\"handleEdit\" onCommit=\"handleCommit\">\n\n            <DashboardItem image=\"account_off.png\" selectedImage=\"account_on.png\" badge=\"10\" label=\"account\"/>\n            <DashboardItem image=\"calls_off.png\" selectedImage=\"calls_on.png\" badge=\"110\" label=\"calls\"/>\n            <DashboardItem image=\"cases_off.png\" selectedImage=\"cases_on.png\" label=\"cases\"/>\n            <DashboardItem image=\"contacts_off.png\" selectedImage=\"contacts_on.png\" badge=\"23\" label=\"contacts\"/>\n            <DashboardItem image=\"emps_off.png\" selectedImage=\"emps_on.png\" label=\"employees\"/>\n            <DashboardItem image=\"leads_off.png\" selectedImage=\"leads_on.png\" badge=\"1\" label=\"leads\"/>\n            <DashboardItem image=\"meetings_off.png\" selectedImage=\"meetings_on.png\" badge=\"5\" label=\"meetings\"/>\n            <DashboardItem image=\"opps_off.png\" selectedImage=\"opps_on.png\" label=\"opps\"/>\n            <DashboardItem image=\"tasks_off.png\" selectedImage=\"tasks_on.png\" label=\"tasks\"/>\n\n        </DashboardView>\n\n    </Window>\n</Alloy>\n
\n

dashboard.js:

\n
var isEditable = false;\n\nfunction changeMode(e){\n  if(isEditable){\n    $.dashboard.stopEditing();\n  } else {\n    $.dashboard.startEditing();\n  }\n});\n\nfunction handleEdit(e){\n  $.button.title = 'Done';\n  $.button.style = Ti.UI.iPhone.SystemButtonStyle.DONE;\n  isEditable = true;\n});\n\nfunction handleCommit(e){\n  $.button.title = 'Edit';\n  $.button.style = Ti.UI.iPhone.SystemButtonStyle.PLAIN;\n  isEditable = false;\n});\n\nfunction resetBadge(e){\n  e.item.badge = 0;\n});\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The DashboardView is created using the Titanium.UI.createDashboardView method.

\n

Dashboard view's edit mode may be activated by a longpress of a Titanium.UI.DashboardItem item, \nunless this behavior has been disabled by the editable \nproperty. As a dashboard view does not inherently provide a way to exit edit mode, this must be \nexplicitly defined.

\n

When edit mode has been activated, the item icons wobble by default to act as a visual cue. \nThis behavior may be disabled using the wobble property.

\n

If a dashboard contains more than 9 items, it will be paged into screens in a 3 x 3 formation \nusing its built-in scrollable view. A paging control is added to the bottom of the view to \nindicate the active page.

\n

Note that a dashboard is only intended to be used in PORTRAIT \norientation mode.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "columnCount", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of columns of items in the view.

" - }, - { - "name": "data", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Items to display in this view.

" - }, - { - "name": "editable", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether edit mode is activated by a longpress of an item.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "rowCount", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of rows of items in the view.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "wobble", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the wobble visual editing cue is enabled in edit mode.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getColumnCount", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the columnCount property.

" - }, - { - "name": "getData", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the data property.

" - }, - { - "name": "getEditable", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the editable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getRowCount", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rowCount property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getWobble", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the wobble property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setData", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the data property.

" - }, - { - "name": "setEditable", - "isInternal": false, - "parameters": [ - { - "name": "editable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the editable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setWobble", - "isInternal": false, - "parameters": [ - { - "name": "wobble", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the wobble property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startEditing", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Enable edit mode.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "stopEditing", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Disable edit mode.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "item", - "deprecated": false, - "type": "Object", - "description": "

Item that was clicked.

" - }, - { - "name": "location", - "deprecated": false, - "type": "Object", - "description": "

Coordinates x and y of the event from the parent view's coordinate system.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "commit", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when edit mode ends.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "delete", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "item", - "deprecated": false, - "type": "Titanium.UI.DashboardItem", - "description": "

Item that was deleted.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an item is deleted in edit mode.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "dragEnd", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "item", - "deprecated": false, - "type": "Titanium.UI.DashboardItem", - "description": "

Item that was dragged.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an item finishes being dragged in edit mode. Deprecated since 3.0.0.

" - }, - { - "name": "dragStart", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "item", - "deprecated": false, - "type": "Titanium.UI.DashboardItem", - "description": "

Item that was dragged.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an item starts being dragged in edit mode. Deprecated since 3.0.0.

" - }, - { - "name": "dragend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "item", - "deprecated": false, - "type": "Titanium.UI.DashboardItem", - "description": "

Item that was dragged.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an item finishes being dragged in edit mode.

" - }, - { - "name": "dragstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "item", - "deprecated": false, - "type": "Titanium.UI.DashboardItem", - "description": "

Item that was dragged.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an item starts being dragged in edit mode.

" - }, - { - "name": "edit", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when edit mode starts.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "move", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "item", - "deprecated": false, - "type": "Titanium.UI.DashboardItem", - "description": "

Item that was moved.

" - }, - { - "name": "items", - "deprecated": false, - "type": "Array", - "description": "

List of items to be committed, possibly in new order, when edit mode ends.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an item is moved in edit mode.

" - }, - { - "name": "pagechanged", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "pageNo", - "deprecated": false, - "type": "Number", - "description": "

The current page number.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the current page of the dashboard view changes.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "CloudClientsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "ip_address", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

IP address of client.

" - }, - { - "name": "location", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Location of client.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud.ACLs", - "description": "

Provides methods for accessing ACS access control lists (ACLs).

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates an ACL object and checks the response.

\n
Cloud.ACLs.create({\n    name: 'testACL',\n    reader_ids: readers.ids.join(','),\n    writer_ids: writers.ids.join(','),\n    public_read: false,\n    public_write: false\n}, function (e) {\n    if (e.success) {\n        alert('Created!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create an ACL" - }, - { - "code": "

This example updates an ACL object and checks the response.

\n
Cloud.ACLs.update({\n    name: 'testACL',\n    reader_ids: '',\n    writer_ids: '',\n    public_read: true,\n    public_write: true\n}, function (e) {\n    if (e.success) {\n        alert('Updated!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Update an ACL" - }, - { - "code": "

This example requests an ACL object and checks the response.

\n
Cloud.ACLs.show({\n    name: 'testACL'\n}, function (e) {\n    if (e.success) {\n        alert('Shown!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show an ACL" - }, - { - "code": "

This example deletes an ACL object and checks the response.

\n
Cloud.ACLs.remove({\n    name: 'testACL'\n}, function (e) {\n    if (e.success) {\n        alert('Removed!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove an ACL" - }, - { - "code": "

This example adds a user to an ACL object and checks the response.

\n
Cloud.ACLs.addUser({\n    name: 'testACL',\n    reader_ids: readers.ids.join(','),\n    writer_ids: writers.ids.join(',')\n}, function (e) {\n    if (e.success) {\n        alert('Added!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Add user to an ACL" - }, - { - "code": "

This example removes a user from an ACL object and checks the response.

\n
Cloud.ACLs.removeUser({\n    name: 'testACL',\n    reader_ids: readers.ids.join(','),\n    writer_ids: writers.ids.join(',')\n}, function (e) {\n    if (e.success) {\n        alert('Removed!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove user from an ACL" - }, - { - "code": "

This example checks a user's permissions in an ACL and checks the response.

\n
Cloud.ACLs.checkUser({\n    name: 'testACL',\n    user_id: userID\n}, function (e) {\n    if (e.success) {\n        alert('Read Permission: ' + e.permission['read permission'] +\n              '\\nWrite Permission: ' + e.permission['write permission']);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Check user permissions" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addUser", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds one or more users to an ACL object.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "checkUser", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Checks a user's permission in an ACL object.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an ACL object.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Deletes an ACL object.

" - }, - { - "name": "removeUser", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes one or more users from an ACL object.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows an ACL object.

" - }, - { - "name": "update", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Updates an ACL object.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI._3DMatrix", - "description": "

The 3D Matrix is an object for holding values for a 3D affine transform.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

Move a label through a translation that repositions it from 100px to 200px from the top of\nthe display.

\n
var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar label = Ti.UI.createLabel({\n  font:{fontSize:50},\n  text:'Titanium',\n  textAlign:'center',\n  top: 100\n});\nwin.add(label);\n\nvar button = Ti.UI.createButton({\n  title:'Animate',\n  bottom:20,\n  width:200, height:40\n});\nwin.add(button);\n\nbutton.addEventListener('click', function(){\n  var t1 = Ti.UI.create3DMatrix();\n  t1 = t1.translate(0, 100, 200);\n  t1.m34 = 1.0/-90;\n  var a1 = Ti.UI.createAnimation();\n  a1.transform = t1;\n  a1.duration = 800;\n  label.animate(a1);\n});\nwin.open();\n
", - "name": "Apply a 3D Matrix to a Label" - } - ], - "remarks": [ - "

The 3DMatrix is created by Titanium.UI.create3DMatrix. A 3D transform is\nused to rotate, scale, translate, or skew the objects in three-dimensional\nspace. A 3D transform is represented by a 4 by 4 matrix.

\n

You create an identity matrix by creating a 3D Matrix with an empty\nconstructor.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "m11", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [1,1] in the matrix.

" - }, - { - "name": "m12", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [1,2] in the matrix.

" - }, - { - "name": "m13", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [1,3] in the matrix.

" - }, - { - "name": "m14", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [1,4] in the matrix.

" - }, - { - "name": "m21", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [2,1] in the matrix.

" - }, - { - "name": "m22", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [2,2] in the matrix.

" - }, - { - "name": "m23", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [2,3] in the matrix.

" - }, - { - "name": "m24", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [2,4] in the matrix.

" - }, - { - "name": "m31", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [3,1] in the matrix.

" - }, - { - "name": "m32", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [3,2] in the matrix.

" - }, - { - "name": "m33", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [3,3] in the matrix.

" - }, - { - "name": "m34", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [3,4] in the matrix.

" - }, - { - "name": "m41", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [4,1] in the matrix.

" - }, - { - "name": "m42", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [4,2] in the matrix.

" - }, - { - "name": "m43", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [4,3] in the matrix.

" - }, - { - "name": "m44", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [4,4] in the matrix.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getM11", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m11 property.

" - }, - { - "name": "getM12", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m12 property.

" - }, - { - "name": "getM13", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m13 property.

" - }, - { - "name": "getM14", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m14 property.

" - }, - { - "name": "getM21", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m21 property.

" - }, - { - "name": "getM22", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m22 property.

" - }, - { - "name": "getM23", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m23 property.

" - }, - { - "name": "getM24", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m24 property.

" - }, - { - "name": "getM31", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m31 property.

" - }, - { - "name": "getM32", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m32 property.

" - }, - { - "name": "getM33", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m33 property.

" - }, - { - "name": "getM34", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m34 property.

" - }, - { - "name": "getM41", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m41 property.

" - }, - { - "name": "getM42", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m42 property.

" - }, - { - "name": "getM43", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m43 property.

" - }, - { - "name": "getM44", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m44 property.

" - }, - { - "name": "invert", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by inverting this matrix.

" - }, - { - "name": "multiply", - "isInternal": false, - "parameters": [ - { - "name": "t2", - "usage": "required", - "type": "Titanium.UI._3DMatrix", - "description": "

Matrix to concatenate to this matrix.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by combining two existing matrix.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "rotate", - "isInternal": false, - "parameters": [ - { - "name": "angle", - "usage": "required", - "type": "Number", - "description": "

The angle, in degrees, by which to rotate the matrix. A positive value specifies counterclockwise rotation and a negative value specifies clockwise rotation.

" - }, - { - "name": "x", - "usage": "required", - "type": "Number", - "description": "

The x part of the vector about which to rotate.

" - }, - { - "name": "y", - "usage": "required", - "type": "Number", - "description": "

The y part of the vector about which to rotate.

" - }, - { - "name": "z", - "usage": "required", - "type": "Number", - "description": "

The z part of the vector about which to rotate.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by rotating this matrix.

" - }, - { - "name": "scale", - "isInternal": false, - "parameters": [ - { - "name": "sx", - "usage": "required", - "type": "Number", - "description": "

The value by which to scale x values of the matrix.

" - }, - { - "name": "sy", - "usage": "required", - "type": "Number", - "description": "

The value by which to scale y values of the matrix.

" - }, - { - "name": "sz", - "usage": "required", - "type": "Number", - "description": "

The value by which to scale z values of the matrix.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by scaling this matrix.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setM11", - "isInternal": false, - "parameters": [ - { - "name": "m11", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m11 property.

" - }, - { - "name": "setM12", - "isInternal": false, - "parameters": [ - { - "name": "m12", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m12 property.

" - }, - { - "name": "setM13", - "isInternal": false, - "parameters": [ - { - "name": "m13", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m13 property.

" - }, - { - "name": "setM14", - "isInternal": false, - "parameters": [ - { - "name": "m14", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m14 property.

" - }, - { - "name": "setM21", - "isInternal": false, - "parameters": [ - { - "name": "m21", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m21 property.

" - }, - { - "name": "setM22", - "isInternal": false, - "parameters": [ - { - "name": "m22", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m22 property.

" - }, - { - "name": "setM23", - "isInternal": false, - "parameters": [ - { - "name": "m23", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m23 property.

" - }, - { - "name": "setM24", - "isInternal": false, - "parameters": [ - { - "name": "m24", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m24 property.

" - }, - { - "name": "setM31", - "isInternal": false, - "parameters": [ - { - "name": "m31", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m31 property.

" - }, - { - "name": "setM32", - "isInternal": false, - "parameters": [ - { - "name": "m32", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m32 property.

" - }, - { - "name": "setM33", - "isInternal": false, - "parameters": [ - { - "name": "m33", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m33 property.

" - }, - { - "name": "setM34", - "isInternal": false, - "parameters": [ - { - "name": "m34", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m34 property.

" - }, - { - "name": "setM41", - "isInternal": false, - "parameters": [ - { - "name": "m41", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m41 property.

" - }, - { - "name": "setM42", - "isInternal": false, - "parameters": [ - { - "name": "m42", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m42 property.

" - }, - { - "name": "setM43", - "isInternal": false, - "parameters": [ - { - "name": "m43", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m43 property.

" - }, - { - "name": "setM44", - "isInternal": false, - "parameters": [ - { - "name": "m44", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m44 property.

" - }, - { - "name": "translate", - "isInternal": false, - "parameters": [ - { - "name": "tx", - "usage": "required", - "type": "Number", - "description": "

The value by which to move x values with the matrix.

" - }, - { - "name": "ty", - "usage": "required", - "type": "Number", - "description": "

The value by which to move y values with the matrix.

" - }, - { - "name": "tz", - "usage": "required", - "type": "Number", - "description": "

The value by which to move z values with the matrix.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by translating an existing matrix.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPad.DocumentViewer", - "description": "

A DocumentViewer provides in-app support for managing user interactions with files on the \nlocal system.\n Deprecated since 3.0.0. Use Titanium.UI.iOS.DocumentViewer instead.

", - "userAgents": [ - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

The DocumentViewer is created by the method Titanium.UI.iOS.createDocumentViewer.

\n

For example, an email program might use this class to allow the user to preview attachments and \nopen them in other apps. Use this class to present an appropriate user interface for previewing \nor printing a specified file.

\n

For a code sample, see Titanium.UI.iOS.DocumentViewer.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setUrl", - "isInternal": false, - "parameters": [ - { - "name": "url", - "usage": "required", - "type": "String", - "description": "

The new url

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the url of the document viewer.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "animated", - "usage": "required", - "type": "Boolean", - "description": "

Indicates whether the show transition should be animated.

" - }, - { - "name": "view", - "usage": "required", - "type": "Object", - "description": "

The view property would specify the view relative to where the viewer should display.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Displays the document viewer over the current view.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "AcceptDict", - "description": "

Options object for the accept method.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Simple object that defines properties to be set on the next accepted socket.

" - ], - "properties": [ - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback to be fired when the socket enters the ERROR state.

" - }, - { - "name": "timeout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Timeout, in milliseconds, for all write operations.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Calendar.Calendar", - "description": "

An object that represents a single calendar.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "hidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether this calendar can be edited or deleted.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Identifier of this calendar. Available only in iOS 5.0 and above.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Display name of this calendar.

" - }, - { - "name": "selected", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the calendar is selected.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createEvent", - "isInternal": false, - "parameters": [ - { - "name": "properties", - "usage": "required", - "type": "Titanium.Calendar.Event", - "description": "

Properties of the event

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Calendar.Event", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an event in this calendar.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getEventById", - "isInternal": false, - "parameters": [ - { - "name": "id", - "usage": "required", - "type": "Number", - "description": "

Identifier of the event.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Calendar.Event", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the event with the specified identifier.

" - }, - { - "name": "getEventsBetweenDates", - "isInternal": false, - "parameters": [ - { - "name": "date1", - "usage": "required", - "type": "Date", - "description": "

Start date.

" - }, - { - "name": "date2", - "usage": "required", - "type": "Date", - "description": "

End date.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets events that occur between two dates.

" - }, - { - "name": "getEventsInDate", - "isInternal": false, - "parameters": [ - { - "name": "year", - "usage": "required", - "type": "Number", - "description": "

Year of the events.

" - }, - { - "name": "month", - "usage": "required", - "type": "Number", - "description": "

Month of the events, as a zero-based integer with January at 0 and December at 11.

" - }, - { - "name": "day", - "usage": "required", - "type": "Number", - "description": "

Day of the month of the events.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets events that occur on a specified date.

" - }, - { - "name": "getEventsInMonth", - "isInternal": false, - "parameters": [ - { - "name": "year", - "usage": "required", - "type": "Number", - "description": "

Year of the events.

" - }, - { - "name": "month", - "usage": "required", - "type": "Number", - "description": "

Month of the events, as a zero-based integer with January at 0 and December at 11.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets events that occur during a specified month.

" - }, - { - "name": "getEventsInYear", - "isInternal": false, - "parameters": [ - { - "name": "year", - "usage": "required", - "type": "Number", - "description": "

Year of the events.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets all events that occur during a specified year.

" - }, - { - "name": "getHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hidden property.

" - }, - { - "name": "getId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the id property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "getSelected", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selected property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.ListView", - "description": "

A list view is used to present information, organized in to sections and items,\nin a vertically-scrolling view.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "examples": [ - { - "code": "

Creates a list with three sections, each with two rows.\nAdds two sections to the table before and one after it is rendered.

\n
var win = Ti.UI.createWindow({backgroundColor: 'white'});\nvar listView = Ti.UI.createListView();\nvar sections = [];\n\nvar fruitSection = Ti.UI.createListSection({ headerTitle: 'Fruits'});\nvar fruitDataSet = [\n    {properties: { title: 'Apple'}},\n    {properties: { title: 'Banana'}},\n];\nfruitSection.setItems(fruitDataSet);\nsections.push(fruitSection);\n\nvar vegSection = Ti.UI.createListSection({ headerTitle: 'Vegetables'});\nvar vegDataSet = [\n    {properties: { title: 'Carrots'}},\n    {properties: { title: 'Potatoes'}},\n];\nvegSection.setItems(vegDataSet);\nsections.push(vegSection);\n\nlistView.sections = sections;\nwin.add(listView);\nwin.open();\n\nvar fishSection = Ti.UI.createListSection({ headerTitle: 'Fish'});\nvar fishDataSet = [\n    {properties: { title: 'Cod'}},\n    {properties: { title: 'Haddock'}},\n];\nfishSection.setItems(fishDataSet);\nlistView.appendSection(fishSection);\n
", - "name": "List View Sections" - }, - { - "code": "

Modifies the previous example to create a list using an item template to customize the view layout.

\n
var win = Ti.UI.createWindow({backgroundColor: 'white'});\n\n// Create a custom template that displays an image on the left, \n// then a title next to it with a subtitle below it.\nvar myTemplate = {\n    childTemplates: [\n        {                            // Image justified left\n            type: 'Ti.UI.ImageView', // Use an image view for the image\n            bindId: 'pic',           // Maps to a custom pic property of the item data\n            properties: {            // Sets the image view  properties\n                width: '50dp', height: '50dp', left: 0\n            }\n        },\n        {                            // Title \n            type: 'Ti.UI.Label',     // Use a label for the title \n            bindId: 'info',          // Maps to a custom info property of the item data\n            properties: {            // Sets the label properties\n                color: 'black',\n                font: { fontFamily:'Arial', fontSize: '20dp', fontWeight:'bold' },\n                left: '60dp', top: 0,\n            }\n        },\n        {                            // Subtitle\n            type: 'Ti.UI.Label',     // Use a label for the subtitle\n            bindId: 'es_info',       // Maps to a custom es_info property of the item data\n            properties: {            // Sets the label properties\n                color: 'gray',\n                font: { fontFamily:'Arial', fontSize: '14dp' },\n                left: '60dp', top: '25dp',\n            }\n        }\n    ]\n};\n\nvar listView = Ti.UI.createListView({\n    // Maps myTemplate dictionary to 'template' string\n    templates: { 'template': myTemplate },\n    // Use 'template', that is, the myTemplate dict created earlier\n    // for all items as long as the template property is not defined for an item.\n    defaultItemTemplate: 'template'\n});\nvar sections = [];\n\nvar fruitSection = Ti.UI.createListSection({ headerTitle: 'Fruits / Frutas'});\nvar fruitDataSet = [\n    // the text property of info maps to the text property of the title label\n    // the text property of es_info maps to text property of the subtitle label\n    // the image property of pic maps to the image property of the image view\n    { info: {text: 'Apple'}, es_info: {text: 'Manzana'}, pic: {image: 'apple.png'}},\n    { info: {text: 'Banana'}, es_info: {text: 'Banana'}, pic: {image: 'banana.png'}}\n];\nfruitSection.setItems(fruitDataSet);\nsections.push(fruitSection);\n\nvar vegSection = Ti.UI.createListSection({ headerTitle: 'Vegetables / Verduras'});\nvar vegDataSet = [\n    { info: {text: 'Carrot'}, es_info: {text: 'Zanahoria'}, pic: {image: 'carrot.png'}},\n    { info: {text: 'Potato'}, es_info: {text: 'Patata'}, pic: {image: 'potato.png'}}\n];\nvegSection.setItems(vegDataSet);\nsections.push(vegSection);\n\nvar grainSection = Ti.UI.createListSection({ headerTitle: 'Grains / Granos'});\nvar grainDataSet = [\n    { info: {text: 'Corn'}, es_info: {text: 'Maiz'}, pic: {image: 'corn.png'}},\n    { info: {text: 'Rice'}, es_info: {text: 'Arroz'}, pic: {image: 'rice.png'}}\n];\ngrainSection.setItems(grainDataSet);\nsections.push(grainSection);\n\nlistView.setSections(sections);\nwin.add(listView);\nwin.open();\n
", - "name": "List View with Custom Item Template" - }, - { - "code": "

'List View with Custom Item Template' as an Alloy view. List view markup is supported in\nAlloy 1.2.0 and later.

\n

app/views/index.xml:

\n
<Alloy>\n    <Window backgroundColor=\"white\">\n        <ListView id=\"listView\" defaultItemTemplate=\"template\">\n\n            <!-- The Templates tag sets the ListView's templates property -->\n\n            <Templates>\n\n                <!-- Define your item templates within the Templates tags or use the\n                     Require tag to include a view that only contains an ItemTemplate -->\n\n                <ItemTemplate name=\"template\">\n                    <ImageView bindId=\"pic\" id=\"icon\" />\n                    <Label bindId=\"info\" id=\"title\" />\n                    <Label bindId=\"es_info\" id=\"subtitle\" />\n                </ItemTemplate>\n\n            </Templates>\n\n            <ListSection headerTitle=\"Fruit / Frutas\">\n\n                <!-- You can specify any ListItem or ListDataItem properties in ListItem -->\n\n                <!-- Specify data to bind to the item template with inline attributes\n                     defined as <bindId>:<Ti.UI.Component.property> -->\n\n                <ListItem info:text=\"Apple\" es_info:text=\"Manzana\" pic:image=\"/apple.png\" />\n                <ListItem info:text=\"Banana\" es_info:text=\"Banana\" pic:image=\"/banana.png\" />\n            </ListSection>\n            <ListSection headerTitle=\"Vegetables / Verduras\">\n                <ListItem info:text=\"Carrot\" es_info:text=\"Zanahoria\" pic:image=\"/carrot.png\" />\n                <ListItem info:text=\"Potato\" es_info:text=\"Patata\" pic:image=\"/potato.png\" />\n            </ListSection>\n            <ListSection headerTitle=\"Grains / Granos\">\n                <ListItem info:text=\"Corn\" es_info:text=\"Maiz\" pic:image=\"/corn.png\" />\n                <ListItem info:text=\"Rice\" es_info:text=\"Arroz\" pic:image=\"/rice.png\" />\n            </ListSection>\n        </ListView>\n    </Window>\n</Alloy>\n
\n

app/styles/index.tss:

\n
\"#icon\" : {\n    width: '50dp', height: '50dp', left: 0\n},\n\"#title\" : {\n    color: 'black',\n    font: { fontFamily:'Arial', fontSize: '20dp', fontWeight:'bold' },\n    left: '60dp', top: 0\n},\n\"#subtitle\" : {\n    color: 'gray',\n    font: { fontFamily:'Arial', fontSize: '14dp' },\n    left: '60dp', top: '25dp'\n}\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createListView method to create a ListView.

\n

A ListView object is a container for ListSection \nobjects that are, in turn, containers for ListItem objects.

\n

Note: this is the first version of list view. Not all features from the specification\nare implemented in this version. A complete list of implemented features is schedule for\nthe next list version, which is planned for Release 3.2.0.

\n

Creating a List

\n

To create a list, pass an array of ListDataItem objects to the ListSection's\nsetItems method, which creates and adds each array \nelement as a row to a single ListSection. Use the ListView's\nsections property to add the section(s) to the list view.

\n

By default, only the image, title and accessoryType of a list data item\nare displayed in the list. Refer to the next section for using an item template.

\n

See the \"List View Sections\" example.

\n

Customizing the List Items

\n

To create a custom list view, you need to define an ItemTemplate and define each view\ncomponent you want to add. Use the bindId property of the child template to bind a dictionary\nproperty in the item data to a child view component.

\n

Map the template to a style name using the Titanium.UI.ListView.templates property, then use\nthe style name to set the Titanium.UI.ListView.defaultItemTemplate property to globally change \nall item styles or set the property when passing in your list data\nto apply the template to that one list item or to override the globally defined template.

\n

On iOS, you can specify one of the template constants for the property\nor Titanium.UI.ListView.defaultItemTemplate:\nTitanium.UI.LIST_ITEM_TEMPLATE_CONTACTS, Titanium.UI.LIST_ITEM_TEMPLATE_SETTINGS\nor Titanium.UI.LIST_ITEM_TEMPLATE_SUBTITLE.

\n

See Titanium.UI.ListItem for a detailed description of creating list items with a custom\nitem template and see the \"List View with Custom Item Template\" example for a sample.

\n

List and Table Views

\n

This section describes the differences between the new list view and the old table view.

\n

ListView is analogous to TableView, ListSection is analogous to TableViewSection, and\nListItem is analogous to TableViewRow.

\n

Both list view and table view present data to user as a vertically scrolling list of rows.\nHowever, list view uses a data-oriented approach versus table view's view-oriented approach.

\n

Because of list view's approach, list view's performance is faster but limits access to items\nin the list, that is, you cannot directly manipulate the views, set view properties and bind event\ncallbacks the same way as you can with table view rows. The next subsection describes how to\nuse list items.

\n
ListItem versus TableViewRow
\n

You need to explicitly create a ListSection in order to add a ListItem to a ListView.\nYou cannot directly add a ListItem to a ListView.\nIn a TableView, a TableViewRow can be directly added to a TableView because a\nTableViewSection is implicitly created and added to the TableView.

\n

A ListItem object is not created in the same method as a TableViewRow.\nA ListItem is create by passing an array of ListDataItem objects to the ListSection.\nA createListItem method does not exist to create ListItem objects.

\n

You cannot add views to a ListItem using the add method, which could be done with a\nTableViewRow. To add views to a ListItem, you need to define an ItemTemplate,\nwhich is bound to a list data item using the template property.

\n

You cannot explicitly set properties or bind events for a ListItem. You have to set them using the\nproperties dictionary of a ListDataItem or ItemTemplate and the events dictionary of the\nItemTemplate or ViewTemplate, respectively.

\n
API Differences
\n

Note: This is the first version of list view and some features have not been implemented.\nThe differences listed are for the final planned list view and the current table view in Release 3.1.0.

\n\n

List and Scroll Views

\n

As a list view inherently scrolls, it creates a very poor user experience when it contains\nother scrolling views, such as a ScrollableView or\nTextArea. Thus, this layout is strongly discouraged.

\n

TextFields in Lists with SOFT_INPUT_ADJUST_PAN (Android)

\n

When a TextField is placed in a row near the bottom of a ListView,\nin a window that is configured with\nSOFT_INPUT_ADJUST_PAN, it is expected for the \ntext field to automatically move to a visible position after it is focused and the software\nkeyboard displayed. However, due to a known problem caused by native Android's ListView behavior,\nthe keyboard is likely to completely obscure the text field.

\n

To mitigate this, a ScrollView may be used instead of a list view, as demonstrated in the\nScrollView, \"Scroll View as a Table View\", example.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "allowsSelection", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether this item can be selected.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "defaultItemTemplate", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Sets the default template for list data items that do not specify the template property.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "footerTitle", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

List view footer title.

" - }, - { - "name": "headerTitle", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

List view header title.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "scrollIndicatorStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the scrollbar, specified using one of the constants from\nTitanium.UI.iPhone.ScrollIndicatorStyle.

" - }, - { - "name": "sectionCount", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of sections in this list view.

" - }, - { - "name": "sections", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Sections of this list.

" - }, - { - "name": "showVerticalScrollIndicator", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether this list view displays a vertical scroll indicator.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "style", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the list view, specified using one of the constants from\nTitanium.UI.iPhone.ListViewStyle.

" - }, - { - "name": "templates", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Contain key-value pairs mapping a style name (key) to an ItemTemplate (value).

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "willScrollOnStatusTap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Controls the scroll-to-top gesture.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "appendSection", - "isInternal": false, - "parameters": [ - { - "name": "section", - "usage": "required", - "type": "Titanium.UI.ListSection", - "description": "

Section or sections to add to the list.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "ListViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends a single section or an array of sections to the end of the list.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "deleteSectionAt", - "isInternal": false, - "parameters": [ - { - "name": "sectionIndex", - "usage": "required", - "type": "Number", - "description": "

Index of the section to delete.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "ListViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Deletes an existing section.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAllowsSelection", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allowsSelection property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getDefaultItemTemplate", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the defaultItemTemplate property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getFooterTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the footerTitle property.

" - }, - { - "name": "getHeaderTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the headerTitle property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getScrollIndicatorStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scrollIndicatorStyle property.

" - }, - { - "name": "getSectionCount", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the sectionCount property.

" - }, - { - "name": "getSections", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the sections property.

" - }, - { - "name": "getShowVerticalScrollIndicator", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showVerticalScrollIndicator property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the style property.

" - }, - { - "name": "getTemplates", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the templates property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getWillScrollOnStatusTap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the willScrollOnStatusTap property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "insertSectionAt", - "isInternal": false, - "parameters": [ - { - "name": "sectionIndex", - "usage": "required", - "type": "Number", - "description": "

Index of the section to insert before.

" - }, - { - "name": "section", - "usage": "required", - "type": "Titanium.UI.ListSection", - "description": "

Section or sections to insert.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "ListViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts a section or an array of sections at a specific index.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceSectionAt", - "isInternal": false, - "parameters": [ - { - "name": "sectionIndex", - "usage": "required", - "type": "Number", - "description": "

Index of the section to update.

" - }, - { - "name": "section", - "usage": "required", - "type": "Titanium.UI.ListSection", - "description": "

section data to update.

" - }, - { - "name": "animation", - "usage": "required", - "type": "ListViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces an existing section.

" - }, - { - "name": "scrollToItem", - "isInternal": false, - "parameters": [ - { - "name": "sectionIndex", - "usage": "required", - "type": "Number", - "description": "

Section index.

" - }, - { - "name": "itemIndex", - "usage": "required", - "type": "Number", - "description": "

Item index.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "ListViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Scrolls to a specific item.

" - }, - { - "name": "selectItem", - "isInternal": false, - "parameters": [ - { - "name": "sectionIndex", - "usage": "required", - "type": "Number", - "description": "

Index of the section the item is in.

" - }, - { - "name": "itemIndex", - "usage": "required", - "type": "Number", - "description": "

Index of the item to select.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Selects an item in the list using the specified item and section indices.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAllowsSelection", - "isInternal": false, - "parameters": [ - { - "name": "allowsSelection", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the allowsSelection property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setDefaultItemTemplate", - "isInternal": false, - "parameters": [ - { - "name": "defaultItemTemplate", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the defaultItemTemplate property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setFooterTitle", - "isInternal": false, - "parameters": [ - { - "name": "footerTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the footerTitle property.

" - }, - { - "name": "setHeaderTitle", - "isInternal": false, - "parameters": [ - { - "name": "headerTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the headerTitle property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setScrollIndicatorStyle", - "isInternal": false, - "parameters": [ - { - "name": "scrollIndicatorStyle", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scrollIndicatorStyle property.

" - }, - { - "name": "setSections", - "isInternal": false, - "parameters": [ - { - "name": "sections", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the sections property.

" - }, - { - "name": "setShowVerticalScrollIndicator", - "isInternal": false, - "parameters": [ - { - "name": "showVerticalScrollIndicator", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showVerticalScrollIndicator property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setWillScrollOnStatusTap", - "isInternal": false, - "parameters": [ - { - "name": "willScrollOnStatusTap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the willScrollOnStatusTap property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "itemclick", - "deprecated": false, - "properties": [ - { - "name": "accessoryClicked", - "deprecated": false, - "type": "Boolean", - "description": "

Returns true if the detail button is clicked else returns false.

\n

Only returns true if the accessoryType property is set to\nTitanium.UI.LIST_ACCESSORY_TYPE_DETAIL. All other accessories return false if\nclicked.

" - }, - { - "name": "bindId", - "deprecated": false, - "type": "String", - "description": "

The bind ID of the control that generated this event, if one exists.

" - }, - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "itemId", - "deprecated": false, - "type": "String", - "description": "

The item ID bound to the list item that generated the event.

" - }, - { - "name": "itemIndex", - "deprecated": false, - "type": "Number", - "description": "

Item index.

" - }, - { - "name": "section", - "deprecated": false, - "type": "Titanium.UI.ListSection", - "description": "

List section if the item is contained in a list section.

" - }, - { - "name": "sectionIndex", - "deprecated": false, - "type": "Number", - "description": "

Section index.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a list row is clicked by the user.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "CloudStatusesResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "statuses", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of statuses objects, if any exist.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Dictionary", - "description": "

Plain JavaScript object.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The type Dictionary is used to describe a plain JavaScript object used to pass a \nset of properties.

\n

The type Dictionary< Type > is used to describe a dictionary\nwhere the properties correspond to the properties of the named Type. So \nDictionary< Titanium.UI.Window > refers to a dictionary of Window\nproperties.

\n

Property dictionaries are used extensively in the Titanium API, especially when \ncreating objects. For example, You can specify the initial properties for \na new window by passing a Dictionary< Titanium.UI.Window > object to the \ncreateWindow method:

\n
var window = Ti.UI.createWindow({\n    title: \"Test\", \n    fullscreen: true, \n    backgroundColor: '#aea'\n});\n
" - ], - "properties": [], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Contacts.Tizen", - "description": "

The module containing Tizen-specific methods and properties pertaining to contacts.

", - "userAgents": [ - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Methods defined here provide their results via callbacks, rather than returning them synchronously.

" - ], - "properties": [], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAllPeople", - "isInternal": false, - "parameters": [ - { - "name": "successCallback", - "usage": "required", - "type": "Function", - "description": "

Callback function that will be called when the operation is successful with the desired contact list as a parameter.

" - }, - { - "name": "errorCallback", - "usage": "required", - "type": "Function", - "description": "

Callback function that will be called when the operation is not successful.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets all people from the contact list.

" - }, - { - "name": "getPeopleWithName", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

The name to search for.

" - }, - { - "name": "successCallback", - "usage": "required", - "type": "Function", - "description": "

Callback function that will be called when the operation is successful with the desired contact list as a parameter.

" - }, - { - "name": "errorCallback", - "usage": "required", - "type": "Function", - "description": "

Callback function that will be called when the operation is not successful.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets all people from the contact list with the specified name.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.DashboardItem", - "description": "

A dashboard item is a view that is displayed as an icon in a Titanium.UI.DashboardView.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

A DashboardItem is created using the Titanium.UI.createDashboardItem method.

" - ], - "properties": [ - { - "name": "badge", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Integer value displayed in a badge.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "canDelete", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether this item can be deleted when it edit mode.

" - }, - { - "name": "image", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image or path to image to display in the item by default.

" - }, - { - "name": "selectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image or path to image to display in the item as it is selected.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBadge", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the badge property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCanDelete", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the canDelete property.

" - }, - { - "name": "getImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the image property.

" - }, - { - "name": "getSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectedImage property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBadge", - "isInternal": false, - "parameters": [ - { - "name": "badge", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the badge property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCanDelete", - "isInternal": false, - "parameters": [ - { - "name": "canDelete", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the canDelete property.

" - }, - { - "name": "setImage", - "isInternal": false, - "parameters": [ - { - "name": "image", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the image property.

" - }, - { - "name": "setSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "selectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selectedImage property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "item", - "deprecated": false, - "type": "Titanium.UI.DashboardItem", - "description": "

Item that was clicked.

" - }, - { - "name": "location", - "deprecated": false, - "type": "Object", - "description": "

Coordinates x and y of the event from the parent view's coordinate system.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a click is detected against the view.

" - }, - { - "name": "delete", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "item", - "deprecated": false, - "type": "Titanium.UI.DashboardItem", - "description": "

Item that was deleted.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an item is deleted during editing mode.

" - }, - { - "name": "move", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "item", - "deprecated": false, - "type": "Titanium.UI.DashboardItem", - "description": "

Item that was moved.

" - }, - { - "name": "items", - "deprecated": false, - "type": "Array", - "description": "

List of items to be committed, possibly in new order, when edit mode ends.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an item is moved during editing mode.

" - } - ] - }, - { - "name": "Titanium.UI.Toolbar", - "description": "

An iOS toolbar, which can contain buttons and other controls. Deprecated since 1.8.0. Use Titanium.UI.iOS.Toolbar instead.\n

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

The toolbar is created by the Titanium.UI.createToolbar method.

\n

A toolbar can contain buttons, as well as certain other widgets, including text fields and \nlabels.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "barColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color for the toolbar, as a color name or hex triplet.

" - }, - { - "name": "borderBottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If true, a border is drawn on the bottom of the toolbar.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderTop", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If true, a border is drawn on the top of the toolbar.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "items", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

An array of buttons (or other widgets) contained in the toolbar.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "translucent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If true, a translucent background color is used for the toolbar.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBarColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the barColor property.

" - }, - { - "name": "getBorderBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderBottom property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderTop property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getItems", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the items property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getTranslucent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the translucent property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBarColor", - "isInternal": false, - "parameters": [ - { - "name": "barColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the barColor property.

" - }, - { - "name": "setBorderBottom", - "isInternal": false, - "parameters": [ - { - "name": "borderBottom", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderBottom property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderTop", - "isInternal": false, - "parameters": [ - { - "name": "borderTop", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderTop property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setItems", - "isInternal": false, - "parameters": [ - { - "name": "items", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the items property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setTranslucent", - "isInternal": false, - "parameters": [ - { - "name": "translucent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the translucent property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - } - ] - }, - { - "name": "MapPointType", - "description": "

Simple object representing a point on the map.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "latitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Latitude value of the map point, in decimal degrees.

" - }, - { - "name": "longitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Longitude value of the map point, in decimal degrees.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudKeyValuesResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "keyvalues", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of keyvalues objects, if any exist.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "MediaQueryInfoType", - "description": "

A full query descriptor for a filtering predicate.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "exact", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether or not the predicate is for an exact match. The default is true.

" - }, - { - "name": "value", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The value for the given predicate. See the descriptions in MediaQueryType for information about which properties require which values.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Dimension", - "description": "

A simple object consisting of the position and size measurements.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

When a dimension is returned by the rect property, x represents the \nview's left position, and y represents the view's top position.

\n

The size property returns a dimension object with x and y both set \nto 0.

" - ], - "properties": [ - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The height measurement.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The width measurement.

" - }, - { - "name": "x", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The x-axis coordinate of the position.

" - }, - { - "name": "y", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The y-axis coordinate of the position.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Android.Menu", - "description": "

The Titanium binding of an Android Options Menu.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

This sample creates an Android menu that displays a menu item named \"Item 1\", \nwhich logs a debug message when clicked.

\n

If the action bar is in use, the menu item will be displayed as an action item if there is room in the action bar.

\n
var win = Ti.UI.createWindow({\n  fullscreen: true\n});\n\nvar activity = win.activity;\n\nactivity.onCreateOptionsMenu = function(e){\n  var menu = e.menu;\n  var menuItem = menu.add({ \n    title: \"Item 1\", \n    icon:  \"item1.png\",\n    showAsAction: Ti.Android.SHOW_AS_ACTION_IF_ROOM\n  });\n  menuItem.addEventListener(\"click\", function(e) {\n    Ti.API.debug(\"I was clicked\");\n  });\n};\n\nwin.open();\n
", - "name": "Creating a Simple Menu" - }, - { - "code": "

This sample creates an Android menu that displays a menu item named \n\"Login\" or \"Logout\", depending on the value of a loggedIn Boolean variable. \nClick on the item to toggle the variable's value.

\n
var win = Ti.UI.createWindow({\n  fullscreen: true\n});\nvar LOGIN = 1, LOGOUT = 2;\nvar loggedIn = false;\n\nvar activity = win.activity;\n\nactivity.onCreateOptionsMenu = function(e){\n  var menu = e.menu;\n  var login = menu.add({ title: \"Login\", itemId: LOGIN });\n  login.setIcon(\"login.png\");\n  login.addEventListener(\"click\", function(e) {\n    loggedIn = true;\n    // In Android 3.0 and above we need to call invalidateOptionsMenu() for menu changes at runtime\n    win.activity.invalidateOptionsMenu();\n  });\n  var logout = menu.add({ title: \"Logout\", itemId: LOGOUT });\n  logout.setIcon(\"logout.png\");\n  logout.addEventListener(\"click\", function(e) {\n    loggedIn = false;\n    // In Android 3.0 and above we need to call invalidateOptionsMenu() for menu changes at runtime\n    win.activity.invalidateOptionsMenu();\n  });\n};\n\nactivity.onPrepareOptionsMenu = function(e) {\n  var menu = e.menu;\n  menu.findItem(LOGIN).setVisible(!loggedIn);\n  menu.findItem(LOGOUT).setVisible(loggedIn);\n};\nwin.open();\n
", - "name": "Creating a Dynamic Menu" - }, - { - "code": "

Previous simple menu example as an Alloy view.

\n

Due to the way menus are created in Alloy, menus created using Alloy markup are not\ndisplayed until the options menu is invalidated. To force menus (or action items)\nto be displayed, call invalidateOptionsMenu from the open event listener of the window or tab group\nwhere the menu is defined.

\n

index.xml:

\n
<Alloy>\n    <!-- Create a heavyweight window to use the Android menu. -->\n    <Window id=\"win\" fullscreen=\"true\" onOpen=\"doOpen\">\n\n        <!-- The Menu tag adds the Android menu. -->\n        <Menu id=\"menu\" platform=\"android\">\n\n            <!-- Cannot specify node text.  Use attributes only. -->\n            <MenuItem id=\"menuItem\" title=\"Item 1\" icon=\"item1.png\" onClick=\"doClick\" showAsAction=\"Ti.Android.SHOW_AS_ACTION_IF_ROOM\" />\n        </Menu>\n\n        <!-- Place additional views here -->\n    </Window>\n</Alloy>\n
\n

index.js:

\n
function doClick(e) {\n    Ti.API.info(\"Menu item clicked: \" + e.source.title);\n}\n\n// Ensure menu is displayed\nfunction doOpen(e) {\n    $.win.invalidateOptionsMenu();\n}\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

On Android devices prior to Android 3.0 (API level 11), the menu is always presented \nas an options menu, which is displayed when the Menu button is pressed.

\n

On Android 3.0 and later, menu items can be displayed as action items in the action\nbar. To enable this, the application must be built with a theme that supports the\naction bar, such as the Holo theme. (See\nAndroid Themes in\nthe Titanium Guides for information on setting your application's theme.)

\n

To determine how an action item is displayed, set\nshowAsAction and optionally \nactionView when creating a menu item.

\n

Creating Menu Items

\n

To create menu items, assign a callback function to the activity's onCreateOptionsMenu\nproperty. The activity's menu object is passed in to the onCreateOptionsMenu function when\nthe menu is created.

\n

For menu items displayed in the menu, the onCreateOptionsMenu function is called\nonce, and the onPrepareOptionsMenu callback function is called each\ntime the menu is opened. The onPrepareOptionsMenu function can be used to switch menu items dynamically.

\n

When the action bar is in use, the menu is considered to be always open and\nprepareOptionsMenu is never called. To switch menu items dynamically, call\ninvalidateOptionsMenu. This causes\nthe createOptionsMenu to be called again.

\n

Menus on Tab Groups

\n

Prior to Titanium 3.0, menu items could be added to the individual windows of a tab\ngroup.

\n

Starting in Titanium 3.0, menus must be added to tab groups using the tab group's\nactivity. These changes were required to support the Android 3.0 action bar.

\n

The TabGroup activity is available using TabGroup.getActivity.\nHowever, unlike a window's activity it is not currently possible to set properties on\nthe tab group's activity before the tab group is opened. To add a menu to a tab group, \nset the onCreateOptionsMenu property to the tab group's open event listener, and \nthen call invalidateOptionsMenu to force the changes to take effect.

\n
tabGroup.addEventListener(\"open\", function(e) {\n    var activity = globals.tabs.getActivity();\n    activity.onCreateOptionsMenu = function(e) {\n        var menuItem = e.menu.add({\n            title : \"Add Task\",\n            showAsAction : Ti.Android.SHOW_AS_ACTION_ALWAYS,\n            icon : \"add_icon.png\"\n        });\n        menuItem.addEventListener(\"click\", function(e) {\n            // \n        });\n    }\n    activity.invalidateOptionsMenu();\n});\n
\n

Further Reading

\n

See also:

\n" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "items", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of menu items in this menu.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "options", - "usage": "required", - "type": "Object", - "description": "

Creation options. Supported options are\nitemId,\ngroupId,\ntitle,\norder,\nactionView,\ncheckable,\nchecked,\nenabled,\nicon,\nshowAsAction,\ntitleCondensed, and\nvisible.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.MenuItem", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a Titanium.Android.MenuItem from the passed creation options.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "clear", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Clears all items from this menu.

" - }, - { - "name": "close", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes the menu, if visible.

" - }, - { - "name": "findItem", - "isInternal": false, - "parameters": [ - { - "name": "item", - "usage": "required", - "type": "Number", - "description": "

Integer itemId or a reference to a MenuItem object.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.MenuItem", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Locates a MenuItem in this menu, by item ID or reference.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getItem", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Index of the menu item to return.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.MenuItem", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the MenuItem at a specific index.

" - }, - { - "name": "getItems", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the items property.

" - }, - { - "name": "hasVisibleItems", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this menu has visible items.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "removeGroup", - "isInternal": false, - "parameters": [ - { - "name": "groupId", - "usage": "required", - "type": "Number", - "description": "

Group ID of items to remove.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all menu items with the specified \ngroupId.

" - }, - { - "name": "removeItem", - "isInternal": false, - "parameters": [ - { - "name": "itemId", - "usage": "required", - "type": "Number", - "description": "

Item ID of item to remove.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a specific MenuItem identified by its\nitemId.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setGroupEnabled", - "isInternal": false, - "parameters": [ - { - "name": "groupId", - "usage": "required", - "type": "Number", - "description": "

ID of the group to enable or disable.

" - }, - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

True to enable the specified group, false to disable it.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Enables or disables a group of menu items identified by a \ngroupId.

" - }, - { - "name": "setGroupVisible", - "isInternal": false, - "parameters": [ - { - "name": "groupId", - "usage": "required", - "type": "Number", - "description": "

Group ID to enable or disable.

" - }, - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

True to show the group, false to hide it.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows or hides a group of menu items identified by a\ngroupId.

" - }, - { - "name": "size", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Number of items in this menu.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.View", - "description": "

An empty drawing surface or container created by the method Titanium.UI.createView.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a rounded view.

\n
var view = Titanium.UI.createView({\n   borderRadius:10,\n   backgroundColor:'red',\n   width:50,\n   height:50\n});\nwindow.add(view);\n
", - "name": "Round View Example" - }, - { - "code": "

Previous example as an Alloy view.

\n
<Alloy>\n    <View id=\"view\" borderRadius=\"10\" backgroundColor=\"red\" width=\"50\" height=\"50\" />\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The View is the base type for all UI widgets in Titanium.

\n

Units and Coordinates

\n

Sizes and coordinates can be specified using a variety of units. If a value is\nspecified as a number, it is interpreted as a value in the default unit for the\ncurrent system and/or the current project.

\n

When a value is specified as string, the value can consist of:

\n\n

The following units are supported:

\n\n\n\n\n\n\n\n\n\n \n \n
Unit Specifier Note
pixels px
density-independent pixels dip Equivalent to Apple \"points.\"
inches in
millimeters mm Android, iOS only
centimeters cm Android, iOS only
points ptTypographical points of 1/72 of an inch. On Android, you can specify sizes and \n coordinates in typographical points. On other platforms, this unit is only used\n to specify font sizes. Not to be confused with Apple \"points.\"
\n\n

The interpretation of the density-independent pixel (DIP) varies by platform:

\n\n

The absolute measures, such as inches, are dependent on the device correctly reporting\nits density. On Mobile Web and Tizen, in particular, these values are unlikely to be exact.

\n

If no units are specified, a system-default unit is assumed. The system default unit is:

\n\n

On Android and iOS, the default unit can be overriden on a per-application level by setting the\nti.ui.defaultunit property in tiapp.xml. For example, to use DIPs as the \ndefault on all platforms, set defaultunit to dip:

\n
<property name=\"ti.ui.defaultunit\" type=\"string\">dip</property>\n
\n

(This property is not supported on Mobile Web and Tizen.)

\n

The value for ti.ui.defaultunit can be any of the unit specifiers defined above, or \nsystem to specify that the platform's default unit should be used.

\n

Note that prior to Release 2.0, iOS ignored any specified unit, so code that specifies\na unit may operate differently on iOS in Release 2.0. If you set the\nti.ui.defaultunit property to anything other than system or dip, your\napplication should detect and handle Retina displays manually.

\n

Font sizes on iOS are treated differently than other sizes: font sizes are always \nspecified in typographical points.

\n

For more details see:

\n\n

Size and Position

\n

Titanium views are positioned using the left, right, top, bottom and center \nproperties, and sized using the width and height properties. These are\ninput properties, set by the user to specify layout, and not modified by the \nsystem to indicate actual calculated positions and sizes.

\n

The height and width properties \naccept several special values:

\n\n

Sizes and positions can also be specified as a percentage of the parent's size, for \nexample, '50%'.

\n

How these properties are interpreted depends on the value of the view's layout \nproperty. See the description of the layout property \nfor details.

\n

The rect property is a read-only dictionary\nwith the properties x, y, width and height. It provides the rendered\nsize and position of the view, and is only available once both it and its ancestors have been\nfully drawn.

\n

The size property is a read-only dictionary\nwith the properties x, y, width and height. It provides the rendered size\n of the view, and is only available once both it and its ancestors have been\nfully drawn.

\n

To determine whether the size and rect values are available, add an event listener\nfor the postlayout event, which is fired at the end of\na layout cycle.

\n

Accessibility

\n

Four accessibility-related view properties became available in Titanium Mobile 3.0.0 for iOS\nand Android:

\n\n

The first three, accessibilityLabel, accessibilityValue and accessibilityHint, are for setting text\nthat will be relayed to the user by the assistive service (such as TalkBack on Android or VoiceOver\non iOS). On iOS, Titanium will then take these values and set the native properties\nof the same name which are defined in the UIAccessibilityProtocol.\nOn Android, Titanium takes the three values and concatenates them in the order accessibilityLabel,\naccessibilityValue, and accessibilityHint, and then uses the result to set the native view's\ncontentDescription\nproperty.

\n

You are not required to set all three properties: feel free to set just one or two as needed and\nexperiment with the results by turning on VoiceOver (iOS) or TalkBack (Android) on your test device.

\n

The fourth property, accessibilityHidden, when set to true, indicates that the view can be ignored\nby the assistive service. In iOS this sets the similarly-named\naccessibilityElementsHidden\nnative property, which is only available in iOS 5.0 and later. On earlier versions of\niOS, this property is ignored.

\n

In Android accessibilityHidden calls the native View.setImportantForAccessibility(boolean) method, passing false when\nthis property is set to true (i.e., \"hidden\" means it's not important). However, the\nnative setImportantForAccessibility method is available only on devices running\nAndroid 4.1 (API level 16/Jelly Bean) or later. On earlier versions of Android, this\nproperty is ignored.

\n

No error will occur on older devices if you set accessibilityHidden; the value will simply be ignored.

\n

iOS: backgroundLeftCap and backgroundTopCap properties

\n

The backgroundLeftCap and backgroundTopCap properties are \nused to specify the portions of the backgroundImage that must not be resized when the image is streched or shrunk.

\n

Given an image of width w and height h, the stretchable portion on the image is defined as a rectangle with the top-left point set to \n(backgroundLeftCap , backgroundTopCap) and the bottom-right point set to (w - backgroundLeftCap , h - backgroundTopCap). The portions not covered by\nthe stretchable portion keep their original size and appearance.

\n

The behavior of these properties on ImageView is slightly different and depends on the iOS version on the device.

\n\n

For best results on ImageView set up the backgroundLeftCap and backgroundTopCap properties such that the stretchable portion is always a 1x1 box.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the view is enabled or disabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "GeocodedAddress", - "description": "

Simple object representing a place, returned in the callback from the \nreverseGeocoder method.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "address", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Full address.

" - }, - { - "name": "city", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

City name.

" - }, - { - "name": "country", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Country name.

" - }, - { - "name": "countryCode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Country code. On iOS, use country_code.

" - }, - { - "name": "country_code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Country code. Same as country_code.

" - }, - { - "name": "displayAddress", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Display address. Identical to address.

" - }, - { - "name": "latitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Latitude of the geocoded point.

" - }, - { - "name": "longitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Longitude of the geocoded point.

" - }, - { - "name": "postalCode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Postal code. On iOS, use zipcode.

" - }, - { - "name": "region1", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

First line of region.

" - }, - { - "name": "region2", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Not used.

" - }, - { - "name": "street", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Street name, without street address.

" - }, - { - "name": "street1", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Street name.

" - }, - { - "name": "zipcode", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Postal code. On Android, use postalCode.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "PumpCallbackArgs", - "description": "

Argument passed to the callback each time the \npump operation has new data to deliver.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

A callback with bytesProcessed set to -1 indicates the end of the \npump operation, either because of an error or because the end of the\nstream has been reached.

" - ], - "properties": [ - { - "name": "buffer", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Buffer", - "isClassProperty": false, - "description": "

Buffer object holding the data currently being pumped to the handler method.

" - }, - { - "name": "bytesProcessed", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of bytes being passed to this invocation of the handler, or \n-1 in the event of an error or end of stream.

" - }, - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0 if success is true.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "errorDescription", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text description of the error. Deprecated since 3.1.0.

" - }, - { - "name": "errorState", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Whether an error was encountered. Set to 1 in the case of an error, 0\notherwise.\n Deprecated since 3.1.0.

" - }, - { - "name": "source", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.IOStream", - "isClassProperty": false, - "description": "

Stream being read from.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded.

" - }, - { - "name": "totalBytesProcessed", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Total number of bytes read from the stream so far, \nincluding the data passed to this current invocation of the handler.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Contacts", - "description": "

The top-level Contacts module, used for accessing and modifying the system contacts address book.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

To safely access the address book given iOS 6's new security model:

\n
var performAddressBookFunction = function(){...};\nvar addressBookDisallowed = function(){...};\nif (Ti.Contacts.contactsAuthorization == Ti.Contacts.AUTHORIZATION_AUTHORIZED){\n    performAddressBookFunction();\n} else if (Ti.Contacts.contactsAuthorization == Ti.Contacts.AUTHORIZATION_UNKNOWN){\n    Ti.Contacts.requestAuthorization(function(e){\n        if (e.success) {\n            performAddressBookFunction();\n        } else {\n            addressBookDisallowed();\n        }\n    });\n} else {\n    addressBookDisallowed();\n}\n
", - "name": "Request access to the address book" - }, - { - "code": "

Output to the console all properties of all people.

\n
var singleValue = [\n  'recordId', 'firstName', 'middleName', 'lastName', 'fullName', 'prefix', 'suffix', \n  'nickname', 'firstPhonetic', 'middlePhonetic', 'lastPhonetic', 'organization', \n  'jobTitle', 'department', 'note', 'birthday', 'created', 'modified', 'kind'\n];\nvar multiValue = [\n  'email', 'address', 'phone', 'instantMessage', 'relatedNames', 'date', 'url'\n];\nvar people = Ti.Contacts.getAllPeople();\nTi.API.info('Total contacts: ' + people.length);\nfor (var i=0, ilen=people.length; i<ilen; i++){\n  Ti.API.info('---------------------');\n  var person = people[i];\n  for (var j=0, jlen=singleValue.length; j<jlen; j++){\n    Ti.API.info(singleValue[j] + ': ' + person[singleValue[j]]);\n  }\n  for (var j=0, jlen=multiValue.length; j<jlen; j++){\n    Ti.API.info(multiValue[j] + ': ' + JSON.stringify(person[multiValue[j]]));\n  }\n}\n
", - "name": "Query Existing System Address Book Records" - }, - { - "code": "

Create two new records in the system address book. Note that the Titanium.Contacts.Person \nobject is queried in the same way that it is created (as shown in previous example.)

\n
Ti.API.info('Saving contact...');\nTi.Contacts.createPerson({\n  firstName: 'Paul',\n  lastName: 'Dowsett',\n  address:{\n    work:[\n      {\n        CountryCode: 'gb', // determines how the address is displayed\n        Street: '200 Brook Drive\\nGreen Park',\n        City: 'Reading',\n        County: 'Berkshire',\n        Country: 'England',\n        ZIP: 'RG2 6UB'\n      },\n      {\n        CountryCode: 'gb', // determines how the address is displayed\n        Street: '1 St Pauls Road\\nClerkenwell',\n        City: 'City of London',\n        State: 'London',\n        Country: 'England',\n        ZIP: 'EC1 1AA'\n      }\n    ],\n    home:[\n      {\n        CountryCode: 'gb', // determines how the address is displayed\n        Street: '2 Boleyn Court',\n        City: 'London',\n        State: 'Greenwich',\n        Country: 'England',\n        ZIP: 'SE10'\n      }\n    ]\n  },\n  birthday: '2012-01-01T12:00:00.000+0000',\n  instantMessage:{\n    home:[\n      {\n        service: 'AIM',\n        username: 'leisureAIM'\n      },\n      {\n        service: 'MSN',\n        username: 'no_paul_here@msn.com'\n      }\n    ],\n    work:[\n      {\n        service: 'AIM',\n        username: 'seriousAIM'\n      }\n    ]\n  },\n  organization: 'Appcelerator',\n  phone:{\n    mobile: ['07900 000001', '07900 000002'],\n    work: ['+44 (0)118 925 6128', '+44 (0)118 000 0000']\n  },\n  url:{\n    homepage: ['www.google.com'],\n    work: ['www.appcelerator.com', 'www.example.com']\n  }\n});\nTi.API.info('Contact saved');\n\nTi.API.info('Saving contact...');\nvar workAddress1 = {\n  'CountryCode': 'us',\n  'Street':  '440 N. Bernardo Avenue',\n  'City': 'Mountain View',\n  'State': 'California',\n  'Country': 'United States',\n  'ZIP': '94043'\n};\n\nTi.Contacts.createPerson({\n  firstName:'Arthur',\n  lastName:'Evans',\n  address:{\n    'work':[workAddress1]\n  }\n});\nTi.API.info('Contact saved');\n
", - "name": "Add New System Address Book Records" - }, - { - "code": "

Listen for the reload event to repopulate the contact data\nif it was modified externally, for example, in the iOS Contacts app.

\n
var win = Ti.UI.createWindow();\nvar table = Ti.UI.createTableView();\n\n// Repopulate contact data\nfunction reloadContacts() {\n    var contacts = Ti.Contacts.getAllPeople();\n    var data = [];\n    for (var i = 0; i < contacts.length; i++) {\n        var title = contacts[i].fullName;\n        if (!title || title.length === 0) {\n            title = \"(no name)\";\n        }\n        var row = Ti.UI.createTableViewRow({\n            title: title\n        });\n        data.push(row);\n    }\n    table.data = data;\n}\n\nTi.Contacts.addEventListener('reload', function(e){\n    alert('Reloading contacts. Your contacts were changed externally!');\n    reloadContacts();\n});\n\n// initial call to populate contact data\nreloadContacts();\n\nwin.add(table);\nwin.open();\n
", - "name": "Repopulate contact data if it was modified externally" - } - ], - "remarks": [ - "

See examples for more information.

\n

iOS Platform Notes

\n

On iOS, the contacts database may be modified by an external application, causing any Person or\nGroup objects you've retrieved to be out of sync with the database. The IDs of these objects are\nnot guaranteed to remain the same, so updating an object when it is out of sync may have\nunpredictable results.

\n

To avoid this, listen for the reload event. When you receive a\nreload event, you should assume that any existing Person or Group objects are invalid and\nreload them from the Contacts module before modifying them.

\n

See the examples for sample use of the reload event.

" - ], - "properties": [ - { - "name": "AUTHORIZATION_AUTHORIZED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A contactsAuthorization value \nindicating that the application is authorized to use the address book.

" - }, - { - "name": "AUTHORIZATION_DENIED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A contactsAuthorization value \nindicating that the application is not authorized to use the address book.

" - }, - { - "name": "AUTHORIZATION_RESTRICTED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A contactsAuthorization value \nindicating that the application is not authorized to use the address book and\nthe user cannot change this application's status.

" - }, - { - "name": "AUTHORIZATION_UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A contactsAuthorization value \nindicating that the authorization state is unknown.

" - }, - { - "name": "CONTACTS_KIND_ORGANIZATION", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Specifies that a contact is an organization.

" - }, - { - "name": "CONTACTS_KIND_PERSON", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Specifies that a contact is a person.

" - }, - { - "name": "CONTACTS_SORT_FIRST_NAME", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Specifies that group members will be sorted by first name.

" - }, - { - "name": "CONTACTS_SORT_LAST_NAME", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Specifies that group members will be sorted by last name.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "contactsAuthorization", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Returns an authorization constant indicating if the application has access to the address book.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createGroup", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Contacts.Group", - "description": "

Properties to set on a new object, including any in Titanium.Contacts.Group except \nthose marked as non-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Contacts.Group", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Contacts.Group.

" - }, - { - "name": "createPerson", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Contacts.Person", - "description": "

Properties to set on a new object, including any in Titanium.Contacts.Person except \nthose marked as non-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Contacts.Person", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Contacts.Person, and commits all pending \nchanges to the underlying contacts database.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAllGroups", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets all groups.

" - }, - { - "name": "getAllPeople", - "isInternal": false, - "parameters": [ - { - "name": "limit", - "usage": "required", - "type": "Number", - "description": "

Maximum number of people. Android only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets all people, unless a limit is specified. On Tizen, use Titanium.Contacts.Tizen.getAllPeople.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getContactsAuthorization", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the contactsAuthorization property.

" - }, - { - "name": "getGroupByID", - "isInternal": false, - "parameters": [ - { - "name": "id", - "usage": "required", - "type": "Number", - "description": "

Group identifier.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Contacts.Group", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the group with the specified identifier.

" - }, - { - "name": "getPeopleWithName", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name to match.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets people with a firstName, middleName or lastName field, or a combination \nof these fields, that match the specified name.

\n

On Tizen, use Titanium.Contacts.Tizen.getPeopleWithName.

" - }, - { - "name": "getPersonByID", - "isInternal": false, - "parameters": [ - { - "name": "id", - "usage": "required", - "type": "Number", - "description": "

Contact identifier.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Contacts.Person", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the person with the specified identifier.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "removeGroup", - "isInternal": false, - "parameters": [ - { - "name": "group", - "usage": "required", - "type": "Titanium.Contacts.Group", - "description": "

Contact group.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a group from the address book.

" - }, - { - "name": "removePerson", - "isInternal": false, - "parameters": [ - { - "name": "person", - "usage": "required", - "type": "Titanium.Contacts.Person", - "description": "

Contact.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a contact from the address book.

" - }, - { - "name": "requestAuthorization", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when when authorization is no longer unknown.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.3" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.3" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

If authorization is unknown, will bring up a dialog requesting permission.

" - }, - { - "name": "revert", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Reverts all changes made by the previous save to the address book.

" - }, - { - "name": "save", - "isInternal": false, - "parameters": [ - { - "name": "contacts", - "usage": "required", - "type": "Array", - "description": "

List of contacts to save. Used on Android only.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Commits all pending changes to the underlying contacts database.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "showContacts", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "showContactsParams", - "description": "

Argument containing parameters for this method. Optional on Android.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Displays a picker that allows a person to be selected.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [ - { - "name": "reload", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the database backing the contacts module is modified externally.

" - } - ] - }, - { - "name": "Titanium.Cloud.Files", - "description": "

Provides methods for accessing ACS files.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates a new file and checks the response.

\n
Cloud.Files.create({\n    name: 'test.dat',\n    file: Titanium.Filesystem.getFile('test.dat')\n}, function (e) {\n    if (e.success) {\n        var file = e.files[0];\n        alert('Success:\\n' +\n            'id: ' + file.id + '\\n' +\n            'name: ' + file.name + '\\n' +\n            'updated_at: ' + file.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create File" - }, - { - "code": "

This example retrieves information about a file and checks the response.

\n
Cloud.Files.show({\n    file_id: savedFileId\n}, function (e) {\n    if (e.success) {\n        var file = e.files[0];\n        alert('Success:\\n' +\n            'id: ' + file.id + '\\n' +\n            'name: ' + file.name + '\\n' +\n            'updated_at: ' + file.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show a File" - }, - { - "code": "

This example requests a list of files and checks the response.

\n
Cloud.Files.query({\n    page: 1,\n    per_page: 20\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.files.length);\n        for (var i = 0; i < e.files.length; i++) {\n            var file = e.files[i];\n            alert('id: ' + file.id + '\\n' +\n                'name: ' + file.name + '\\n' +\n                'updated_at: ' + file.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Query for Files" - }, - { - "code": "

This example updates a file and checks the response.

\n
Cloud.Files.update({\n    file_id: savedFileId,\n    name: 'Notice'\n}, function (e) {\n    if (e.success) {\n        var file = e.files[0];\n        alert('Success:\\n' +\n            'id: ' + file.id + '\\n' +\n            'name: ' + file.name + '\\n' +\n            'updated_at: ' + file.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Update a File" - }, - { - "code": "

This example deletes a file and checks the response.

\n
Cloud.Files.remove({\n    file_id: savedFileId\n}, function (e) {\n    if (e.success) {\n        alert('Removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove a File" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Create a file.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "query", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of files with sorting and pagination.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Delete a file.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve information about a file.

" - }, - { - "name": "update", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Update the information for a file.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.ListItem", - "description": "

A list item is an individual item in a list section.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "examples": [ - { - "code": "

Creates a list without using an item template. Monitors the itemclick event to check and\nuncheck tasks.

\n
var win = Ti.UI.createWindow({backgroundColor: 'white'});\nvar listView = Ti.UI.createListView();\n\nvar tasks = [\n    {id: 'trash', name: 'Take Out the Trash', icon: 'trash.png'},\n    {id: 'dishes', name: 'Do the Dishes', icon: 'dishes.png'},\n    {id: 'doggie', name: 'Walk the Dog', icon: 'doggie.png'}\n];\n\nvar data = [];\nfor (var i = 0; i < tasks.length; i++) {\n    data.push(\n        { properties: {\n            itemId: tasks[i].id,\n            title: tasks[i].name,\n            image: tasks[i].icon,\n            accessoryType: Ti.UI.LIST_ACCESSORY_TYPE_NONE,\n            color: 'black'\n        }\n    });\n}\n\nvar section = Ti.UI.createListSection();\nsection.setItems(data);\nlistView.sections = [section];\nlistView.addEventListener('itemclick', function(e){\n    var item = section.getItemAt(e.itemIndex);\n    if (item.properties.accessoryType == Ti.UI.LIST_ACCESSORY_TYPE_NONE) {\n        item.properties.accessoryType = Ti.UI.LIST_ACCESSORY_TYPE_CHECKMARK;\n        item.properties.color = 'red';\n    }\n    else {\n        item.properties.accessoryType = Ti.UI.LIST_ACCESSORY_TYPE_NONE;\n        item.properties.color = 'black';\n    }\n    section.updateItemAt(e.itemIndex, item);\n});\nwin.add(listView);\nwin.open();\n
", - "name": "Default List Items" - }, - { - "code": "

Previous example modified to use an item template. The template defines a small icon on the\nfar left, a title label to the right of the icon and a subtitle below the title label in\nsmaller text.

\n

Monitors the click event of the item rather than the itemclick event of the list view.

\n
var win = Ti.UI.createWindow({backgroundColor: 'white'});\n\nvar plainTemplate = {\n    childTemplates: [\n        {                            // Image justified left\n            type: 'Ti.UI.ImageView', // Use an image view for the image\n            bindId: 'pic',           // Maps to a custom pic property of the item data\n            properties: {            // Sets the image view properties\n                width: '50dp', height: '50dp', left: 0\n            }\n        },\n        {                            // Title\n            type: 'Ti.UI.Label',     // Use a label for the title\n            bindId: 'title',         // Maps to a custom title property of the item data\n            properties: {            // Sets the label properties\n                color: 'black',\n                font: { fontFamily:'Arial', fontSize: '20dp', fontWeight:'bold' },\n                left: '60dp', top: 0,\n            },\n        },\n        {                            // Subtitle\n            type: 'Ti.UI.Label',     // Use a label for the subtitle\n            bindId: 'subtitle',      // Maps to a custom subtitle property of the item data\n            properties: {            // Sets the label properties\n                color: 'gray',\n                font: { fontFamily:'Arial', fontSize: '14dp' },\n                left: '60dp', top: '25dp',\n            }\n        }\n    ],\n    // Binds a callback to the click event, which catches events bubbled by the view subcomponents.\n    events: {click: toggleCheck }\n};\n\n// The following API calls are equivalent to using jQuery.extend(true, {}, oldObject)\n// Copy the plainTemplate\nvar redTemplate = JSON.parse(JSON.stringify(plainTemplate));\n// Change the text color to red\nredTemplate.childTemplates[1].properties.color = 'red';\nredTemplate.childTemplates[2].properties.color = 'red';\n// Rebind the click event callback\nredTemplate.events.click = toggleCheck;\n\nvar listView = Ti.UI.createListView({\n    // Maps plainTemplate to 'uncheck' and redTemplate to 'check' \n    templates: { 'uncheck': plainTemplate, 'check': redTemplate },\n    // Use 'uncheck', that is, the plainTemplate created earlier for all items\n    // Can be overridden by the item's template property\n    defaultItemTemplate: 'uncheck'\n});\n\nvar tasks = [\n    {id: 'trash', name: 'Take Out the Trash', person: 'Yakko', icon: 'trash.png'},\n    {id: 'dishes', name: 'Do the Dishes', person: 'Wakko', icon: 'dishes.png'},\n    {id: 'doggie', name: 'Walk the Dog', person: 'Dot', icon: 'doggie.png'}\n];\n\nvar data = [];\nfor (var i = 0; i < tasks.length; i++) {\n    data.push({\n        // Maps to the title component in the template\n        // Sets the text property of the Label component\n        title : { text: tasks[i].name },\n        // Maps to the subtitle component in the template\n        // Sets the text property of the Label component\n        subtitle : { text : tasks[i].person },\n        // Maps to the pic component in the template\n        // Sets the image property of the ImageView component\n        pic : { image : tasks[i].icon },\n        // Sets the regular list data properties\n        properties : {\n            itemId: tasks[i].id,\n            accessoryType: Ti.UI.LIST_ACCESSORY_TYPE_NONE,\n        }\n    });\n}\n\nvar section = Ti.UI.createListSection();\nsection.setItems(data);\nlistView.sections = [section];\n\n// Modified version of the `itemclick` event listener\n// Changes the item template rather than the list item's color property\nfunction toggleCheck (e) {\n    var item = section.getItemAt(e.itemIndex);\n    if (item.properties.accessoryType == Ti.UI.LIST_ACCESSORY_TYPE_NONE) {\n        item.properties.accessoryType = Ti.UI.LIST_ACCESSORY_TYPE_CHECKMARK;\n        item.template = 'check';\n    }\n    else {\n        item.properties.accessoryType = Ti.UI.LIST_ACCESSORY_TYPE_NONE;\n        item.template = 'uncheck';\n    }\n    section.updateItemAt(e.itemIndex, item);\n}\n\nwin.add(listView);\nwin.open();\n
", - "name": "List Items with an Item Template" - } - ], - "remarks": [ - "

A list item is a combination of a ListDataItem and ItemTemplate. The list data item\nrepresents the actual data, while the item template represents the style elements of the item.

\n

You do not create ListItem objects the same way you do other Titanium proxies.\nA Ti.UI.createListItem method does not exist to create list item objects.

\n

Instead, you have to pass a ListDataItem array to the setItems method of a ListSection.\nThe list data items contain the data you want to display in the list.

\n

By default, only the title, image and accessoryType keys of the list data item's\nproperties dictionary are displayed if an item template is not defined. See \"Default List Item\"\nfor an example of using the default template.

\n

Item Templates

\n

To customize the style of a list item, use an item template to create your view structure.

\n

Add key-value pairs of view properties and their values to the properties dictionary of the\nitem template to set view properties of the list item.

\n

Add key-value pairs of event names and their callback functions (or array of callback functions\nfor multiple callback bindings) to the events dictionary of the item template to bind callbacks\nto events, which are bubbled from the subcomponents of the item.

\n

Add additional views, such as labels or image views, to the childTemplates array of the item\ntemplate. The child templates are item templates with two extra properties:

\n\n

For example, suppose you have a list data item defined as {foo:{text: 'foobar'}} and an item\ntemplate defined as {childTemplates: [{type: 'Ti.UI.Label', bindId: 'foo'}]}. The foo\nproperty in the list data item binds to the label in the template, which sets the text\nproperty of the label in the template to the text property in the list data item.

\n

To bind the list data item to an item template, use the Titanium.UI.ListView.templates\nproperty to map the template to a style name, then use the style name to either set the\nTitanium.UI.ListView.defaultItemTemplate property to globally set the style for all items or set the\ntemplate property of the list data item to override or individually set the style.

\n

On iOS, you can specify one of the template constants for the property\nor Titanium.UI.ListView.defaultItemTemplate property: Titanium.UI.LIST_ITEM_TEMPLATE_CONTACTS,\nTitanium.UI.LIST_ITEM_TEMPLATE_SETTINGS or Titanium.UI.LIST_ITEM_TEMPLATE_SUBTITLE.

\n

Eventing

\n

Unlike other views, you cannot use the addEventListener method to bind callbacks to events for a\nListItem.

\n

Use the ListView's itemclick event to monitor click events on\nitems in the list view. Do not rely on the source property to determine which item fired the\nevent. Either use the sectionIndex and itemIndex, or the itemId to determine the list item\nthat generated the event, and use the bindId to check which child control fired the event.\nSee \"Default List Item\" for an example of using the itemclick event.

\n

To monitor events that bubble to the ListItem or to monitor events of the view subcomponents,\nbind them to the item by using the events dictionary of the item template or the child view\ntemplates, respectively. Add the bindings as key-value pairs, where the key is the event name\nand the value is the callback (or array of callbacks for multiple bindings). See \"List Items\nwith an Item Template\" for an example of binding a click event to an item using an item template.

" - ], - "properties": [ - { - "name": "accessoryType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Sets an accessory on the right side of an item.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default text color of the item when not selected, as a color name or hex triplet.

" - }, - { - "name": "font", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Font", - "isClassProperty": false, - "description": "

Font to use for the item title.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Row height in platform-specific units.

" - }, - { - "name": "image", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image to render in the image area of the item, specified as a local path or URL.

" - }, - { - "name": "itemId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A user defined string that gets passed to events.

" - }, - { - "name": "selectionStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Selection style constant to control the selection color.

" - }, - { - "name": "subtitle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Subtitle to set in the text area of the item.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title to set in the text area of the item.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.TableViewStyle", - "description": "

A set of constants for the style that can be used for the button style property of \nTitanium.UI.TableView.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "GROUPED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A table view whose sections present distinct groups of rows. The section headers and footers \ndo not float.

" - }, - { - "name": "PLAIN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A plain table view. Any section headers or footers are displayed as inline separators and \nfloat when the table view is scrolled.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Media.AudioRecorder", - "description": "

An audio recorder object used for recording audio from the device microphone.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

Use the Titanium.Media.createAudioRecorder method to create an audio recorder.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "compression", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Audio compression to be used for the recording.

" - }, - { - "name": "format", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Audio format to be used for the recording.

" - }, - { - "name": "paused", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the audio recorder is paused.

" - }, - { - "name": "recording", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the audio recorder is recording.

" - }, - { - "name": "stopped", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the audio recorder is stopped.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCompression", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the compression property.

" - }, - { - "name": "getFormat", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the format property.

" - }, - { - "name": "getPaused", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the paused property.

" - }, - { - "name": "getRecording", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the recording property.

" - }, - { - "name": "getStopped", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the stopped property.

" - }, - { - "name": "pause", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Pauses the current audio recording.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "resume", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Resumes a paused recording.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCompression", - "isInternal": false, - "parameters": [ - { - "name": "compression", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the compression property.

" - }, - { - "name": "setFormat", - "isInternal": false, - "parameters": [ - { - "name": "format", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the format property.

" - }, - { - "name": "start", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts an audio recording.

" - }, - { - "name": "stop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.Filesystem.File", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stops the current audio recording and returns the recorded audio file.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.WebView", - "description": "

The web view allows you to open an HTML5 based view which can load either local or remote content.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a web view to a remote URL and open the window as modal.

\n
  var webview = Titanium.UI.createWebView({url:'http://www.appcelerator.com'});\n    var window = Titanium.UI.createWindow();\n    window.add(webview);\n    window.open({modal:true});\n
", - "name": "Basic Web View to External URL" - }, - { - "code": "

Previous example as an Alloy view.

\n
<Alloy>\n    <Window id=\"win\" modal=\"true\">\n        <WebView id=\"webview\" url=\"http://www.appcelerator.com\" />\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The web view content can be any valid web content such as HTML, PDF, SVG or other WebKit supported \ncontent types.

\n

JavaScript in the web view executes in its own context. When running local web content\n(that is, content that is included in the application's resources), scripts have\naccess to the Titanium namespace. In particular, when running local web content:

\n\n

Scripts downloaded from remote web servers cannot access the Titanium namespace,\nhowever, you can use the web view evalJS method \nto execute a JavaScript expression inside the web view, and retrieve the value \nof an expression.

\n

Use the Titanium.UI.createWebView method to create a web view.

\n

Web views are more expensive to create than other native views because of the requirement to\nload the HTML browser into memory.

\n

iOS Platform Implementation Notes

\n

On the iOS platform, the native web view handles scrolling and other related touch\nevents internally. If you add event listeners on the web view or its parent views\nfor any of the standard touch events (touchstart, click, and so on), these events\ndo not reach the native web view, and the user will not be able to scroll, zoom, click\non links, and so on. To prevent this default behavior, set\nwillHandleTouches to false.

\n

In other words, you can have either Titanium-style events against the \nweb view instance, or internal JavaScript events in the DOM, but not both.

\n

Android Platform Implementation Notes

\n

The Android web view supports native plugins such as Flash Player. To use plugin\ncontent, you must set the pluginState property to\neither WEBVIEW_PLUGINS_ON or \nWEBVIEW_PLUGINS_ON_DEMAND.

\n

You must also call pause when the current activity is\npaused, to prevent plugin content from continuing to run in the background. Call\nresume when the current activity is resumed. You can\ndo this by adding listeners for the Activity.pause\nand Activity.resume events.

\n

For More Information

\n

See Integrating Web\nContent\nin the Titanium Mobile Guides for more information on using web views, including use\ncases, more code examples, and best practices for web view content.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "data", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Blob", - "isClassProperty": false, - "description": "

Web content to load.

" - }, - { - "name": "disableBounce", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view will bounce when scrolling to the edge of the scrollable region.

" - }, - { - "name": "enableZoomControls", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If true, zoom controls are enabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "hideLoadIndicator", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Hides activity indicator when loading remote URL.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "html", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

HTML content of this web view.

" - }, - { - "name": "ignoreSslError", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Controls whether to ignore invalid SSL certificates or not.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "loading", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the webview is loading content.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "overScrollMode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

One of Titanium.UI.Android.OVER_SCROLL_ALWAYS, Titanium.UI.Android.OVER_SCROLL_IF_CONTENT_SCROLLS, or Titanium.UI.Android.OVER_SCROLL_NEVER.

" - }, - { - "name": "pluginState", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines how to treat content that requires plugins in this web view.

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "scalesPageToFit", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If true, scale contents to fit the web view.

" - }, - { - "name": "scrollsToTop", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Controls whether the scroll-to-top gesture is effective.

" - }, - { - "name": "showScrollbars", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.2" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If true, scrollbars are displayed if content is larger than the web view.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

URL to the web document.

" - }, - { - "name": "userAgent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The User-Agent header used by the web view when requesting content.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "willHandleTouches", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Explicitly specifies if this web view handles touches.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "canGoBack", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if the web view can go back in its history list.

" - }, - { - "name": "canGoForward", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if the web view can go forward in its history list.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "evalJS", - "isInternal": false, - "parameters": [ - { - "name": "code", - "usage": "required", - "type": "String", - "description": "

JavaScript code as a string. The code will be evaluated inside the web view context.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Evaluates a JavaScript expression inside the context of the web view and\noptionally, returns a result.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getData", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - }, - { - "type": "Titanium.Filesystem.File", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the data property.

" - }, - { - "name": "getDisableBounce", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the disableBounce property.

" - }, - { - "name": "getEnableZoomControls", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enableZoomControls property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHideLoadIndicator", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hideLoadIndicator property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getHtml", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the html property.

" - }, - { - "name": "getIgnoreSslError", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ignoreSslError property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getLoading", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the loading property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getOverScrollMode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the overScrollMode property.

" - }, - { - "name": "getPluginState", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the pluginState property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getScalesPageToFit", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scalesPageToFit property.

" - }, - { - "name": "getScrollsToTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scrollsToTop property.

" - }, - { - "name": "getShowScrollbars", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.2" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showScrollbars property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the url property.

" - }, - { - "name": "getUserAgent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the userAgent property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getWillHandleTouches", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the willHandleTouches property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "goBack", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Goes back one entry in the web view's history list, to the previous page.

" - }, - { - "name": "goForward", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Goes forward one entry in this web view's history list, if possible.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "pause", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Pauses native webview plugins.

" - }, - { - "name": "release", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Releases memory when the web view is no longer needed.

" - }, - { - "name": "reload", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Reloads the current webpage.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "repaint", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Forces the web view to repaint its contents.

" - }, - { - "name": "resume", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Resume native webview plugins.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBasicAuthentication", - "isInternal": false, - "parameters": [ - { - "name": "username", - "usage": "required", - "type": "String", - "description": "

Basic auth username.

" - }, - { - "name": "password", - "usage": "required", - "type": "String", - "description": "

Basic auth password.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the basic authentication for this web view to use on subsequent URl requests.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setData", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "Titanium.Blob", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the data property.

" - }, - { - "name": "setDisableBounce", - "isInternal": false, - "parameters": [ - { - "name": "disableBounce", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the disableBounce property.

" - }, - { - "name": "setEnableZoomControls", - "isInternal": false, - "parameters": [ - { - "name": "enableZoomControls", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enableZoomControls property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHideLoadIndicator", - "isInternal": false, - "parameters": [ - { - "name": "hideLoadIndicator", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hideLoadIndicator property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setHtml", - "isInternal": false, - "parameters": [ - { - "name": "html", - "usage": "required", - "type": "Object", - "description": "

New HTML to display in the web view.

" - }, - { - "name": "options", - "usage": "optional", - "type": "Object", - "description": "

Optional parameters for the content. Only used by iOS and Android.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of html property.

" - }, - { - "name": "setIgnoreSslError", - "isInternal": false, - "parameters": [ - { - "name": "ignoreSslError", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ignoreSslError property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setLoading", - "isInternal": false, - "parameters": [ - { - "name": "loading", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the loading property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setOverScrollMode", - "isInternal": false, - "parameters": [ - { - "name": "overScrollMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the overScrollMode property.

" - }, - { - "name": "setPluginState", - "isInternal": false, - "parameters": [ - { - "name": "pluginState", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the pluginState property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setScalesPageToFit", - "isInternal": false, - "parameters": [ - { - "name": "scalesPageToFit", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scalesPageToFit property.

" - }, - { - "name": "setScrollsToTop", - "isInternal": false, - "parameters": [ - { - "name": "scrollsToTop", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scrollsToTop property.

" - }, - { - "name": "setShowScrollbars", - "isInternal": false, - "parameters": [ - { - "name": "showScrollbars", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.2" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showScrollbars property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setUrl", - "isInternal": false, - "parameters": [ - { - "name": "url", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the url property.

" - }, - { - "name": "setUserAgent", - "isInternal": false, - "parameters": [ - { - "name": "userAgent", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the userAgent property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setWillHandleTouches", - "isInternal": false, - "parameters": [ - { - "name": "willHandleTouches", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the willHandleTouches property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "stopLoading", - "isInternal": false, - "parameters": [ - { - "name": "hardStop", - "usage": "required", - "type": "Boolean", - "description": "

Forces the web view to destroy the iFrame (Mobile Web and Tizen only).

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stops loading a currently loading page.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "beforeload", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "navigationType", - "deprecated": false, - "type": "Number", - "description": "

Constant indicating the user's action:\nTitanium.UI.iOS.WEBVIEW_NAVIGATIONTYPE_LINK_CLICKED,\nTitanium.UI.iOS.WEBVIEW_NAVIGATIONTYPE_FORM_SUBMITTED,\nTitanium.UI.iOS.WEBVIEW_NAVIGATIONTYPE_BACK_FORWARD,\nTitanium.UI.iOS.WEBVIEW_NAVIGATIONTYPE_RELOAD,\nTitanium.UI.iOS.WEBVIEW_NAVIGATIONTYPE_FORM_RESUBMITTED, or\nTitanium.UI.iOS.WEBVIEW_NAVIGATIONTYPE_OTHER.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "url", - "deprecated": false, - "type": "", - "description": "

URL of the web document being loaded.

" - } - ], - "description": "

Fired before the web view starts loading its content.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "error", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

Error code.\nIf the error was generated by the operating system, that system's error value\nis used. This may also be a A Titanium.UI URL_ERROR_* constant.\nOtherwise, this value will be -1.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

Error message, if any returned. May be undefined.

" - }, - { - "name": "errorCode", - "deprecated": true, - "type": "Number", - "description": "

A Titanium.UI URL_ERROR_* constant or underlying platform specific error code. Use code instead. Deprecated since 3.1.0.

" - }, - { - "name": "message", - "deprecated": true, - "type": "String", - "description": "

Error message. Use error instead. Deprecated since 3.1.0.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates a successful operation. Returns false.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "url", - "deprecated": false, - "type": "String", - "description": "

URL of the web document.

" - } - ], - "description": "

Fired when the web view cannot load the content.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "load", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "url", - "deprecated": false, - "type": "", - "description": "

URL of the web document.

" - } - ], - "description": "

Fired when the web view content is loaded.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "ReverseGeocodeResponse", - "description": "

Simple object returned in the callback from the \nreverseGeocoder method.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0 if success is true.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "places", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

An array of reverse-geocoded addresses matching the requested location.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Android.Calendar.Reminder", - "description": "

An object that represents a single reminder for an event in an Android calendar. Deprecated since 3.1.1.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [ - "

Reminders should be created using the Titanium.Android.Calendar.Event.createReminder method \nrather than directly.

\n

See Titanium.Android.Calendar for examples of retrieving reminder information and creating \nreminders for events.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Identifier of this reminder.

" - }, - { - "name": "method", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Method by which this reminder will be delivered.

" - }, - { - "name": "minutes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Reminder notice period in minutes, that determines how long prior to the event this reminder \nshould trigger.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the id property.

" - }, - { - "name": "getMethod", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the method property.

" - }, - { - "name": "getMinutes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minutes property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.SystemButton", - "description": "

A set of constants for creating standard iOS system buttons.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

Most of these constants are used with the\nButton.systemButton property to define a standard\niOS system buttons for use in navigation bars and toolbars.

\n

See Titanium.UI.Button for more information on the systemButton property, including details\non where system buttons can be used.

\n

A few of these constants are used with Button.style to\ncreate standard iOS buttons that can be used in other places, including table view rows.\nThese standard button types are:

\n\n

See Apple's \niOS Human Interface Guidelines \nin the iOS Developer Library for details on the proper usage of iOS standard buttons\nand icons.

" - ], - "properties": [ - { - "name": "ACTION", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify an Action button.

" - }, - { - "name": "ACTIVITY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to create an activity indicator that\ncan be used in navigation bars and toolbars.

" - }, - { - "name": "ADD", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify an Add button.

" - }, - { - "name": "BOOKMARKS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Bookmarks button.

" - }, - { - "name": "CAMERA", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Camera button.

" - }, - { - "name": "CANCEL", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Cancel button.

" - }, - { - "name": "COMPOSE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Compose button.

" - }, - { - "name": "CONTACT_ADD", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.style to specify a ContactAdd button.

" - }, - { - "name": "DISCLOSURE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.style to specify a Disclosure button.

" - }, - { - "name": "DONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Done button.

" - }, - { - "name": "EDIT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify an Edit button.

" - }, - { - "name": "FAST_FORWARD", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Fast Forward button.

" - }, - { - "name": "FIXED_SPACE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to create a fixed-width blank space \nfor spacing items in toolbars.

" - }, - { - "name": "FLEXIBLE_SPACE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to create a flexible blank space \nfor spacing items in toolbars.

" - }, - { - "name": "INFO_DARK", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.style to specify a dark-colored Info button.

" - }, - { - "name": "INFO_LIGHT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.style to specify a light-colored Info button.

" - }, - { - "name": "ORGANIZE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify an Organize button.

" - }, - { - "name": "PAUSE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Pause button.

" - }, - { - "name": "PLAY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Play button.

" - }, - { - "name": "REFRESH", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Refresh button.

" - }, - { - "name": "REPLY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Reply button.

" - }, - { - "name": "REWIND", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Rewind button.

" - }, - { - "name": "SAVE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Save button.

" - }, - { - "name": "SPINNER", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Identical to ACTIVITY.

" - }, - { - "name": "STOP", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Stop button.

" - }, - { - "name": "TRASH", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with Button.systemButton to specify a Trash button.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.iOS.TabbedBar", - "description": "

A button bar that maintains a selected state.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

Create a tabbed bar with 3 items.

\n
var bb1 = Titanium.UI.iOS.createTabbedBar({\n    labels:['One', 'Two', 'Three'],\n    backgroundColor:'#336699',\n    top:50,\n    style:Titanium.UI.iPhone.SystemButtonStyle.BAR,\n    height:25,\n    width:200\n});\nwin.add(bb1);\n
", - "name": "Simple Tabbed Bar with 3 items" - }, - { - "code": "

Previous example as an Alloy view.

\n
<Alloy>\n    <Window id=\"win\">\n        <TabbedBar id=\"bb1\" platform=\"ios\" backgroundColor=\"#369\" top=\"50\" height=\"25\" width=\"200\">\n\n            <!-- The Labels tag sets the TabbedBar.labels property. -->\n            <Labels>\n\n                <!-- Specify text with node text or the title attribute. -->\n                <!-- Can also specify the enabled, image and width attributes. -->\n\n                <Label>One</Label>\n                <Label>Two</Label>\n                <Label>Three</Label>\n\n            </Labels>\n\n            <!-- Place additional views for the TabbedBar here. -->\n\n        </TabbedBar>\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The tabbed bar is created by the Titanium.UI.iOS.createTabbedBar method.

\n

A tabbed bar is a button bar that maintains a state (visually distinguished as a pressed or \nselected look).

\n

It is closely related to the ButtonBar control. See the description of \nButtonBar for information on styling tabbed bars and buttons bars.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "index", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index of the currently selected button.

" - }, - { - "name": "labels", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of labels for the tabbed bar.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "style", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the tabbed bar.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the index property.

" - }, - { - "name": "getLabels", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - }, - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the labels property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the style property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setIndex", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the index property.

" - }, - { - "name": "setLabels", - "isInternal": false, - "parameters": [ - { - "name": "labels", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the labels property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setStyle", - "isInternal": false, - "parameters": [ - { - "name": "style", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the style property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the clicked button.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a button is clicked.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - } - ] - }, - { - "name": "Titanium.Android.ActionBar", - "description": "

The Titanium binding of an Android Action Bar.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

The following example sets several properties on a window's action bar.

\n
var win = Ti.UI.createWindow({\n    title: \"Old Title\",\n    navBarHidden: false\n});\nvar actionBar;\n\nwin.addEventListener(\"open\", function() {\n    if (Ti.Platform.osname === \"android\") {\n        if (! win.activity) {\n            Ti.API.error(\"Can't access action bar on a lightweight window.\");\n        } else {\n            actionBar = win.activity.actionBar;\n            if (actionBar) {\n                actionBar.backgroundImage = \"/bg.png\";\n                actionBar.title = \"New Title\";\n                actionBar.onHomeIconItemSelected = function() {\n                    Ti.API.info(\"Home icon clicked!\");\n                };\n            }\n        }\n    }\n});\n\nwin.open();\n
\n

Nearly identical code can be used for a tab group, but in Release 3.0, the tab group's\nactivity must be accessed using the getActivity method.

", - "name": "Action Bar Example" - } - ], - "remarks": [ - "

According to the Android API Reference, an action bar is a window feature that identifies\nthe application and user location, and provides user actions and navigation modes. This\nfeature is only available in Android 3.0 (API level 11) and above.

\n

To access the action bar, you must first open a heavyweight window or tab group that\nuses one of the action bar themes (such as the Android Holo theme). You can then\naccess the action bar from the window or tab group's activity.

\n

You can add action items to the action bar by defining an Android menu and setting the\nmenu items to display as action items. See Menu and\nMenuItem for details.

\n

See: Action Bar\nin the Android API Reference.

" - ], - "properties": [ - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The background image for the action bar, specified as a local file path or URL.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "displayHomeAsUp", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Displays an \"up\" affordance on the \"home\" area of the action bar.

" - }, - { - "name": "icon", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Sets the application icon displayed in the \"home\" area of the action bar, specified as a local file path or URL.

" - }, - { - "name": "logo", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Sets the application logo displayed in the \"home\" area of the action bar, specified as a local file path or URL.

" - }, - { - "name": "onHomeIconItemSelected", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Callback function called when the home icon is clicked.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Sets the title of the action bar.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides the action bar if it is currently showing.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setDisplayHomeAsUp", - "isInternal": false, - "parameters": [ - { - "name": "displayHomeAsUp", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the displayHomeAsUp property.

" - }, - { - "name": "setIcon", - "isInternal": false, - "parameters": [ - { - "name": "icon", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the icon property.

" - }, - { - "name": "setLogo", - "isInternal": false, - "parameters": [ - { - "name": "logo", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the logo property.

" - }, - { - "name": "setOnHomeIconItemSelected", - "isInternal": false, - "parameters": [ - { - "name": "onHomeIconItemSelected", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the onHomeIconItemSelected property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows the action bar if it is currently hidden.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "MusicLibraryOptionsType", - "description": "

Simple object for specifying options to openMusicLibrary.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "allowMultipleSelections", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Set to true to allow the user to select multiple items from the library.

" - }, - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean if the dialog should be animated when showing and hiding.

" - }, - { - "name": "autohide", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Specifies that the library should be hidden automatically after media selection is completed.

" - }, - { - "name": "cancel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to call if the user presses the cancel button.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to call upon receiving an error.

" - }, - { - "name": "mediaTypes", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

An array of media type constants defining selectable media.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to call when the music library selection is made.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.XML.DOMImplementation", - "description": "

The Titanium.XML.DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.Implements the DOM Level 2 API on Android and iOS. Exposes the DOM Level 3 API implementation on Mobile Web.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createDocument", - "isInternal": false, - "parameters": [ - { - "name": "namespaceURI", - "usage": "required", - "type": "String", - "description": "

The namespace URI of the document element to create.

" - }, - { - "name": "qualifiedName", - "usage": "required", - "type": "String", - "description": "

The qualified name of the document element to be created.

" - }, - { - "name": "doctype", - "usage": "required", - "type": "Titanium.XML.DocumentType", - "description": "

The type of document to be created or null. When doctype is not null, its Node.ownerDocument attribute is set to the document being created.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "

A new Titanium.XML.Document object

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an Titanium.XML.Document object of the specified type with its document element. Raises an exception if qualifiedName is malformed, contains an illegal character, or is inconsistent with namespaceURI. Also raises an exception if doctype has already been used with a different document.

" - }, - { - "name": "createDocumentType", - "isInternal": false, - "parameters": [ - { - "name": "qualifiedName", - "usage": "required", - "type": "String", - "description": "

The qualified name of the document type to be created.

" - }, - { - "name": "publicId", - "usage": "required", - "type": "String", - "description": "

The external subset public identifier.

" - }, - { - "name": "systemId", - "usage": "required", - "type": "String", - "description": "

The external subset system identifier.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.DocumentType", - "description": "

A new Titanium.XML.DocumentType node with Node.ownerDocument set to null.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an empty Titanium.XML.DocumentType node. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur. Raises an exception if qualifiedName is malformed or contains an illegal character.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "hasFeature", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

The name of the feature to test (case-insensitive). The values used by DOM features are defined throughout the DOM Level 2 specifications and listed in the Conformance section. The name must be an XML name. To avoid possible conflicts, as a convention, names referring to features defined outside the DOM specification should be made unique by reversing the name of the Internet domain name of the person (or the organization that the person belongs to) who defines the feature, component by component, and using this as a prefix. For instance, the W3C SVG Working Group defines the feature \"org.w3c.dom.svg\".

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

This is the version number of the feature to test. In Level 2, the string can be either \"2.0\" or \"1.0\". If the version is not specified, supporting any version of the feature causes the method to return true.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

true if the feature is implemented in the specified version, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Test if the Titanium.XML.DOMImplementation implements a specific feature.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Geolocation.Android.LocationRule", - "description": "

A location rule to filter the results returned by location providers.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

All of the properties are optional.

\n

See Titanium.Geolocation.Android for details on using LocationProviders to \nmanually configure location updates.

" - ], - "properties": [ - { - "name": "accuracy", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Minimum accuracy required for a location update.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "maxAge", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Controls the freshness of location updates. Do not forward an update\nunless it is newer than maxAge milliseconds.

" - }, - { - "name": "minAge", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Controls the frequency of location updates.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

If specified, this rule only applies to updates generated\nby the specified provider. If null, this rule applies to all updates.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccuracy", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accuracy property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getMaxAge", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the maxAge property.

" - }, - { - "name": "getMinAge", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minAge property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccuracy", - "isInternal": false, - "parameters": [ - { - "name": "accuracy", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accuracy property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setMaxAge", - "isInternal": false, - "parameters": [ - { - "name": "maxAge", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the maxAge property.

" - }, - { - "name": "setMinAge", - "isInternal": false, - "parameters": [ - { - "name": "minAge", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the minAge property.

" - }, - { - "name": "setName", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the name property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Database", - "description": "

The top-level Database module, used for creating and accessing the\nin-application SQLite database.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "FIELD_TYPE_DOUBLE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for requesting a column's value returned in double form.

" - }, - { - "name": "FIELD_TYPE_FLOAT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for requesting a column's value returned in float form.

" - }, - { - "name": "FIELD_TYPE_INT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for requesting a column's value returned in integer form.

" - }, - { - "name": "FIELD_TYPE_STRING", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for requesting a column's value returned in string form.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "install", - "isInternal": false, - "parameters": [ - { - "name": "path", - "usage": "required", - "type": "String", - "description": "

Path and filename of the database file to copy to internal storage.\nFile location is relative to the script's context unless an absolute\npath, such as one constructed with a Titanium.Filesystem \nconstant, is used.

" - }, - { - "name": "dbName", - "usage": "required", - "type": "String", - "description": "

Destination filename, which will subsequently be passed to\nTitanium.Database.open.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Database.DB", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

A database, with a filename of mydb1 and located in the same directory as the\nthe running script, is installed.

\n
var db1 = Ti.Database.install('mydb1', 'mydb1Installed');\n
\n

The file is copied to the default database location with a file\nextension of sql.

\n

On simulator

\n\n

On device

\n\n

To prevent the database file being automatically backed up to iCloud, use setRemoteBackup.

\n
db1.file.setRemoteBackup(false);\n
", - "name": "Install a Database (iOS)" - }, - { - "code": "

A database, with a filename of mydb1 and located in the same directory as the\nthe running script, is installed.

\n
var db1 = Ti.Database.install('mydb1', 'mydb1Installed');\n
\n

Unlike on iOS, no file extension is added. The file is opened in the\nfollowing default database location, on both emulator and device.

\n", - "name": "Install a Database to Internal Storage (Android)" - }, - { - "code": "

The device is checked for the presence of external storage and a\ndatabase, with a filename of mydb2 and located in the same directory as the\nthe running script, is installed.

\n
if (Ti.Platform.name === 'android' && Ti.Filesystem.isExternalStoragePresent()) {\n  var db2 = Ti.Database.install('mydb2', Ti.Filesystem.externalStorageDirectory + 'path' + Ti.Filesystem.separator + 'to' + Ti.Filesystem.separator + 'mydb2Installed');\n}\n
\n

Unlike on iOS, no file extension is added. The file is copied to the\nabsolute path provided.

\n", - "name": "Install a Database to External Storage (Android)" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Installs an SQLite database to device's internal storage.

" - }, - { - "name": "open", - "isInternal": false, - "parameters": [ - { - "name": "dbName", - "usage": "required", - "type": "String", - "description": "

The dbname previously passed to Titanium.Database.install. On Android, \nan absolute path to the file, including one that is constructed with a \nTitanium.Filesystem constant, may be used.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Database.DB", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

A database, with a persistant name of mydb1Installed and located in the\ndefault database location on internal storage, is opened.

\n
var db = Ti.Database.open('mydb1Installed');\n
\n

A file extension of sql is added, and the file is opened from the\nfollowing location.

\n

On simulator

\n\n

On device

\n", - "name": "Open a Database from Internal Storage (iOS)" - }, - { - "code": "

A database, with a persistant name of mydb1Installed and located in the\ndefault database location on internal storage, is opened.

\n

var db1 = Ti.Database.open('mydb1Installed');

\n

Unlike on iOS, no file extension is added. The file is opened in\nthe following location.

\n", - "name": "Open a Database on Internal Storage (Android)" - }, - { - "code": "

A database, with a filename of mydb2Installed and located at the\nabsolute path provided, is opened.

\n
if (Ti.Platform.name === 'android' && Ti.Filesystem.isExternalStoragePresent()) {\n  var db2 = Ti.Database.open(Ti.Filesystem.externalStorageDirectory + 'path' + Ti.Filesystem.separator + 'to' + Ti.Filesystem.separator + 'mydb2Installed');\n}\n
\n

Unlike on iOS, no file extension is added. The file is copied to the\nabsolute path, as follows.

\n", - "name": "Open a Database on External Storage (Android)" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens an SQLite database.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "launchOptions", - "description": "

Dictionary describing the arguments passed to the application on startup.\nUse the getArguments method to retrieve the launch options.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "launchOptionsLocationKey", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If set to true, this key indicates that the application was launched in response to an\nincoming location event.

" - }, - { - "name": "source", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

This key indicates that the application was launched by another\napplication with the specified bundle ID.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

This key indicates that the application was launched in order to open\nthe specified URL.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.TableViewSection", - "description": "

A table view section is a container within a table used to organize table view rows.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Use the Titanium.UI.createTableViewSection method to create a TableViewSection.

\n

Before the table is rendered, the TableViewSection add \nmethod may be used to add TableViewRow objects to a section. After \nit is rendered, one of the TableView insertRowBefore, \ninsertRowAfter, or \nappendRow methods must be used instead.

\n

To remove a row from a section after the table is rendered, use the TableView \ndeleteRow method.

\n

In order for a section to be visible, either its headerTitle or headerView property must be \nconfigured.

\n

Starting in Release 3.0, you can directly manipulate the sections in a table using the\nfollowing TableView APIs:

\n\n

Prior to Release 3.0, adding or removing sections individually is not supported. Instead, use the\nTableView data property to refresh the whole table with a\nnew section layout.

\n

See the description and examples sections of TableView for more details \nabout how to use TableViewSection.

\n

Note: On some platforms, TableViewSection may be implemented as a type of view\n(that is, an object that inherits from View). However, this is an\nimplementation detail. For portability, you should only use the documented APIs on \ntable view sections.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "footerTitle", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of this section footer.

" - }, - { - "name": "footerView", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to use for this section footer.

" - }, - { - "name": "headerTitle", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of this section header.

" - }, - { - "name": "headerView", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to use for this section header.

" - }, - { - "name": "rowCount", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of rows in this section.

" - }, - { - "name": "rows", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Rows in this section.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "row", - "usage": "required", - "type": "Titanium.UI.TableViewRow", - "description": "

Row to add.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a table view row to this section.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getFooterTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the footerTitle property.

" - }, - { - "name": "getFooterView", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the footerView property.

" - }, - { - "name": "getHeaderTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the headerTitle property.

" - }, - { - "name": "getHeaderView", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the headerView property.

" - }, - { - "name": "getRowCount", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rowCount property.

" - }, - { - "name": "getRows", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rows property.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "row", - "usage": "required", - "type": "Titanium.UI.TableViewRow", - "description": "

Row to remove.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a table view row from this section.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "rowAtIndex", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Section index of a row.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.TableViewRow", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a row in this section.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setFooterTitle", - "isInternal": false, - "parameters": [ - { - "name": "footerTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the footerTitle property.

" - }, - { - "name": "setFooterView", - "isInternal": false, - "parameters": [ - { - "name": "footerView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the footerView property.

" - }, - { - "name": "setHeaderTitle", - "isInternal": false, - "parameters": [ - { - "name": "headerTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the headerTitle property.

" - }, - { - "name": "setHeaderView", - "isInternal": false, - "parameters": [ - { - "name": "headerView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the headerView property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Platform.Android", - "description": "

The Android-specific Platform module, used to access the device's platform-related functionality.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "API_LEVEL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android API level identifier of the Operating System.

" - }, - { - "name": "PHYSICAL_SIZE_CATEGORY_LARGE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant to indicate that the physical size category of the current device/emulator is large

" - }, - { - "name": "PHYSICAL_SIZE_CATEGORY_NORMAL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant to indicate that the physical size category of the current device/emulator is normal

" - }, - { - "name": "PHYSICAL_SIZE_CATEGORY_SMALL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant to indicate that the physical size category of the current device/emulator is small

" - }, - { - "name": "PHYSICAL_SIZE_CATEGORY_UNDEFINED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant to indicate that the physical size category of the current device/emulator is undefined

" - }, - { - "name": "PHYSICAL_SIZE_CATEGORY_XLARGE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant to indicate that the physical size category of the current device/emulator is extra large

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "physicalSizeCategory", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The physical size category of the Android device or emulator.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getPhysicalSizeCategory", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the physicalSizeCategory property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.RowAnimationStyle", - "description": "

A set of constants for the Animation Styles used for transition on table view rows.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "BOTTOM", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The inserted row or rows slides in from the bottom; the deleted row or rows slides out \ntoward the bottom.

" - }, - { - "name": "FADE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The inserted or deleted row or rows fades into or out of the table view.

" - }, - { - "name": "LEFT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The inserted row or rows slides in from the left; the deleted row or rows slides out to the \nleft.

" - }, - { - "name": "NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

No animation is performed. The new cell value appears as if the cell had just been reloaded.

" - }, - { - "name": "RIGHT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The inserted row or rows slides in from the right; the deleted row or rows slides out to \nthe right.

" - }, - { - "name": "TOP", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The inserted row or rows slides in from the top; the deleted row or rows slides out toward \nthe top.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "CloudPushNotificationErrorArg", - "description": "

A simple object passed to the retrieveDeviceToken error callback.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Description of the error.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iOS.Toolbar", - "description": "

An iOS toolbar, which can contain buttons and certain other controls.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

The following code excerpt creates a simple toolbar, placed at the bottom of the window.

\n
var send = Titanium.UI.createButton({\n    title: 'Send',\n    style: Titanium.UI.iPhone.SystemButtonStyle.DONE,\n});\n\nvar camera = Titanium.UI.createButton({\n    systemButton: Titanium.UI.iPhone.SystemButton.CAMERA,\n});\n\nvar cancel = Titanium.UI.createButton({\n    systemButton: Titanium.UI.iPhone.SystemButton.CANCEL\n});\n\nflexSpace = Titanium.UI.createButton({\n    systemButton:Titanium.UI.iPhone.SystemButton.FLEXIBLE_SPACE\n});\n\nvar toolbar = Titanium.UI.iOS.createToolbar({\n    items:[send, flexSpace, camera, flexSpace, cancel],\n    bottom:0,\n    borderTop:true,\n    borderBottom:false\n}); \nwin.add(toolbar);\n
\n

Note the use of the flexible space for positioning the toolbar buttons -- the \nFLEXIBLE_SPACE button doesn't appear as a button, but a variable space between the \ncontrols on either side of it. Available space in the toolbar is divided between all of the \nflexible space buttons in the toolbar. Without the flexible spaces in this example, \nthe toolbar buttons would be grouped tightly together on the left side of the toolbar.

", - "name": "Simple Toolbar" - }, - { - "code": "

Previous example as an Alloy view.

\n
<Alloy>\n    <Window id=\"win\">\n        <Toolbar platform=\"ios\" bottom=\"0\" borderTop=\"true\" borderBottom=\"false\">\n\n            <!-- The Items tag sets the Toolbar.items property. -->\n            <Items>\n                <Button id=\"send\" title=\"Send\" style=\"Ti.UI.iPhone.SystemButtonStyle.DONE\" />\n                <FlexSpace/>\n                <Button id=\"camera\" systemButton=\"Ti.UI.iPhone.SystemButton.CAMERA\" />\n                <FlexSpace/>\n                <Button id=\"cancel\" systemButton=\"Ti.UI.iPhone.SystemButton.CANCEL\" />\n            </Items>\n\n            <!-- Place additional views for the Toolbar here. -->\n\n        </Toolbar>\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The toolbar is created by the Titanium.UI.iOS.createToolbar method.

\n

A toolbar can contain buttons, as well as certain other widgets, including text fields and \nlabels.

\n

To provide spacing between items in the toolbar, you can use the special iOS system button types, \nFIXED_SPACE and \nFLEXIBLE_SPACE.

\n

Note that toolbars are positioned like other views (using the top and bottom properties, \nfor example), but the iOS Human Interface Guidelines have specific requirements for placing \ntoolbars: on iPhone, a toolbar should be at the bottom of the window. On the iPad, a toolbar \nshould appear at the top or bottom of a window.

\n

You can specify that a border be drawn on the top or bottom of the toolbar, using the\nborderTop and\nborderBottom properties. While the standard\nborderColor, borderWidth, and borderRadius properties are supported on toolbars,\nusing these properties adds a border on all four sides of the control, which may be\nundesirable.

\n

Due to an iOS limitation, the buttons in the toolbar only support the click event.\nThe native object underlying a toolbar button does not generate standard view events,\nsuch as touchstart and touchend.

\n

See also:

\n" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "barColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color for the toolbar, as a color name or hex triplet.

" - }, - { - "name": "borderBottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If true, a border is drawn on the bottom of the toolbar.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderTop", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If true, a border is drawn on the top of the toolbar.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "items", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

An array of buttons (or other widgets) contained in the toolbar.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "translucent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If true, a translucent background color is used for the toolbar.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBarColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the barColor property.

" - }, - { - "name": "getBorderBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderBottom property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderTop property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getItems", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the items property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getTranslucent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the translucent property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBarColor", - "isInternal": false, - "parameters": [ - { - "name": "barColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the barColor property.

" - }, - { - "name": "setBorderBottom", - "isInternal": false, - "parameters": [ - { - "name": "borderBottom", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderBottom property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderTop", - "isInternal": false, - "parameters": [ - { - "name": "borderTop", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderTop property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setItems", - "isInternal": false, - "parameters": [ - { - "name": "items", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the items property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setTranslucent", - "isInternal": false, - "parameters": [ - { - "name": "translucent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the translucent property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - } - ] - }, - { - "name": "Titanium.Network.Socket", - "description": "

Socket module, used for creating sockets.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "CLOSED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

State value representing a closed socket.

" - }, - { - "name": "CONNECTED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

State value representing a connected socket.

" - }, - { - "name": "ERROR", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

State value indicating an error has occurred on the socket.

" - }, - { - "name": "INITIALIZED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

State value representing an initialized socket.

" - }, - { - "name": "LISTENING", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

State value representing a socket that is listening for connections.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createTCP", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "optional", - "type": "Titanium.Network.Socket.TCP", - "description": "

Creation parameters.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Network.Socket.TCP", - "description": "

New TCP socket.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a new TCP socket object.

" - }, - { - "name": "createUDP", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "optional", - "type": "Titanium.Network.Socket.UDP", - "description": "

Creation parameters.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Network.Socket.UDP", - "description": "

New UDP socket.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a new UDP socket object.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Android.BroadcastReceiver", - "description": "

The Titanium binding of an \nAndroid Broadcast Receiver.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

This example creates a broadcast receiver and registers it to handle the airplane mode broadcast.

\n
var bc = Ti.Android.createBroadcastReceiver({\n    onReceived: function() {\n        Ti.API.info('Handling broadcast.');\n    }\n});\n\nTi.Android.registerBroadcastReceiver(bc, [Ti.Android.ACTION_AIRPLANE_MODE_CHANGED]);\n
", - "name": "Create and register and broadcast receiver" - } - ], - "remarks": [ - "

This object is used for broadcast receivers.

\n

See the official Android documentation on \nBroadcast Receivers.\nfor an overview of how broadcast receivers are used.

\n

Broadcast receivers can be created with an onReceived callback or a url property that refers to a js file\nwith code to handle broadcasts. If both url and onReceived properties are defined, the url property takes precedence.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "onReceived", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

The function called when a broadcast is received.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The url of js file to handle the broadcast

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getOnReceived", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the onReceived property.

" - }, - { - "name": "getUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the url property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setOnReceived", - "isInternal": false, - "parameters": [ - { - "name": "onReceived", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the onReceived property.

" - }, - { - "name": "setUrl", - "isInternal": false, - "parameters": [ - { - "name": "url", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the url property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.CloudPush", - "description": "

Provides support for Android push notifications.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

This example lets the user choose if push notifications should be enabled, and listens for several events.

\n
var CloudPush = require('ti.cloudpush');\nCloudPush.retrieveDeviceToken({\n    success: function deviceTokenSuccess(e) {\n        Ti.API.info('Device Token: ' + e.deviceToken);\n    },\n    error: function deviceTokenError(e) {\n        alert('Failed to register for push! ' + e.error);\n    }\n});\nvar win = Ti.UI.createWindow({\n    layout: 'vertical',\n    backgroundColor: 'white'\n});\nvar enablePush = Ti.UI.createButton({\n    title: 'Enable Push Notifications'\n});\nenablePush.addEventListener('click', function () {\n    CloudPush.enabled = true;\n});\nwin.add(enablePush);\nCloudPush.addEventListener('callback', function (evt) {\n    alert(evt.payload);\n});\nCloudPush.addEventListener('trayClickLaunchedApp', function (evt) {\n    Ti.API.info('Tray Click Launched App (app was not running)');\n});\nCloudPush.addEventListener('trayClickFocusedApp', function (evt) {\n    Ti.API.info('Tray Click Focused App (app was already running)');\n});\nwin.open();\n
", - "name": "Listening for Push Notifications" - } - ], - "remarks": [ - "

The CloudPush module supports Android push notifications for a device by providing a connection\nto the push notification server to the device to receive push notifications and to optionally\npresent a tray notification to the user when a new push notification is received.

\n

This module is only used to receive push notifications. For information on configuring your\nproject to send push notifications, see Titanium.Cloud.PushNotifications.

\n

Push Protocols

\n

The CloudPush module supports two protocols to access push notifications for Android devices:

\n\n

Since Release 3.1.2, GCM is the default method to send push notifications. If you\nhave an existing application that uses the MQTT protocol, you either need to transition your\napplication to use GCM or set the acs-push-type key in the tiapp.xml file to mqtt.

\n

GCM supports devices that run Android 2.2 and later, and requires that the Google Play Store\napplication be installed. For pre-4.0 devices, the user is required to set up their Google\naccount.

\n

GCM is available for both the community edition of the Titanium platform and the paid,\nenterprise version of the Appcelerator Platform.

\n

MQTT is a light-weight protocol that provides a persistent connection to the ACS server without\nsignificantly degrading the device's battery life. MQTT does not have any specific device\nrequirements. MQTT is only available for the community edition of the Titanium platform.

\n

Getting Started

\n

To use the CloudPush module in your JavaScript code, you need to require it in,\ninitialize it with the retrieveDeviceToken method, then enable push notifications.\nIn your project's tiapp.xml, you need to add some keys to configure push notifications.

\n

Note that this module is not included in the Titanium namespace, but it is bundled with the Titanium SDK as of\nversion 2.0.0. To use it, you must require it, like this:

\n
var CloudPush = require('ti.cloudpush');\n
\n

Then, call the retrieveDeviceToken method before setting the enabled property to true\nto enable the device to receive push notifications. You must call retrieveDeviceToken before\nany other CloudPush API call or else the device will not receive push notifications.

\n

This module must also be added to the modules section in your tiapp.xml. This can be done using the Modules list in\nthe Titanium Studio TiApp Editor, or by editing the XML directly and adding the following line to the modules\nelement:

\n
<module platform=\"android\">ti.cloudpush</module>\n
\n

Your app must prove that it is allowed to talk to ACS. This keeps your data secure by preventing anyone from\nmaking requests to ACS that impersonate your app.

\n

Titanium Studio creates a pair of keys (Development and Production) for each Titanium application depending on the\nuser preference specified during new project creation. This pair of keys will be stored in tiapp.xml and one of the\nkeys will be used during application build depending on the build type (development or production).

\n

To use push notifications, in the tiapp.xml file, you need to specify the ACS keys and push type\n(either gcm or mqtt). The supported properties in tiapp.xml are:

\n
<!-- Property keys for ACS (required) -->\n<property name=\"acs-api-key-development\" type=\"string\">YOUR DEVELOPMENT API KEY HERE</property>\n<property name=\"acs-api-key-production\" type=\"string\">YOUR PRODUCTION API KEY HERE</property>\n<property name=\"acs-api-key\" type=\"string\">YOUR API KEY HERE</property>\n\n<!-- Property to configure push notifications -->\n<!-- By default, GCM is used if this property is not specified -->\n<property name=\"acs-push-type-development\" type=\"string\">\"gcm\" or \"mqtt\"</property>\n<property name=\"acs-push-type-production\" type=\"string\">\"gcm\" or \"mqtt\"</property>\n<property name=\"acs-push-type\" type=\"string\">\"gcm\" or \"mqtt\"</property>\n
\n

If a deployment-specific setting is provided (production or development) then that value will be used for the current deployment environment.

\n

WARNING: The default properties of this module are used until you set a property for the first time. Because the\nproperties are persisted to the device settings (via Titanium.App.Properties), the most recent value you set will\nalways be used.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether or not this device will receive push notifications.

" - }, - { - "name": "focusAppOnPush", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether or not your application is brought to the foreground whenever a new push is received.

" - }, - { - "name": "showAppOnTrayClick", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether or not clicking the tray notification will bring your application to the foreground.

" - }, - { - "name": "showTrayNotification", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether or not to show a tray notification when a new push is received.

" - }, - { - "name": "showTrayNotificationsWhenFocused", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether or not to show tray notifications when your application is in the foreground.

" - }, - { - "name": "singleCallback", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Set to true to trigger a single callback for the selected push notification when multiple push notifications are displayed in the tray.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "clearStatus", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Clears the CloudPush module's stored status, including the push type, device token, GCM sender ID, etc.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusAppOnPush", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusAppOnPush property.

" - }, - { - "name": "getShowAppOnTrayClick", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showAppOnTrayClick property.

" - }, - { - "name": "getShowTrayNotification", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showTrayNotification property.

" - }, - { - "name": "getShowTrayNotificationsWhenFocused", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showTrayNotificationsWhenFocused property.

" - }, - { - "name": "getSingleCallback", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the singleCallback property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "retrieveDeviceToken", - "isInternal": false, - "parameters": [ - { - "name": "config", - "usage": "required", - "type": "CloudPushNotificationConfig", - "description": "

Dictionary specifying token retrieval related options.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Asynchronously retrieves the application specific device token.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusAppOnPush", - "isInternal": false, - "parameters": [ - { - "name": "focusAppOnPush", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusAppOnPush property.

" - }, - { - "name": "setShowAppOnTrayClick", - "isInternal": false, - "parameters": [ - { - "name": "showAppOnTrayClick", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showAppOnTrayClick property.

" - }, - { - "name": "setShowTrayNotification", - "isInternal": false, - "parameters": [ - { - "name": "showTrayNotification", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showTrayNotification property.

" - }, - { - "name": "setShowTrayNotificationsWhenFocused", - "isInternal": false, - "parameters": [ - { - "name": "showTrayNotificationsWhenFocused", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showTrayNotificationsWhenFocused property.

" - }, - { - "name": "setSingleCallback", - "isInternal": false, - "parameters": [ - { - "name": "singleCallback", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the singleCallback property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - } - ], - "isInternal": false, - "events": [ - { - "name": "callback", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "payload", - "deprecated": false, - "type": "String", - "description": "

A JSON string of your data payload. Use JSON.parse to turn this in to an object you can use.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired whenever a push notification is received.

" - }, - { - "name": "trayClickFocusedApp", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a tray notification is shown and the application is already running.

" - }, - { - "name": "trayClickLaunchedApp", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a tray notification is shown and the application is not running.

" - } - ] - }, - { - "name": "Titanium.UI.iOS.DocumentViewer", - "description": "

A DocumentViewer provides in-app support for managing user interactions with files on the \nlocal system.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

In this example, we create a document viewer with a window button and right navigation button.

\n
Titanium.UI.setBackgroundColor('#000');\n//creating the window\nvar win1 = Titanium.UI.createWindow({\n    title:'win 1',\n    backgroundColor:'#fff'\n    });\n //add window - navigation bar\n var modalWin = Ti.UI.createWindow();\n //nav bar\n var navmodal = Ti.UI.iPhone.createNavigationGroup({\n    window:modalWin\n    });\n win1.add(navmodal);\n //button for the nav bar\n var b2t = Titanium.UI.createButton({\n   title:'Launch'\n   });\n modalWin.RightNavButton = b2t;\n //button for the window\n var b1t = Titanium.UI.createButton({\n   title:'Launch',\n   height:40,\n   width:200,\n   top:270\n   });\n win1.add(b1t);\n //Setting up the documentviewer\n z = Ti.UI.iOS.createDocumentViewer({url:'Example.pdf'});\n //documentviewer with animation set on and a quicklook view poping up next to a view\n b1t.addEventListener('click', function(){z.show({animated:false,view:b2t});});\n //documentviewer with animation set off\n b2t.addEventListener('click', function(){z.show();});\n win1.open();\n
", - "name": "Document Viewer Example" - } - ], - "remarks": [ - "

The DocumentViewer is created by the method Titanium.UI.iOS.createDocumentViewer.

\n

For example, an email program might use this class to allow the user to preview attachments and \nopen them in other apps. Use this class to present an appropriate user interface for previewing \nor printing a specified file.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setUrl", - "isInternal": false, - "parameters": [ - { - "name": "url", - "usage": "required", - "type": "String", - "description": "

The new url

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the url of the document viewer.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "animated", - "usage": "required", - "type": "Boolean", - "description": "

Indicates whether the show transition should be animated.

" - }, - { - "name": "view", - "usage": "required", - "type": "Object", - "description": "

The view property would specify the view relative to where the viewer should display.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Displays the document viewer over the current view.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.UI.TabGroup", - "description": "

A tabbed group of windows.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Default Titanium project as an Alloy view.

\n
    <Alloy>\n        <TabGroup backgroundColor=\"white\" >\n            <Tab id=\"tab1\" title=\"Tab 1\" icon=\"KS_nav_views.png\">\n                <Window id=\"win1\" title=\"Tab 1\">\n                   <Label id=\"label1\" color=\"#999\">I am Window 1</Label>\n                </Window>\n            </Tab>\n            <Tab id=\"tab2\" title=\"Tab 2\" icon=\"KS_nav_views.png\">\n                <Window id=\"win2\" title=\"Tab 2\">\n                    <Label id=\"label2\" color=\"#999\">I am Window 2</Label>\n                </Window>\n            </Tab>\n            <!-- Use the Require tag to include external Ti.UI.Tab views -->\n        </TabGroup>\n    </Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createTabGroup method to create a tab group.

\n

A tab group can contain one or more Tab objects, each of which has an \nassociated tab control that is used to bring it into focus.

\n

You can add tabs to the group using addTab, and programmatically \nswitch to a specific tab using setActiveTab.

\n

Platform Implementation Notes

\n

When using a tab group, note the following differences between platforms.

\n

The tab group controls are positioned at the top of the display on Android and at the bottom \non iOS.

\n

On Android, only one tab group may exist at one time. A tab group may be closed to allow a new \none to be opened later, but the root of the application must be a heavyweight window to prevent \nit exiting. Tabs cannot be removed from the tab group once added, and tabs cannot be reordered.

\n

On iOS, more than one tab group may exist, and the may be opened and closed as required. \nEach tab can contain a stack of windows, and the user can switch between them by tapping the \ntab's associated control. Tabs can be removed, and the user may (optionally) be allowed to \nreorder tabs.

\n

On iOS and Mobile Web, it is also possible to add tabs by updating the \ntabs property, and to switch active tabs by setting the \nactive property on one of the tabs to true. Since these mechanisms \nare platform-specific, it is recommended that you use addTab and setActiveTab instead.

\n

If you use the iOS/Mobile Web-specific mechanisms, it is possible to add multiple active tabs \nto a tab group. In this case, the result of which tab is initially selected is undefined.

\n

Further Reading

\n

If using tab groups on iOS, see the \"Tab Bar\" section of Apple's official \niOS UI Element Usage Guidelines .

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "activeTab", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.Tab", - "isClassProperty": false, - "description": "

Active tab.

" - }, - { - "name": "activeTabBackgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background color for the active tab, as a color name or hex triplet.

" - }, - { - "name": "activeTabBackgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background disabled color for the active tab, as a color name or hex triplet.

" - }, - { - "name": "activeTabBackgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background disabled image for the active tab.

" - }, - { - "name": "activeTabBackgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background focused color for the active tab, as a color name or hex triplet.

" - }, - { - "name": "activeTabBackgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background focused image for the active tab.

" - }, - { - "name": "activeTabBackgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background image for the active tab.

" - }, - { - "name": "activeTabBackgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background selected color for the active tab, as a color name or hex triplet.

" - }, - { - "name": "activeTabBackgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background selected image for the active tab.

" - }, - { - "name": "activeTabIconTint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color applied to active tabs icons, as a color name or hex triplet, where the tab's activeIcon was not defined.

" - }, - { - "name": "allowUserCustomization", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Allow the user to reorder tabs in the tab group using the Edit button on the More \ntab.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "barColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default navigation bar color (typically for the More tab), as a color name or hex triplet.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "editButtonTitle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title for the edit button on the More tab.

" - }, - { - "name": "exitOnClose", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean value indicating if the application should exit when closing the tab group, whether via Android\nback button or the close method.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "navBarHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Hide the nav bar (true) or show the nav bar (false) for this tab group.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "shadowImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image of the shadow placed between the tab bar and the content area.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "tabDividerColor", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the divider between tabs, as a color name or hex triplet.

" - }, - { - "name": "tabDividerWidth", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Width of the divider between tabs.

" - }, - { - "name": "tabHeight", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Height of the tabs.

" - }, - { - "name": "tabs", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Tabs managed by the tab group.

" - }, - { - "name": "tabsAtBottom", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the tabs should be positioned at the top rather than the bottom of the \nscreen.

" - }, - { - "name": "tabsBackgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background color for inactive tabs, as a color name or hex triplet.

" - }, - { - "name": "tabsBackgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background disabled color for tabs, as a color name or hex triplet.

" - }, - { - "name": "tabsBackgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background disabled image for tabs.

" - }, - { - "name": "tabsBackgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background focused color for tabs, as a color name or hex triplet.

" - }, - { - "name": "tabsBackgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background focused image for tabs.

" - }, - { - "name": "tabsBackgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background image for tabs.

" - }, - { - "name": "tabsBackgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background selected color for tabs, as a color name or hex triplet.

" - }, - { - "name": "tabsBackgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default background selected image for tabs.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "windowSoftInputMode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines how the tab group is treated when a soft input method (such as a virtual keyboard) \nis displayed.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "addTab", - "isInternal": false, - "parameters": [ - { - "name": "tab", - "usage": "required", - "type": "Titanium.UI.Tab", - "description": "

Tab to add.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a tab to the tab group.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes the tab group and removes it from the UI.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getActiveTab", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Tab", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the currently-active tab.

" - }, - { - "name": "getActiveTabBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the activeTabBackgroundColor property.

" - }, - { - "name": "getActiveTabBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the activeTabBackgroundDisabledColor property.

" - }, - { - "name": "getActiveTabBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the activeTabBackgroundDisabledImage property.

" - }, - { - "name": "getActiveTabBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the activeTabBackgroundFocusedColor property.

" - }, - { - "name": "getActiveTabBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the activeTabBackgroundFocusedImage property.

" - }, - { - "name": "getActiveTabBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the activeTabBackgroundImage property.

" - }, - { - "name": "getActiveTabBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the activeTabBackgroundSelectedColor property.

" - }, - { - "name": "getActiveTabBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the activeTabBackgroundSelectedImage property.

" - }, - { - "name": "getActiveTabIconTint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the activeTabIconTint property.

" - }, - { - "name": "getActivity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Activity", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the activity for this tab group.

" - }, - { - "name": "getAllowUserCustomization", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allowUserCustomization property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBarColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the barColor property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getEditButtonTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the editButtonTitle property.

" - }, - { - "name": "getExitOnClose", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the exitOnClose property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getNavBarHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the navBarHidden property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getShadowImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the shadowImage property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTabDividerColor", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabDividerColor property.

" - }, - { - "name": "getTabDividerWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabDividerWidth property.

" - }, - { - "name": "getTabHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabHeight property.

" - }, - { - "name": "getTabs", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets all tabs that are managed by the tab group.

" - }, - { - "name": "getTabsAtBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabsAtBottom property.

" - }, - { - "name": "getTabsBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabsBackgroundColor property.

" - }, - { - "name": "getTabsBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabsBackgroundDisabledColor property.

" - }, - { - "name": "getTabsBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabsBackgroundDisabledImage property.

" - }, - { - "name": "getTabsBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabsBackgroundFocusedColor property.

" - }, - { - "name": "getTabsBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabsBackgroundFocusedImage property.

" - }, - { - "name": "getTabsBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabsBackgroundImage property.

" - }, - { - "name": "getTabsBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabsBackgroundSelectedColor property.

" - }, - { - "name": "getTabsBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabsBackgroundSelectedImage property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getWindowSoftInputMode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the windowSoftInputMode property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "open", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens the tab group and makes it visible.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "removeTab", - "isInternal": false, - "parameters": [ - { - "name": "tab", - "usage": "required", - "type": "Titanium.UI.Tab", - "description": "

Tab to remove.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a tab from the tab group.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setActiveTab", - "isInternal": false, - "parameters": [ - { - "name": "indexOrObject", - "usage": "required", - "type": "Number", - "description": "

Index or object of the tab to switch to.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Selects the currently active tab in a tab group.

" - }, - { - "name": "setActiveTabBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "activeTabBackgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the activeTabBackgroundColor property.

" - }, - { - "name": "setActiveTabBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "activeTabBackgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the activeTabBackgroundDisabledColor property.

" - }, - { - "name": "setActiveTabBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "activeTabBackgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the activeTabBackgroundDisabledImage property.

" - }, - { - "name": "setActiveTabBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "activeTabBackgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the activeTabBackgroundFocusedColor property.

" - }, - { - "name": "setActiveTabBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "activeTabBackgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the activeTabBackgroundFocusedImage property.

" - }, - { - "name": "setActiveTabBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "activeTabBackgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the activeTabBackgroundImage property.

" - }, - { - "name": "setActiveTabBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "activeTabBackgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the activeTabBackgroundSelectedColor property.

" - }, - { - "name": "setActiveTabBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "activeTabBackgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the activeTabBackgroundSelectedImage property.

" - }, - { - "name": "setActiveTabIconTint", - "isInternal": false, - "parameters": [ - { - "name": "activeTabIconTint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the activeTabIconTint property.

" - }, - { - "name": "setAllowUserCustomization", - "isInternal": false, - "parameters": [ - { - "name": "allowUserCustomization", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the allowUserCustomization property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBarColor", - "isInternal": false, - "parameters": [ - { - "name": "barColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the barColor property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setEditButtonTitle", - "isInternal": false, - "parameters": [ - { - "name": "editButtonTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the editButtonTitle property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setNavBarHidden", - "isInternal": false, - "parameters": [ - { - "name": "navBarHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the navBarHidden property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setShadowImage", - "isInternal": false, - "parameters": [ - { - "name": "shadowImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the shadowImage property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTabDividerColor", - "isInternal": false, - "parameters": [ - { - "name": "tabDividerColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabDividerColor property.

" - }, - { - "name": "setTabDividerWidth", - "isInternal": false, - "parameters": [ - { - "name": "tabDividerWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabDividerWidth property.

" - }, - { - "name": "setTabHeight", - "isInternal": false, - "parameters": [ - { - "name": "tabHeight", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabHeight property.

" - }, - { - "name": "setTabs", - "isInternal": false, - "parameters": [ - { - "name": "tabs", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabs property.

" - }, - { - "name": "setTabsAtBottom", - "isInternal": false, - "parameters": [ - { - "name": "tabsAtBottom", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabsAtBottom property.

" - }, - { - "name": "setTabsBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "tabsBackgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabsBackgroundColor property.

" - }, - { - "name": "setTabsBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "tabsBackgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabsBackgroundDisabledColor property.

" - }, - { - "name": "setTabsBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "tabsBackgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabsBackgroundDisabledImage property.

" - }, - { - "name": "setTabsBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "tabsBackgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabsBackgroundFocusedColor property.

" - }, - { - "name": "setTabsBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "tabsBackgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabsBackgroundFocusedImage property.

" - }, - { - "name": "setTabsBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "tabsBackgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabsBackgroundImage property.

" - }, - { - "name": "setTabsBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "tabsBackgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabsBackgroundSelectedColor property.

" - }, - { - "name": "setTabsBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "tabsBackgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabsBackgroundSelectedImage property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "androidback", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the back button is pressed by the user.

" - }, - { - "name": "androidcamera", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the Camera button is released.

" - }, - { - "name": "androidfocus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the Camera button is half-pressed then released.

" - }, - { - "name": "androidsearch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the Search button is released.

" - }, - { - "name": "androidvoldown", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the volume down button is released.

" - }, - { - "name": "androidvolup", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the volume up button is released.

" - }, - { - "name": "blur", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the current active tab. On iOS, a value of undefined indicates that the \nMore tab was the active tab.

" - }, - { - "name": "previousIndex", - "deprecated": false, - "type": "Number", - "description": "

Index of the previous active tab. On iOS, a value of undefined indicates that the \nMore tab was the previous tab.

" - }, - { - "name": "previousTab", - "deprecated": false, - "type": "Titanium.UI.Tab", - "description": "

Previous active tab. On iOS, a value of undefined indicates that the More tab was \nthe previous tab.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "tab", - "deprecated": false, - "type": "Titanium.UI.Tab", - "description": "

Active tab.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when this tab group loses focus. On Android, fired when a tab in this tab group \nloses focus.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "close", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the tab group is closed.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the current active tab.

" - }, - { - "name": "previousIndex", - "deprecated": false, - "type": "Number", - "description": "

Index of the previous active tab.

" - }, - { - "name": "previousTab", - "deprecated": false, - "type": "Titanium.UI.Tab", - "description": "

Previous active tab.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "tab", - "deprecated": false, - "type": "Titanium.UI.Tab", - "description": "

Active tab.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when this tab group gains focus. On Android, fired when a tab in this tab group \ngains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "open", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the tab group is opened.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.Database.DB", - "description": "

The Database instance returned by Titanium.Database.open or Titanium.Database.install.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "file", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.Filesystem.File", - "isClassProperty": false, - "description": "

A File object representing the file where this database is stored. Must only be used for \nsetting file properties.

" - }, - { - "name": "lastInsertRowId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The identifier of the last populated row.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The name of the database.

" - }, - { - "name": "rowsAffected", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of rows affected by the last query.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes the database and releases resources from memory. Once closed, this instance is no \nlonger valid and should not be used. On iOS, also closes all Titanium.Database.ResultSet \ninstances that exist.

" - }, - { - "name": "execute", - "isInternal": false, - "parameters": [ - { - "name": "sql", - "usage": "required", - "type": "String", - "description": "

SQL to execute. May include placeholders for parameter substitution.

" - }, - { - "name": "vararg", - "usage": "optional", - "type": "Object", - "description": "

Either a variable ordered list of zero or more values, or an array of values,\nto be substituted with the respective ? placeholder of the query.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Database.ResultSet", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [ - { - "code": "

The following code will install a database using \nTitanium.Database.install and execute SQL statements that will \ncreate a table, insert data and query the table.

\n
var db = Ti.Database.install('mydb1', 'mydb1Installed');\ndb.execute('DELETE FROM people');\ndb.execute('CREATE TABLE IF NOT EXISTS people (name TEXT, phone_number TEXT, city TEXT)');\n\nvar thisName = 'Arthur';\nvar thisPhoneNo = '1-617-000-0000';\nvar thisCity = 'Mountain View';\ndb.execute('INSERT INTO people (name, phone_number, city) VALUES (?, ?, ?)', thisName, thisPhoneNo, thisCity);\n\nvar personArray = ['Paul','020 7000 0000', 'London'];\ndb.execute('INSERT INTO people (name, phone_number, city) VALUES (?, ?, ?)', personArray);\n\nvar rows = db.execute('SELECT rowid,name,phone_number,city FROM people');\ndb.close();\n\nwhile (rows.isValidRow())\n{\n  Ti.API.info('Person ---> ROWID: ' + rows.fieldByName('rowid') + ', name:' + rows.field(1) + ', phone_number: ' + rows.fieldByName('phone_number') + ', city: ' + rows.field(3));\n  rows.next();\n}\nrows.close();\n
\n

Note that the above SELECT query contains the rowid\ncolumn, which is a SQLite-specific column that stores the unique identifier for each row.

", - "name": "Executing a Query" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Executes an SQL statement against the database and returns a ResultSet.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getFile", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Filesystem.File", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the file property.

" - }, - { - "name": "getLastInsertRowId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastInsertRowId property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "getRowsAffected", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rowsAffected property.

" - }, - { - "name": "remove", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the database files for this instance from disk. WARNING: this is a destructive \noperation and cannot be reversed. All data in the database will be lost; use with caution.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setLastInsertRowId", - "isInternal": false, - "parameters": [ - { - "name": "lastInsertRowId", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the lastInsertRowId property.

" - }, - { - "name": "setName", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the name property.

" - }, - { - "name": "setRowsAffected", - "isInternal": false, - "parameters": [ - { - "name": "rowsAffected", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rowsAffected property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud.Places", - "description": "

Provides methods for accessing ACS places.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates a new place and checks the response.

\n
Cloud.Places.create({\n    name: 'Appcelerator HQ',\n    state: 'California',\n    website: 'http://www.appcelerator.com'\n}, function (e) {\n    if (e.success) {\n        var place = e.places[0];\n        alert('Success:\\n' +\n            'id: ' + place.id + '\\n' +\n            'name: ' + place.name + '\\n' +\n            'updated_at: ' + place.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create Place" - }, - { - "code": "

This example retrieves information about a place and checks the response.

\n
Cloud.Places.show({\n    place_id: savedPlaceId\n}, function (e) {\n    if (e.success) {\n        var place = e.places[0];\n        alert('Success:\\n' +\n            'id: ' + place.id + '\\n' +\n            'name: ' + place.name + '\\n' +\n            'updated_at: ' + place.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show a Place" - }, - { - "code": "

This example searches for places and checks the response.

\n
Cloud.Places.search({\n    latitude: lat,\n    longitude: lon\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.places.length);\n        for (var i = 0; i < e.places.length; i++) {\n            var place = e.places[i];\n            alert('id: ' + place.id + '\\n' +\n                  'name: ' + place.name + '\\n' +\n                  'longitude: ' + place.longitude + '\\n' +\n                  'latitude: ' + place.latitude + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Search for Places" - }, - { - "code": "

This example requests a list of places and checks the response.

\n
Cloud.Places.query({\n    page: 1,\n    per_page: 20,\n    where: {\n        lnglat: {\n            '$nearSphere': [-122.23,37.12],\n            '$maxDistance': 0.00126\n        }\n    }\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.places.length);\n        for (var i = 0; i < e.places.length; i++) {\n            var place = e.places[i];\n            alert('id: ' + place.id + '\\n' +\n                  'name: ' + place.name + '\\n' +\n                  'longitude: ' + place.longitude + '\\n' +\n                  'latitude: ' + place.latitude + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Query for Places" - }, - { - "code": "

This example updates a place and checks the response.

\n
Cloud.Places.update({\n    place_id: savedPlaceId,\n    city: 'Mountain View'\n}, function (e) {\n    if (e.success) {\n        var place = e.places[0];\n        alert('Success:\\n' +\n            'id: ' + place.id + '\\n' +\n            'name: ' + place.name + '\\n' +\n            'updated_at: ' + place.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Update a Place" - }, - { - "code": "

This example deletes a place and checks the response.

\n
Cloud.Places.remove({\n    place_id: savedPlaceId\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove a Place" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Create a new place.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "query", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of places with sorting and pagination.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Delete a place.

" - }, - { - "name": "search", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of places.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve information about a place.

" - }, - { - "name": "update", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Update information about a place.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Media.Sound", - "description": "

An object for playing basic audio resources.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

Simple example of playing a WAVE file from the Resources directory.

\n
var player = Ti.Media.createSound({url:\"sound.wav\"});\nplayer.play();\n
", - "name": "Simple Example" - } - ], - "remarks": [ - "

The Sound object loads the entire media resource in memory before playing. If you need to \nsupport streaming, use the AudioPlayer API.

\n

You can control how the sound interacts with other system sounds\nby setting Titanium.Media.audioSessionMode.

\n

Use the Titanium.Media.createSound method to create a Sound object.

" - ], - "properties": [ - { - "name": "allowBackground", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.3.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the audio should continue playing even when its activity is paused.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "duration", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Duration of the audio resource.

" - }, - { - "name": "looping", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the audio should loop upon completion.

" - }, - { - "name": "paused", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the audio is paused.

" - }, - { - "name": "playing", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the audio is playing.

" - }, - { - "name": "time", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current playback position of the audio.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

URL identifying the audio resource.

" - }, - { - "name": "volume", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Volume of the audio from 0.0 (muted) to 1.0 (loudest).

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getDuration", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the duration property.

" - }, - { - "name": "getTime", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the time property.

" - }, - { - "name": "getUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the url property.

" - }, - { - "name": "getVolume", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the volume property.

" - }, - { - "name": "isLooping", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of the looping property.

" - }, - { - "name": "isPaused", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of the paused property.

" - }, - { - "name": "isPlaying", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of the playing property.

" - }, - { - "name": "pause", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Pauses the audio.

" - }, - { - "name": "play", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starting playing the sound, or resume playing a paused sound.

" - }, - { - "name": "release", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Releases all internal resources.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "reset", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Resets the audio playback position to the beginning.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setLooping", - "isInternal": false, - "parameters": [ - { - "name": "looping", - "usage": "required", - "type": "Boolean", - "description": "

New value for the looping property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the looping property.

" - }, - { - "name": "setPaused", - "isInternal": false, - "parameters": [ - { - "name": "paused", - "usage": "required", - "type": "Boolean", - "description": "

Pass true to pause the current playback temporarily, false to unpause it.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the paused property.

" - }, - { - "name": "setTime", - "isInternal": false, - "parameters": [ - { - "name": "time", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the time property.

" - }, - { - "name": "setUrl", - "isInternal": false, - "parameters": [ - { - "name": "url", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the url property.

" - }, - { - "name": "setVolume", - "isInternal": false, - "parameters": [ - { - "name": "volume", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the volume property.

" - }, - { - "name": "stop", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stops playing the audio and resets the playback position to the beginning of the clip.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": true, - "events": [ - { - "name": "complete", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

Error code.\nError code will be 0 if success is true, nonzero otherwise. If the error\nwas generated by the operating system, that system's error value is used.\nOtherwise, this value will be -1.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

Error message, if any returned. Will be undefined if success is true.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates if the sound was played successfully.\nReturns true if request succeeded, false otherwise.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the audio has finished playing.

" - }, - { - "name": "error", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

Error message, if any returned. May be undefined.

" - }, - { - "name": "message", - "deprecated": true, - "type": "String", - "description": "

Error message. Use the error property instead. Deprecated since 3.1.0.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates a successful operation. Returns false.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an error occurs while playing the audio.

" - }, - { - "name": "interrupted", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when audio playback is interrupted by the device.

" - }, - { - "name": "resume", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "interruption", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates if the resume was from an interruption.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when audio playback is resumed after an interruption.

" - } - ] - }, - { - "name": "Titanium.UI.AlertDialog", - "description": "

An alert dialog is a modal view that includes an optional title, a message and buttons, \npositioned in the middle of the display.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a single-button alert dialog using the global alert() alias.

\n
Ti.UI.setBackgroundColor('white');\nvar win = Ti.UI.createWindow({  \n  title: 'Click window to test',\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false\n});\n\nwin.addEventListener('click', function(e){\n  alert('The file has been deleted');\n});\nwin.open();\n
", - "name": "Single-button Alert Dialog (using alias)" - }, - { - "code": "

Create a single-button alert dialog, without explicitly defining it using the buttonNames \nproperty, which is invoked when the app window is clicked.

\n
Ti.UI.setBackgroundColor('white');\nvar win = Ti.UI.createWindow({  \n  title: 'Click window to test',\n  backgroundColor: 'white',\nexitOnClose: true,\nfullscreen: false\n});\n\nwin.addEventListener('click', function(e){\n  var dialog = Ti.UI.createAlertDialog({\n    message: 'The file has been deleted',\n    ok: 'Okay',\n    title: 'File Deleted'\n  }).show();\n});\nwin.open();\n
", - "name": "Single-button Alert Dialog (standard)" - }, - { - "code": "

Create a three-button alert dialog, which is invoked when the app window is clicked. \nOutput a message to the log when the cancel button is clicked.

\n
Ti.UI.setBackgroundColor('white');\nvar win = Ti.UI.createWindow({  \n  title: 'Click window to test',\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false\n});\nwin.addEventListener('click', function(e){\n  var dialog = Ti.UI.createAlertDialog({\n    cancel: 1,\n    buttonNames: ['Confirm', 'Cancel', 'Help'],\n    message: 'Would you like to delete the file?',\n    title: 'Delete'\n  });\n  dialog.addEventListener('click', function(e){\n    if (e.index === e.source.cancel){\n      Ti.API.info('The cancel button was clicked');\n    }\n    Ti.API.info('e.cancel: ' + e.cancel);\n    Ti.API.info('e.source.cancel: ' + e.source.cancel);\n    Ti.API.info('e.index: ' + e.index);\n  });\n  dialog.show();\n});\nwin.open();\n
", - "name": "Three-button Alert Dialog" - }, - { - "code": "

Create an alert dialog and allow the user enter plain text, which is invoked when the\napp window is clicked.\nOutput entered text value to the log when the OK button is clicked.

\n
Ti.UI.setBackgroundColor('white');\nvar win = Ti.UI.createWindow({\n  title: 'Click window to test'\n});\nwin.addEventListener('click', function(e){\n  var dialog = Ti.UI.createAlertDialog({\n    title: 'Enter text',\n    style: Ti.UI.iPhone.AlertDialogStyle.PLAIN_TEXT_INPUT,\n    buttonNames: ['OK']\n  });\n  dialog.addEventListener('click', function(e){\n    Ti.API.info('e.text: ' + e.text);\n  });\n  dialog.show();\n});\nwin.open();\n
", - "name": "Alert Dialog with Plain Text Input (iOS 5 and later)" - }, - { - "code": "

Previous three-button alert dialog example as an Alloy view.

\n

alertdialog.xml:

\n
<Alloy>\n    <Window id=\"win\" onClick=\"showDialog\" title=\"Click window to test\" backgroundColor=\"white\"\n        exitOnClose=\"true\" fullscreen=\"false\" >\n\n        <AlertDialog id=\"dialog\" onClick=\"doClick\" title=\"Delete\"\n            message=\"Would you like to delete the file?\" cancel=\"1\">\n\n            <!-- The ButtonNames tag sets the buttonNames property. -->\n            <ButtonNames>\n                <ButtonName>Confirm</ButtonName>\n                <ButtonName>Cancel</ButtonName>\n                <ButtonName>Help</ButtonName>\n            </ButtonNames>\n        </AlertDialog>\n    </Window>\n</Alloy>\n
\n

alertdialog.js:

\n
function showDialog(){\n    $.dialog.show();\n};\n\nfunction doClick(e){\n    Ti.API.info('e.text: ' + e.text);\n};\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

An alert dialog is created using Titanium.UI.createAlertDialog.

\n

Although this dialog always appears in the middle of the display (not touching the edges), \nother aspects of its aesthetics and the way the user interacts with it are different for each \nplatform, as described below.

\n

Android

\n

On Android, the default alert dialog displays text information, via a title and message, without \nany buttons. As the user can use the system hardware back button to dismiss it, a button is \noptional.

\n

Buttons are shown if the buttonNames property is defined, and are rendered horizontally below \nthe message.

\n

To create a custom layout, a view may be added and, in turn, a hierarchy of views added to that \nchild view.

\n

iOS

\n

On iOS, the default alert dialog displays text information, via a title and message, with \na single button to allow it to be dismissed.

\n

Buttons are defined using the buttonNames property and are rendered vertically below \nthe message.

\n

On iOS 4.0 and later, alert dialogs are automatically cancelled when the application is \npaused/suspended. This behavior can avoided by setting persistent property on alert dialog \nto be true.

\n

On iOS 5.0 and later, style property can be used to allow the user to enter plain text, \nobscured text or login identifier and password. Entered values can be captured with listening\ncancel event.

\n

Global Alias

\n

A global method alert() is aliased to this object, and can be invoked with a single message. \nFor example

\n
alert('this is a message');\n
\n

This will generate an alert with a title of \"Alert\" and an \"OK\" button.

\n

Caveats

\n

Multiple alerts should not be shown at once.

\n

The title and ok properties cannot be changed while the alert dialog is being displayed. On\nAndroid only, you can change the message property while the alert dialog is being displayed.

" - ], - "properties": [ - { - "name": "androidView", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to load inside the message area, to create a custom layout.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "buttonNames", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Name of each button to create.

" - }, - { - "name": "cancel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index to define the cancel button.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Dialog message.

" - }, - { - "name": "messageid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string in the locale file to use for the message text.

" - }, - { - "name": "ok", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text for the OK button.

" - }, - { - "name": "okid", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string in the locale file to use for the ok text.

" - }, - { - "name": "persistent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean value indicating if the alert dialog should only be cancelled by user gesture or by hide method.

" - }, - { - "name": "style", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The style for the alert dialog.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of the dialog.

" - }, - { - "name": "titleid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string in the locale file to use for the title text.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAndroidView", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the androidView property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getButtonNames", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the buttonNames property.

" - }, - { - "name": "getCancel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the cancel property.

" - }, - { - "name": "getMessage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the message property.

" - }, - { - "name": "getOk", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ok property.

" - }, - { - "name": "getPersistent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the persistent property.

" - }, - { - "name": "getStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the style property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this dialog.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAndroidView", - "isInternal": false, - "parameters": [ - { - "name": "androidView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the androidView property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCancel", - "isInternal": false, - "parameters": [ - { - "name": "cancel", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the cancel property.

" - }, - { - "name": "setMessage", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the message property.

" - }, - { - "name": "setOk", - "isInternal": false, - "parameters": [ - { - "name": "ok", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ok property.

" - }, - { - "name": "setPersistent", - "isInternal": false, - "parameters": [ - { - "name": "persistent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the persistent property.

" - }, - { - "name": "setStyle", - "isInternal": false, - "parameters": [ - { - "name": "style", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the style property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows this dialog.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancel", - "deprecated": false, - "type": "Boolean", - "description": "

Boolean type on Android and Mobile Web; Number on iOS.

\n

On Android and Mobile Web, indicates whether the cancel button was clicked, in which \ncase returns true.

\n

On iOS, the value of the cancel property is \nreturned, if defined, or -1 otherwise.

\n

See the Three-button Alert Dialog example for a cross-platform workaround for this \nparity issue.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the button that was clicked.

" - }, - { - "name": "login", - "deprecated": false, - "type": "String", - "description": "

Value of login field if dialog style property is defined as \nTitanium.UI.iPhone.AlertDialogStyle.LOGIN_AND_PASSWORD_INPUT.

" - }, - { - "name": "password", - "deprecated": false, - "type": "String", - "description": "

Value of password field if dialog style property is defined as \nTitanium.UI.iPhone.AlertDialogStyle.LOGIN_AND_PASSWORD_INPUT.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "text", - "deprecated": false, - "type": "String", - "description": "

Value of text field if dialog style property is defined as\nTitanium.UI.iPhone.AlertDialogStyle.PLAIN_TEXT_INPUT or \nTitanium.UI.iPhone.AlertDialogStyle.SECURE_TEXT_INPUT.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a button in the dialog is clicked.

" - } - ] - }, - { - "name": "zoomScaleOption", - "description": "

Optional parameter for setZoomScale method.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

On iOS, the optional parameter animated to enable the animation while the scroll view \nzooms. For example

\n
setZoomScale(2, {animated:true})\n
" - ], - "properties": [ - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the scroll view's zooming is animated.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.SearchBar", - "description": "

A specialized text field for entering search text.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

var search = Titanium.UI.createSearchBar({\n barColor:'#000', \n showCancel:true,\n height:43,\n top:0,\n});

", - "name": "Simple Search Bar" - }, - { - "code": "

Previous example as an Alloy view.

\n
<Alloy>\n    <SearchBar id=\"search\" barColor=\"#000\" showCancel=\"true\" height=\"43\" top=\"0\" />\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The SearchBar object is closely modeled on an iOS native search bar.\nAs such, not all features are supported on other platforms.

\n

Search bars are most commonly used for filtering the rows in a TableView.\nYou can add a search bar to a table view by setting the table view's \nsearch property.

\n

A search bar can also be used without a table view.

\n

Use the Titanium.UI.createSearchBar method to create a search bar.

\n

Android Platform Implementation Notes

\n

On Android, there are several issues with the current implementation:

\n\n

To use a search bar on Android, you may need to explicitly control the focus and\nclearing of the search bar, depending on your desired behavior. For example, to clear\nthe search bar and dismiss the onscreen keyboard when the user selects a row, you\ncould add code like this to the click event handler on your table view:

\n
myTableView.addEventListener('click', function(e) {\n    if (Ti.Platform.name === 'android') {\n        // Clear search bar\n        mySearchBar.value =\"\";\n        // hiding and showing the search bar forces it back to its non-focused appearance.\n        mySearchBar.hide();\n        mySearchBar.show();\n    }\n    // standard click event handling here\n
" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "autocapitalization", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines how text is capitalized during typing.

" - }, - { - "name": "autocorrect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the text in the search bar is autocorrected during typing.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "barColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Bar color of the search bar view, as a color name or hex triplet.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the view is enabled or disabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "hintText", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text to show when the search bar field is not focused.

" - }, - { - "name": "hinttextid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string from the locale file to use for the\nhintText property.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "keyboardType", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Keyboard type constant to use when the field is focused.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "prompt", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Single line of text displayed at the top of the search bar.

" - }, - { - "name": "promptid", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string from the locale file to use for the\nprompt property.

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "showBookmark", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the bookmark button is displayed.

" - }, - { - "name": "showCancel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the cancel button is displayed.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "value", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Value of the search bar.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "blur", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Causes the search bar to lose focus.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "focus", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Causes the search bar to gain focus.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getAutocapitalization", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autocapitalization property.

" - }, - { - "name": "getAutocorrect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autocorrect property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBarColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the barColor property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHintText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hintText property.

" - }, - { - "name": "getHinttextid", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hinttextid property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getKeyboardType", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keyboardType property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getPrompt", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prompt property.

" - }, - { - "name": "getPromptid", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the promptid property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getShowBookmark", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showBookmark property.

" - }, - { - "name": "getShowCancel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showCancel property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the value property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setAutocapitalization", - "isInternal": false, - "parameters": [ - { - "name": "autocapitalization", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autocapitalization property.

" - }, - { - "name": "setAutocorrect", - "isInternal": false, - "parameters": [ - { - "name": "autocorrect", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autocorrect property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBarColor", - "isInternal": false, - "parameters": [ - { - "name": "barColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the barColor property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHintText", - "isInternal": false, - "parameters": [ - { - "name": "hintText", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hintText property.

" - }, - { - "name": "setHinttextid", - "isInternal": false, - "parameters": [ - { - "name": "hinttextid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hinttextid property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setKeyboardType", - "isInternal": false, - "parameters": [ - { - "name": "keyboardType", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keyboardType property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setPrompt", - "isInternal": false, - "parameters": [ - { - "name": "prompt", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prompt property.

" - }, - { - "name": "setPromptid", - "isInternal": false, - "parameters": [ - { - "name": "promptid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the promptid property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setShowBookmark", - "isInternal": false, - "parameters": [ - { - "name": "showBookmark", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showBookmark property.

" - }, - { - "name": "setShowCancel", - "isInternal": false, - "parameters": [ - { - "name": "showCancel", - "usage": "required", - "type": "Boolean", - "description": "

New value for showCancel.

" - }, - { - "name": "animated", - "usage": "optional", - "type": "Object", - "description": "

Dictionary of animation properties. Currently only a\nsingle boolean property, animated is supported. Only used on iOS.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows or hides the cancel button.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setValue", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the value property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": true, - "events": [ - { - "name": "blur", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the search bar loses focus.

" - }, - { - "name": "bookmark", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the bookmark button is pressed.

" - }, - { - "name": "cancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the cancel button is pressed.

" - }, - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the value of the search bar changes.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the search bar gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "return", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when keyboard search button is pressed.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.Android.RemoteViews", - "description": "

The Titanium binding of Android RemoteViews.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

The following code excerpt creates a RemoteViews object based on a custom layout \ncalled custom_layout.xml, and set a label's text.

\n
var AppR = Ti.App.Android.R;\nvar customLayout = Ti.Android.createRemoteViews({ layoutId: AppR.layout.custom_layout });\ncustomLayout.setTextViewText(AppR.id.custom_text, \"Click Me!\");\n
\n

This example uses a simple custom layout:

\n
<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        android:layout_width=\"fill_parent\" \n        android:layout_height=\"fill_parent\" \n        android:orientation=\"vertical\" >\n    <TextView android:id=\"@+id/custom_text\"\n            android:layout_width=\"fill_parent\"\n            android:layout_height=\"fill_parent\"\n            android:background=\"#ffffff\"\n            android:textColor=\"#aaff0000\"\n            android:textStyle=\"italic\"\n            android:gravity=\"center\"\n            android:text=\"Hello, I am a TextView\" />\n</LinearLayout>\n
\n

The layout file for this example must be placed in\nplatform/android/res/layout/custom_layout.xml.

", - "name": "Create a Remote View" - } - ], - "remarks": [ - "

RemoteViews is an API for referencing and updating a remote view hierarchy that\nlives in another process, for example, in a Notification.

\n

To create a remote view hierarchy, you must define an Android XML layout for the views\nyou want to display, and place the XML file in the platform/android/res/layout inside your\nproject folder. See the examples for a sample XML layout and sample code for creating a\nremote view.

\n

To use a remote view hierarchy in a notification, see\nNotification.contentView.

\n

Because the remote view hierarchy belongs to another process, you cannot call methods on it\ndirectly, but you can call methods on the RemoteViews object to update views in the\nheirarchy by ID. To reference a view inside the layout, use the\nTitanium.App.Android.R object to reference the view's ID. For example, if you have a \nview with the ID notify_imageview, you can refer to it using:

\n
Ti.App.Android.R.id.notify_imageview\n
\n

See also:

\n" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "layoutId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Android layout resource ID for the view to display. Required.

" - }, - { - "name": "packageName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Package name that the resource ID lives in. Optional.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getLayoutId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layoutId property.

" - }, - { - "name": "getPackageName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the packageName property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBoolean", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the view to invoke the method on.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "methodName", - "usage": "required", - "type": "String", - "description": "

Name of the method to call.

" - }, - { - "name": "value", - "usage": "required", - "type": "Boolean", - "description": "

Value to pass to the method.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Calls a method taking a single boolean argument on a view in the remote view\nhierarchy. See Android's documentation for\nsetBoolean.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setChronometer", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the Chronometer to update.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "base", - "usage": "required", - "type": "Date", - "description": "

Time at which the timer would have read 0:00.

" - }, - { - "name": "format", - "usage": "required", - "type": "String", - "description": "

Chronometer format string, or null to simply display the timer value.

" - }, - { - "name": "started", - "usage": "required", - "type": "Boolean", - "description": "

True if you want the clock to be started, false if not.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the base time, format string, and started flag for a chronometer\nin the remote view hierarchy.

" - }, - { - "name": "setDouble", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the view to update.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "methodName", - "usage": "required", - "type": "String", - "description": "

Name of the method to call.

" - }, - { - "name": "value", - "usage": "required", - "type": "Number", - "description": "

Value to pass to the method.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Calls a method taking a single double argument on a view in the remote view\nhierarchy.

" - }, - { - "name": "setImageViewResource", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the ImageView to update.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "srcId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the new image.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the image for an image view in the remote view hierarchy using an Android drawable resource.

" - }, - { - "name": "setImageViewUri", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the ImageView to update.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "uri", - "usage": "required", - "type": "String", - "description": "

URI of the image (both Android and Titanium URLs are supported).

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the image for an image view in the remote view hierarchy using a URI.

" - }, - { - "name": "setInt", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the view to update.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "methodName", - "usage": "required", - "type": "String", - "description": "

Name of the method to call.

" - }, - { - "name": "value", - "usage": "required", - "type": "Number", - "description": "

Value to pass to the method.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Calls a method taking a single int argument on a view in the remote view hierarchy.

" - }, - { - "name": "setOnClickPendingIntent", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the view to add a click listener to.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "pendingIntent", - "usage": "required", - "type": "Titanium.Android.PendingIntent", - "description": "

The PendingIntent to execute when this view is clicked.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Launches a Titanium.Android.PendingIntent when the specified view is clicked.

" - }, - { - "name": "setProgressBar", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the progress bar to update.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "max", - "usage": "required", - "type": "Number", - "description": "

The new maximum value of the progress bar.

" - }, - { - "name": "progress", - "usage": "required", - "type": "Number", - "description": "

The new progress value of the progress bar (from 0..max).

" - }, - { - "name": "indeterminate", - "usage": "required", - "type": "Boolean", - "description": "

Determines whether the progress bar is indeterminate.\nIf true, the progress bar displays an infinite looping animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the progress, max value, and indeterminate flag of a progress bar in the\nremote view hierarchy.

" - }, - { - "name": "setString", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the view to update.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "methodName", - "usage": "required", - "type": "String", - "description": "

Name of the method to call.

" - }, - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

String to pass to the method.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Calls a method taking a single String argument on a view in the remote view\nhierarchy.

" - }, - { - "name": "setTextColor", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the view to update.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "color", - "usage": "required", - "type": "Number", - "description": "

Color as an integer.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the text color of a view in the remote view hierarchy.

" - }, - { - "name": "setTextViewText", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the text view to update.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "text", - "usage": "required", - "type": "String", - "description": "

New text for the text view.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the text of a text view in the remote view hierarchy.

" - }, - { - "name": "setUri", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the view to update.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "methodName", - "usage": "required", - "type": "String", - "description": "

Name of the method to call.

" - }, - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

URI (as a string) to pass to the method.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Calls a method taking one URI on a view in the remote view hierarchy.

" - }, - { - "name": "setViewVisibility", - "isInternal": false, - "parameters": [ - { - "name": "viewId", - "usage": "required", - "type": "Number", - "description": "

Resource ID of the view to show or hide.\nApplication-specific resource IDs can be specified using Titanium.App.Android.R.

" - }, - { - "name": "visibility", - "usage": "required", - "type": "Number", - "description": "

The visibility. Either 0 (VISIBLE), 4 (INVISIBLE) or 8 (GONE).

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the visibility of a view in the remote view hierarchy.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.6" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "LocationCoordinates", - "description": "

Simple object holding the data for a location update.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "accuracy", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Accuracy of the location update, in meters.

" - }, - { - "name": "altitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Altitude of the location update, in meters.

" - }, - { - "name": "altitudeAccuracy", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Vertical accuracy of the location update, in meters.

" - }, - { - "name": "heading", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Compass heading, in degrees. May be unknown if device is not moving. On \niOS, a negative value indicates that the heading data is not valid.

" - }, - { - "name": "latitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Latitude of the location update, in decimal degrees.

" - }, - { - "name": "longitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Longitude of the location update, in decimal degrees.

" - }, - { - "name": "speed", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current speed in meters/second. On iOS, a negative value indicates that the \nheading data is not valid.

" - }, - { - "name": "timestamp", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Timestamp for this location update, in milliseconds.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "ActivityResult", - "description": "

Simple object passed to the\nstartActivityForResult callback.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "intent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Android.Intent", - "isClassProperty": false, - "description": "

Intent that can contain data returned to the caller. Data can be attached to\nthe intent as \"extras\").

" - }, - { - "name": "requestCode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Unique, automatically generated integer request code.

" - }, - { - "name": "resultCode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Integer result code that the started activity passed to\nsetResult.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Point", - "description": "

A pair of coordinates used to describe the location of a Titanium.UI.View.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "x", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The x-axis coordinate of this point.

" - }, - { - "name": "y", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The y-axis coordinate of this point.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudUsersSecureDialog", - "description": "

Properties for the modal dialog used in 3-Legged OAuth

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Defines the title for the dialog.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.App.Android", - "description": "

A module used to access Android application resources.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

Custom Android resources may be placed in platform/android in the project root.
\nFor example, to utilize a custom localization file, create and populate \nplatform/android/res/values/mystrings.xml with the following data.

\n
<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <string name=\"mystring\">testing 1 2 3</string>\n</resources>\n
\n

In Javascript, this can be accessed as follows.

\n
var activity = Ti.Android.currentActivity;\nvar R = Ti.App.Android.R;\n\nvar mystring = activity.getString(R.string.mystring);\nTi.API.debug(\"mystring = \" + mystring);\n
", - "name": "Custom String Resource" - } - ], - "remarks": [ - "

For more information, refer to the official documentation on the Android Developer website about \napplication resources.

" - ], - "properties": [ - { - "name": "R", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.App.Android.R", - "isClassProperty": true, - "description": "

The R namespace for application resources.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.XML.NodeList", - "description": "

A list of Titanium.XML.Node objects. Implements the DOM Level 2 API on Android and iOS. Exposes the DOM Level 3 API implementation on Mobile Web.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "length", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The length of the node list.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getLength", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the length property.

" - }, - { - "name": "item", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

The index of the node to retrieve. Indexing starts at 0.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The node at the index, or null if the index is out of bounds.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the Titanium.XML.Node object at the specified index.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Geolocation", - "description": "

The top level Geolocation module. The Geolocation module is used for accessing device location based information.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

This module combines two sets of features:

\n\n

Using location services can have a significant impact on a device's battery life, \nso it's important to use them in the most efficient manner possible. Power consumption\nis strongly influenced by the accuracy and frequency of location updates required by \nyour application.

\n

The location services systems of the underlying platforms are very different, so there\nare significant implementation differences between the platforms.

\n

The basic methods of requesting location information and receiving location updates\nare essentially the same on all platforms. However, the method of configuring the \naccuracy and frequency of location updates is different for each platform.

\n

Getting Location Information

\n

There are two ways to get location information:

\n\n

NOTE: Location services stay enabled for as long as a listener is registered for the\nlocation event, so be sure to remove the event listener when you do not require\nlocation updates.

\n

Configurating Location Updates on iOS

\n

In iOS, the accuracy (and power consumption) of location services is primarily\ndetermined by the accuracy setting. This can be set\nto one of the following values:

\n\n

Based on the accuracy you choose, iOS uses its own logic to select location providers\nand filter location updates to provide location updates that meet your accuracy\nrequirements.

\n

You can further limit power consumption on iOS by setting the\ndistanceFilter property to eliminate position\nupdates when the user is not moving.

\n

Configurating Location Updates on Android

\n

Prior to Titanium Mobile 2.0, Titanium attempted to follow the iOS model on Android,\nbut this didn't fit the native Android model well. In Release 2.0, three different\nlocation service modes are supported on Android: simple, manual, and legacy.

\n\n

Configuring Location Updates on Mobile Web

\n

Location services on Mobile Web operate similarly to the simple mode operations on\nAndroid. Setting accuracy property to \nACCURACY_HIGH yeilds the best available location\nupdates, with the hightest power consumption.\nUsing ACCURACY_LOW provides lower-quality location\nupdates with lower power consumption.

\n

In addition to the accuracy setting, there are several Mobile Web-specific settings.\nSee Titanium.Geolocation.MobileWeb for details.

\n

Configuring Location Updates on BlackBerry

\n

On the BlackBerry platform you must add the read_geolocation permission to tiapp.xml.\nIf the blackberry tag does not exist, you can simply create it, then add the permissions\ntag and list the permissions that you need, in this case, read_geolocation:

\n
<blackberry>\n    <permissions>\n        <permission>read_geolocation</permission>\n    </permissions>\n</blackberry>\n
\n

Using the Compass

\n

Both iOS and Android support a receiving heading updates from a hardware compass, if available.\nOn Mobile Web, heading updates are supported if the browser supports this feature.\nCurrently, this support is only available on Mobile Safari.

\n

Check the hasCompass property to see if the current\ndevice supports a compass.

\n

To retrieve compass readings, you can either use\ngetCurrentHeading as shown in the\nprevious example, or add a listener for the\nheading event, as shown below:

\n
var compassHandler = function(e) {\n  if (e.success === undefined || e.success) {\n    Ti.API.info(\"Heading: \" + e.heading.magneticHeading);\n  }\n}\nTi.Geolocation.addEventListener(\"heading\", compassHandler);\n
\n

Note that Android does not include a success property in the heading event.\nHeading events are only generated on Android when heading data is available. So if\nsuccess is undefined, we assume that the event contains valid compass data.

\n

To obtain true heading data for the compass (as opposed to magnetic heading data),\na current location fix is required. See the notes on\ntrueHeading for more information.

\n

As with location updates, the application should unregister for heading updates\nwhen it is no longer being used, or when it goes into the background. Use\nremoveEventListener to stop heading updates:

\n
Ti.Geolocation.removeEventListener('heading', compassHandler);\n
\n

Finally, note that neither the Android emulator nor the iOS simulator provide\ncompass support. Compass code must be tested on physical devices.

\n

Geocoding Services

\n

The module provides two methods, forwardGeocoder and reverseGeocoder\nto convert between geographic coordinates and addresses. These methods map to MapQuest Open Nominatim Search Service.

\n

While this API has the advantage that it has no daily usage limits, please note that the data backing this API is crowd sourced and might not return \nproper values for valid addresses and geographic coordinates.

\n

If geocoding services are essential component of the application, developers are encouraged to use commercial geocoding providers.

" - ], - "properties": [ - { - "name": "ACCURACY_BEST", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with accuracy to request the best\naccuracy available.

" - }, - { - "name": "ACCURACY_BEST_FOR_NAVIGATION", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with accuracy to request highest possible \naccuracy and combine it with additional sensor data.

" - }, - { - "name": "ACCURACY_HIGH", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with accuracy to request more\naccurate location updates with higher battery usage.

" - }, - { - "name": "ACCURACY_HUNDRED_METERS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with accuracy to request location\nupdates accurate to the nearest 100 meters.

" - }, - { - "name": "ACCURACY_KILOMETER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with accuracy to request location\nupdates accurate to the nearest kilometer.

" - }, - { - "name": "ACCURACY_LOW", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with accuracy to request less\naccurate location updates with lower battery usage.

" - }, - { - "name": "ACCURACY_NEAREST_TEN_METERS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with accuracy to request location\nupdates accurate to the nearest 10 meters.

" - }, - { - "name": "ACCURACY_THREE_KILOMETERS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with accuracy to request location\nupdates accurate to the nearest three kilometers.

" - }, - { - "name": "ACTIVITYTYPE_AUTOMOTIVE_NAVIGATION", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

The location data is used for tracking location changes to the automobile specifically during vehicular navigation.

" - }, - { - "name": "ACTIVITYTYPE_FITNESS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

The location data is used for tracking any pedestrian-related activity.

" - }, - { - "name": "ACTIVITYTYPE_OTHER", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

The location data is being used for an unknown activity.

" - }, - { - "name": "ACTIVITYTYPE_OTHER_NAVIGATION", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

The location data is used for tracking movements of other types of vehicular \nnavigation that are not automobile related.

" - }, - { - "name": "AUTHORIZATION_AUTHORIZED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A locationServicesAuthorization value \nindicating that the application is authorized to use location services.

" - }, - { - "name": "AUTHORIZATION_DENIED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A locationServicesAuthorization value \nindicating that the application is not authorized to use location services, or\nlocation services are disabled.

" - }, - { - "name": "AUTHORIZATION_RESTRICTED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A locationServicesAuthorization value \nindicating that the application is not authorized to use location servies and\nthe user cannot change this application's status.

" - }, - { - "name": "AUTHORIZATION_UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A locationServicesAuthorization value \nindicating that the authorization state is unknown.

" - }, - { - "name": "ERROR_DENIED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code indicating that the user denied access to the location service.

" - }, - { - "name": "ERROR_HEADING_FAILURE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code indicating that the heading could not be determined.

" - }, - { - "name": "ERROR_LOCATION_UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code indicating that the user's location could not be determined.

" - }, - { - "name": "ERROR_NETWORK", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code indicating that the network was unavailable.

" - }, - { - "name": "ERROR_REGION_MONITORING_DELAYED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code indicating that region monitoring is delayed.

" - }, - { - "name": "ERROR_REGION_MONITORING_DENIED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code indicating that region monitoring is denied.

" - }, - { - "name": "ERROR_REGION_MONITORING_FAILURE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error code indicating a region monitoring failure.

" - }, - { - "name": "ERROR_TIMEOUT", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Error indicating a timeout.

" - }, - { - "name": "PROVIDER_GPS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Specifies the GPS location provider.

" - }, - { - "name": "PROVIDER_NETWORK", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Specifies the network location provider.

" - }, - { - "name": "PROVIDER_PASSIVE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Specifies the passive location provider.

" - }, - { - "name": "accuracy", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Specifies the requested accuracy for location updates.

" - }, - { - "name": "activityType", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The type of user activity to be associated with the location updates. Available in iOS 6.0 and later.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "distanceFilter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The minimum change of position (in meters) before a 'location' event is fired.

" - }, - { - "name": "frequency", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Requested frequency for location updates, in milliseconds. Deprecated since 2.0.0. Android legacy mode operation is deprecated. For new development, use\neither simple mode or manual mode. See \"Configurating Location Updates on Android\"\nin the main description of this class for more information.\n

" - }, - { - "name": "hasCompass", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the current device supports a compass.

" - }, - { - "name": "headingFilter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Minimum heading change (in degrees) before a heading event is fired.

" - }, - { - "name": "lastGeolocation", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

JSON representation of the last geolocation received.

" - }, - { - "name": "locationServicesAuthorization", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Returns an authorization constant indicating if the application has access to location services.

" - }, - { - "name": "locationServicesEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the user has enabled or disabled location services for the device (not the application).

" - }, - { - "name": "pauseLocationUpdateAutomatically", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the location updates may be paused. Available in iOS 6.0 and later.

" - }, - { - "name": "preferredProvider", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Determines the preferred location provider, either\nPROVIDER_GPS,\n[PROVIDER_NETWORK](Titanium.Geolocation.PROVIDER_NETWORK],\nor PROVIDER_PASSIVE.\n Deprecated since 2.0.0. Android legacy mode operation is deprecated. For new development, use\neither simple mode or manual mode. See \"Configurating Location Updates on Android\"\nin the main description of this class for more information.\n

" - }, - { - "name": "purpose", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text to display in the permission dialog when requesting location\nservices.

" - }, - { - "name": "showCalibration", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the compass calibration UI is shown if needed.

" - }, - { - "name": "trackSignificantLocationChange", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the location changes should be updated only when a significant change \nin location occurs.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "forwardGeocoder", - "isInternal": false, - "parameters": [ - { - "name": "address", - "usage": "required", - "type": "String", - "description": "

address to resolve.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to invoke on success or failure.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Resolves an address to a location.

" - }, - { - "name": "getAccuracy", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accuracy property.

" - }, - { - "name": "getActivityType", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the activityType property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCurrentHeading", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to invoke on success or failure of obtaining the current heading.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves the current compass heading.

" - }, - { - "name": "getCurrentPosition", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to invoke on success or failure of obtaining the current location.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves the last known location from the device.

" - }, - { - "name": "getDistanceFilter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the distanceFilter property.

" - }, - { - "name": "getFrequency", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the frequency property. Deprecated since 2.0.0.

" - }, - { - "name": "getHasCompass", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hasCompass property.

" - }, - { - "name": "getHeadingFilter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the headingFilter property.

" - }, - { - "name": "getLastGeolocation", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastGeolocation property.

" - }, - { - "name": "getLocationServicesAuthorization", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the locationServicesAuthorization property.

" - }, - { - "name": "getLocationServicesEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the locationServicesEnabled property.

" - }, - { - "name": "getPauseLocationUpdateAutomatically", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the pauseLocationUpdateAutomatically property.

" - }, - { - "name": "getPreferredProvider", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the preferredProvider property. Deprecated since 2.0.0.

" - }, - { - "name": "getPurpose", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the purpose property.

" - }, - { - "name": "getShowCalibration", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showCalibration property.

" - }, - { - "name": "getTrackSignificantLocationChange", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the trackSignificantLocationChange property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "reverseGeocoder", - "isInternal": false, - "parameters": [ - { - "name": "latitude", - "usage": "required", - "type": "Number", - "description": "

Latitude to search, specified in decimal degrees.

" - }, - { - "name": "longitude", - "usage": "required", - "type": "Number", - "description": "

Longitude to search, specified in decimal degrees.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to invoke on success or failure.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tries to resolve a location to an address.

" - }, - { - "name": "setAccuracy", - "isInternal": false, - "parameters": [ - { - "name": "accuracy", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accuracy property.

" - }, - { - "name": "setActivityType", - "isInternal": false, - "parameters": [ - { - "name": "activityType", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the activityType property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setDistanceFilter", - "isInternal": false, - "parameters": [ - { - "name": "distanceFilter", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the distanceFilter property.

" - }, - { - "name": "setFrequency", - "isInternal": false, - "parameters": [ - { - "name": "frequency", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the frequency property. Deprecated since 2.0.0.

" - }, - { - "name": "setHeadingFilter", - "isInternal": false, - "parameters": [ - { - "name": "headingFilter", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the headingFilter property.

" - }, - { - "name": "setLocationServicesAuthorization", - "isInternal": false, - "parameters": [ - { - "name": "locationServicesAuthorization", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the locationServicesAuthorization property.

" - }, - { - "name": "setPauseLocationUpdateAutomatically", - "isInternal": false, - "parameters": [ - { - "name": "pauseLocationUpdateAutomatically", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the pauseLocationUpdateAutomatically property.

" - }, - { - "name": "setPreferredProvider", - "isInternal": false, - "parameters": [ - { - "name": "preferredProvider", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the preferredProvider property. Deprecated since 2.0.0.

" - }, - { - "name": "setPurpose", - "isInternal": false, - "parameters": [ - { - "name": "purpose", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the purpose property.

" - }, - { - "name": "setShowCalibration", - "isInternal": false, - "parameters": [ - { - "name": "showCalibration", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showCalibration property.

" - }, - { - "name": "setTrackSignificantLocationChange", - "isInternal": false, - "parameters": [ - { - "name": "trackSignificantLocationChange", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the trackSignificantLocationChange property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [ - { - "name": "calibration", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects interface and requires calibration.

" - }, - { - "name": "heading", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "", - "description": "

If success is false, the error code if available.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

If success is false, a string describing the error.

" - }, - { - "name": "heading", - "deprecated": false, - "type": "HeadingData", - "description": "

Dictionary object containing the heading data.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicate if the heading event was successfully received.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an heading update is received.

" - }, - { - "name": "location", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

if success is false, the error code if available.

" - }, - { - "name": "coords", - "deprecated": false, - "type": "LocationCoordinates", - "description": "

If success is true, actual location data for this update.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

If success is false, a string describing the error.

" - }, - { - "name": "provider", - "deprecated": false, - "type": "LocationProviderDict", - "description": "

If success is true, object describing the location provider generating this update.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates if location data was successfully retrieved.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a location update is received.

" - }, - { - "name": "locationupdatepaused", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when location updates are paused by the OS. Available in iOS 6.0 and later.

" - }, - { - "name": "locationupdateresumed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when location manager is resumed by the OS. Available in iOS 6.0 and later.

" - } - ] - }, - { - "name": "Titanium.Media.Item", - "description": "

A representation of a media item returned by openMusicLibrary or queryMusicLibrary.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

This is a read-only object that describes a single media item, not a playlist. \nTitanium does not support access to playlists.

\n

Item objects cannot be created explicitly. The \nopenMusicLibrary returns Item objects in its\nsuccess callback function, while queryMusicLibrary\nreturns an array of Item objects.

" - ], - "properties": [ - { - "name": "albumArtist", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Artist credited for the album containing this item.

" - }, - { - "name": "albumTitle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of the album containing this item.

" - }, - { - "name": "albumTrackCount", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of tracks for the album containing this item.

" - }, - { - "name": "albumTrackNumber", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Track number for this item.

" - }, - { - "name": "artist", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Artist credited for this item.

" - }, - { - "name": "artwork", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.Blob", - "isClassProperty": false, - "description": "

Image for the item's artwork as a Blob object, or null if no artwork is\navailable.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "composer", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Composer of this item.

" - }, - { - "name": "discCount", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Total number of discs for the album containing this item.

" - }, - { - "name": "discNumber", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Disc number for this item in the album.

" - }, - { - "name": "genre", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Genre of this item.

" - }, - { - "name": "isCompilation", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

True if this item is part of a compilation album.

" - }, - { - "name": "lyrics", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Lyrics for this item.

" - }, - { - "name": "mediaType", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The type of the media.

" - }, - { - "name": "playCount", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of times the item has been played.

" - }, - { - "name": "playbackDuration", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Length (in seconds) of this item.

" - }, - { - "name": "podcastTitle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of a podcast item.

" - }, - { - "name": "rating", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Rating for this item.

" - }, - { - "name": "skipCount", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of times this item has been skipped.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of this item.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAlbumArtist", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the albumArtist property.

" - }, - { - "name": "getAlbumTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the albumTitle property.

" - }, - { - "name": "getAlbumTrackCount", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the albumTrackCount property.

" - }, - { - "name": "getAlbumTrackNumber", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the albumTrackNumber property.

" - }, - { - "name": "getArtist", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the artist property.

" - }, - { - "name": "getArtwork", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the artwork property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getComposer", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the composer property.

" - }, - { - "name": "getDiscCount", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the discCount property.

" - }, - { - "name": "getDiscNumber", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the discNumber property.

" - }, - { - "name": "getGenre", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the genre property.

" - }, - { - "name": "getIsCompilation", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the isCompilation property.

" - }, - { - "name": "getLyrics", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lyrics property.

" - }, - { - "name": "getMediaType", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the mediaType property.

" - }, - { - "name": "getPlayCount", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the playCount property.

" - }, - { - "name": "getPlaybackDuration", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the playbackDuration property.

" - }, - { - "name": "getPodcastTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the podcastTitle property.

" - }, - { - "name": "getRating", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rating property.

" - }, - { - "name": "getSkipCount", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the skipCount property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "PhotoGalleryOptionsType", - "description": "

Simple object for specifying options to \nopenPhotoGallery.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "allowEditing", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Specifies if the media should be editable after capture/selection.

" - }, - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Specifies if the dialog should be animated upon showing and hiding.

" - }, - { - "name": "arrowDirection", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Controls the type of arrow and position of the popover.

" - }, - { - "name": "autohide", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Specifies if the photo gallery should be hidden automatically after the media selection is completed.

" - }, - { - "name": "cancel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to call if the user presses the cancel button.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to call upon receiving an error.

" - }, - { - "name": "mediaTypes", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of media type constants to allow: MEDIA_TYPE_PHOTO or MEDIA_TYPE_VIDEO.

" - }, - { - "name": "popoverView", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to position the photo gallery popover on top of.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to call when the photogallery is closed after a successful selection.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Contacts.Tizen.Group", - "description": "

Provides APIs for working with groups in the system contacts address book on Tizen platform.

", - "userAgents": [ - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "members", - "isInternal": false, - "parameters": [ - { - "name": "group", - "usage": "required", - "type": "Titanium.Contacts.Group", - "description": "

The group for which to obtain members.

" - }, - { - "name": "successCallback", - "usage": "required", - "type": "Function", - "description": "

The success callback

" - }, - { - "name": "errorCallback", - "usage": "required", - "type": "Function", - "description": "

The error callback.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets people that are members of this group.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "sortedMembers", - "isInternal": false, - "parameters": [ - { - "name": "sortBy", - "usage": "required", - "type": "Number", - "description": "

Method for sorting. One of \nCONTACTS_SORT_FIRST_NAME, \nor CONTACTS_SORT_LAST_NAME.

" - }, - { - "name": "group", - "usage": "required", - "type": "Titanium.Contacts.Group", - "description": "

The group for which to obtain members.

" - }, - { - "name": "successCallback", - "usage": "required", - "type": "Function", - "description": "

The success callback

" - }, - { - "name": "errorCallback", - "usage": "required", - "type": "Function", - "description": "

The error callback.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets people that are members of this group, sorted in the specified order.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.Button", - "description": "

A button widget that has four states: normal, disabled, focused and selected.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

var button = Titanium.UI.createButton({\n title: 'Hello',\n top: 10,\n width: 100,\n height: 50\n});\nbutton.addEventListener('click',function(e)\n{\n Titanium.API.info(\"You clicked the button\");\n});

", - "name": "Simple Button Example" - }, - { - "code": "

Previous example as an Alloy view.

\n

button.xml:

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\">\n        <!-- The title property can also be defined as node text. -->\n        <Button id=\"button\" onClick=\"doClick\" title=\"Hello\"\n            top=\"10\" width=\"100\" height=\"50\" />\n    </Window>\n</Alloy>\n
\n

button.js:

\n
function doClick(e){\n    Titanium.API.info(\"You clicked the button\");\n};\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

A button displays its selected state while it is being pressed. The focused state is\nonly used on Android devices that have navigation keys or a keyboard, to indicate\nwhich button has input focus.

\n

You can specify background images for each state, as well as button text and a button\nicon. On iOS, there are button styles which define appearance for each state, even if\nno button images are set.

\n

Use the Titanium.UI.createButton method to create a button.

\n

Android and Mobile Web Platform Notes

\n

Android and Mobile Web use default button images for the normal, focused, selected and disabled\nstates. If you use a custom button image, you should specify versions for the focused\nand selected states (and the disabled state, if the button is ever disabled).

\n

Android and Mobile Web also support setting the background color for each of the states. These are not\nsupported on iOS.

\n

iOS Platform Notes

\n

iOS buttons have two special properties, style and systemButton.

\n

The style property specifies the type of button decoration, and can be set to one \nof the values described in Titanium.UI.iPhone.SystemButtonStyle.

\n

Unlike Android and Mobile Web, iOS doesn't supply any default background images for buttons--\nsystem button styles serve this purpose.

\n

Button style decorations are drawn above the background gradient and background color, \nand below any background images.

\n

To use a custom button style, for example using a background gradient,\nyou may need to explicitly set style to PLAIN, to prevent the button style from
\noverriding any background color or gradient. In addition, the backgroundImage must be \npartially or wholly transparent for the background color or background gradient to be visible.

\n

In order for a background gradient to show through, the backgroundColor may need to be\nset to 'transparent'.

\n

The systemButton property lets you create a predefined system-defined button, \nsuch as the Camera or Add buttons, for use in toolbars and nav bars.\nSpecifically, system buttons may be used in the following locations:

\n\n

Use the constants in Titanium.UI.iPhone.SystemButton \nto specify a button type. The size, style and decoration of system buttons is set\nautomatically, so you can create a button by setting only the systemButton property.

\n

For example:

\n
cancelButton = Ti.UI.createButton({ systemButton: Ti.UI.iPhone.SystemButton.CANCEL });\n
\n

Note that the systemButton property specifies appearance, not behavior. For\nexample, to bring up the camera when the user presses the Camera button, you must \nadd an event listener to the button and call Titanium.Media.showCamera when the \nbutton is clicked.

\n
iOS Pressed Button Effects
\n

If you do not supply separate background images for the normal and selected states,\niOS supplies a built-in effect for pressed buttons. For most iOS buttons, the effect\ndims the entire button (except for the text) while the button is being pressed.

\n

For toolbar buttons that use the PLAIN style\nor use system icons such as CAMERA, a glow effect is\nused. The glow effect shows as a white circular glow or highlight at the center of the button\nwhen the button is pressed.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the button in its disabled state, specified as a local file path \nor URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the button in its focused state, specified as a local file path \nor URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the button in its normal state, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the button in its selected state, specified as a local file \npath or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Default button text color, as a color name or hex triplet.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Set to true to enable the button, false to disable the button.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "font", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Font", - "isClassProperty": false, - "description": "

Font to use for the button text.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "image", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image to display on the button, specified as a local path, URL or a Blob.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "selectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Button text color used to indicate the selected state, as a color name or hex triplet.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "style", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style constant for the button, as defined in Titanium.UI.iPhone.SystemButtonStyle.

" - }, - { - "name": "systemButton", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Specifies an iOS system button appearance, as defined in Titanium.UI.iPhone.SystemButton.

" - }, - { - "name": "textAlign", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text alignment, specified using one of the Titanium.UI text alignment constants: TEXT_ALIGNMENT_LEFT, TEXT_ALIGNMENT_CENTER, or TEXT_ALIGNMENT_RIGHT.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Button title.

" - }, - { - "name": "titleid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string from the locale file to use for the button title.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "verticalAlign", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Vertical alignment for the text field, specified using one of the \nvertical alignment constants from Titanium.UI: \nTEXT_VERTICAL_ALIGNMENT_BOTTOM, \nTEXT_VERTICAL_ALIGNMENT_CENTER, or \nTEXT_VERTICAL_ALIGNMENT_TOP.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the color property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getFont", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Font", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the font property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the image property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectedColor property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the style property.

" - }, - { - "name": "getSystemButton", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the systemButton property.

" - }, - { - "name": "getTextAlign", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textAlign property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getTitleid", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleid property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVerticalAlign", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the verticalAlign property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setColor", - "isInternal": false, - "parameters": [ - { - "name": "color", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the color property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setFont", - "isInternal": false, - "parameters": [ - { - "name": "font", - "usage": "required", - "type": "Font", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the font property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setImage", - "isInternal": false, - "parameters": [ - { - "name": "image", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the image property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "selectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selectedColor property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setStyle", - "isInternal": false, - "parameters": [ - { - "name": "style", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the style property.

" - }, - { - "name": "setSystemButton", - "isInternal": false, - "parameters": [ - { - "name": "systemButton", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the systemButton property.

" - }, - { - "name": "setTextAlign", - "isInternal": false, - "parameters": [ - { - "name": "textAlign", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the textAlign property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "setTitleid", - "isInternal": false, - "parameters": [ - { - "name": "titleid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleid property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVerticalAlign", - "isInternal": false, - "parameters": [ - { - "name": "verticalAlign", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the verticalAlign property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.UI.Animation", - "description": "

The Animation object defines an animation that can be applied to a view.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

Create a simple animation and apply it to the view. In this example, the view will animate \nfrom red to black to orange over 2 seconds.

\n
var view = Titanium.UI.createView({\n  backgroundColor:'red'\n});\nvar animation = Titanium.UI.createAnimation();\nanimation.backgroundColor = 'black';\nanimation.duration = 1000;\nvar animationHandler = function() {\n  animation.removeEventListener('complete',animationHandler);\n  animation.backgroundColor = 'orange';\n  view.animate(animation);\n};\nanimation.addEventListener('complete',animationHandler);\nview.animate(animation);\n
", - "name": "Simple Animation Applied to a View" - }, - { - "code": "

The following example uses a transformation matrix to animate\na view when the view is clicked. The animation rotates and scales\nthe view, then returns it to its original size and position. The\nentire animation is repeated three times.

\n
var box = Ti.UI.createView({\n  backgroundColor : 'red',\n  height : '100',\n  width : '100'\n});\nwin.add(box);\n\nbox.addEventListener('click', function() {\n  var matrix = Ti.UI.create2DMatrix()\n  matrix = matrix.rotate(180);\n  matrix = matrix.scale(2, 2);\n  var a = Ti.UI.createAnimation({\n    transform : matrix,\n    duration : 2000,\n    autoreverse : true,\n    repeat : 3\n  });\n  box.animate(a);\n});\n
", - "name": "Animation Using Matrix Transforms" - }, - { - "code": "

Create a button and a blue square view. For each click of the button, apply a 90 degree \nrotation animation pivoted at one of a series of anchor points. In particular, note that \nan anchor point is configured using the Titanium.UI.Animation.anchorPoint property for \nAndroid and the Titanium.UI.View.anchorPoint property for iOS.

\n
var animationType = [\n  { name: 'Top Left', anchorPoint: {x:0, y:0} },\n  { name: 'Top Right', anchorPoint: {x:1, y:0} },\n  { name: 'Bottom Left', anchorPoint: {x:0, y:1} },\n  { name: 'Bottom Right', anchorPoint: {x:1, y:1} },\n  { name: 'Center', anchorPoint: {x:0.5, y:0.5} }\n];\nvar animationTypeLength = animationType.length;\nvar animationCount = 0;\nvar animationTypePointer = 0;\n\nvar t = Ti.UI.create2DMatrix();\nt = t.rotate(90);\n\n// animation properties\nvar a = {\n  transform: t,\n  duration: 2000,\n  autoreverse: true\n};\n\nTi.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow();\n\nvar view = Ti.UI.createView({\n  backgroundColor:'#336699',\n  width:100, height:100\n});\nwin.add(view);\n\nvar button = Ti.UI.createButton({\n  title:'Animate ' + animationType[animationTypePointer].name,\n  height: (Ti.UI.Android) ? 80 : 40,\n  width: (Ti.UI.Android) ? 300 : 200,\n  top:30\n});\nwin.add(button);\n\nfunction updateButton(name){\n  button.title = 'Animate ' + name;\n}\n\nbutton.addEventListener('click', function(){\n  // set new anchorPoint on animation for Android\n  a.anchorPoint = animationType[animationTypePointer].anchorPoint;\n\n  // set new anchorPoint on view for iOS\n  view.anchorPoint = animationType[animationTypePointer].anchorPoint;\n\n  animationCount++;\n\n  // determine position of next object in animationType array or return to first item\n  // using modulus operator\n  animationTypePointer = animationCount % animationTypeLength;\n\n  // animate view, followed by callback to set next button title\n  view.animate(a, function(){\n    updateButton(animationType[animationTypePointer].name);\n  });\n});\n\nwin.open();\n
", - "name": "Using an anchorPoint (Android and iOS)" - } - ], - "remarks": [ - "

An animation object describes the properties of an animation. At its most basic, an animation \nobject represents a single-phase animation with an end state and a duration.

\n

When animate is called on a View, the view is \nanimated from its current state to the state described by the animation object. The properties \nthat can be animated include the view's position, size, colors, transformation matrix and opacity.

\n

Animations can be set to reverse themselves automatically on completion, and to repeat a given \nnumber of times. For more complicated effects, multiple animations can be combined in sequence, \nstarting one animation when the previous animation completes.

\n

Use the Titanium.UI.createAnimation method to create an animation object.

\n

Note that when you animate a view's size or position, the actual layout properties (such as \ntop, left, width, height) are not changed by the animation. See the description of the \nanimate method for more information.

\n

iOS Platform Notes

\n

iOS supports both 2D and 3D matrix transformations in animations.

\n

In iOS, you can also specify an animation curve or easing function to control the pace of the \nanimation. To use an easing function, set the animation's curve property to one of the \nANIMATION_CURVE constants defined in Titanium.UI. For example, \nANIMATION_CURVE_EASE_IN specifies an animation that \nstarts slowly and then speeds up.

\n

Finally, iOS also supports transitions between windows or views. You can create a transition \nby creating an animation object and setting the view property to the view you want to \ntransition to. The transition property specifies the transition effect to apply. Use one of \nthe transition style constants defined in Titanium.UI.iPhone.AnimationStyle.

\n

Android Platform Notes

\n

Android supports 2D matrix transformations. Note that the \n2DMatrix.rotate method operates differently on Android. Called \nwith a single argument, it rotates from zero to the specified angle. That is, it ignores any \nexisting rotation. Called with two arguments, it interprets the first argument as a \"from\" \nangle and the second argument as a \"to\" angle.

\n

Android doesn't support any animation curves or easing functions. Animations always interpolate \nlinearly between the start state and the end state.

\n

Mobile Web Platform Notes

\n

Mobile Web supports 2D matrix transformations and animation curves in animations.

\n

iOS 5.1 and older as well as Safari 5 have a bug where you cannot animate both a position and\ntransform matrix at the same time. The matrix transform animation will override the position\nanimation until the matrix transform animation is complete, then jumps to the animated position.

" - ], - "properties": [ - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "autoreverse", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Specifies if the animation should be replayed in reverse upon completion.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Value of the backgroundColor property at the end of the animation, as a color name \nor hex triplet.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value of the bottom property at the end of the animation.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Value of the center property at the end of the animation.

" - }, - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Value of the color property at the end of the animation, as a color name or hex triplet.

" - }, - { - "name": "curve", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Animation curve or easing function to apply to the animation.

" - }, - { - "name": "delay", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Delay, in milliseconds before starting the animation.

" - }, - { - "name": "duration", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Duration of the animation, in milliseconds.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value of the height property at the end of the animation.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value of the left property at the end of the animation.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value of the opacity property at the end of the animation.

" - }, - { - "name": "opaque", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Value of the opaque property at the end of the animation.

" - }, - { - "name": "repeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of times the animation should be performed.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value of the right property at the end of the animation.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value of the top property at the end of the animation.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Animate the view from its current tranform to the specified transform.

" - }, - { - "name": "transition", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Transition type to use during a transition animation.

" - }, - { - "name": "view", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

New view to transition to.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Value of the visible property at the end of the animation.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value of the width property at the end of the animation.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value of the zIndex property at the end of the animation.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAutoreverse", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autoreverse property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the color property.

" - }, - { - "name": "getCurve", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the curve property.

" - }, - { - "name": "getDelay", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the delay property.

" - }, - { - "name": "getDuration", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the duration property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getOpaque", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opaque property.

" - }, - { - "name": "getRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the repeat property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getTransition", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transition property.

" - }, - { - "name": "getView", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the view property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setAutoreverse", - "isInternal": false, - "parameters": [ - { - "name": "autoreverse", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autoreverse property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setColor", - "isInternal": false, - "parameters": [ - { - "name": "color", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the color property.

" - }, - { - "name": "setCurve", - "isInternal": false, - "parameters": [ - { - "name": "curve", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the curve property.

" - }, - { - "name": "setDelay", - "isInternal": false, - "parameters": [ - { - "name": "delay", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the delay property.

" - }, - { - "name": "setDuration", - "isInternal": false, - "parameters": [ - { - "name": "duration", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the duration property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setOpaque", - "isInternal": false, - "parameters": [ - { - "name": "opaque", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opaque property.

" - }, - { - "name": "setRepeat", - "isInternal": false, - "parameters": [ - { - "name": "repeat", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the repeat property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setTransition", - "isInternal": false, - "parameters": [ - { - "name": "transition", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transition property.

" - }, - { - "name": "setView", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the view property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": true, - "events": [ - { - "name": "complete", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the animation completes.

" - }, - { - "name": "start", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the animation starts.

" - } - ] - }, - { - "name": "ThumbnailResponse", - "description": "

Simple object passed to the thumbnail callback in response to the\nrequestThumbnailImagesAtTimes\nmethod.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

The callback is invoked when a movie thumbnail is available.

" - ], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0 if success is true.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "image", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.Blob", - "isClassProperty": false, - "description": "

Thumbnail image, as a Blob.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded.

" - }, - { - "name": "time", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Time offset for the thumbnail, in seconds.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.ActivityIndicator", - "description": "

An activity indicator that lets the user know an action is taking place.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Open a yellow window immediately after a blue window. Show an activity indicator while \nsome code executes and hide it on completion. Then close the yellow window.

\n
Ti.UI.backgroundColor = 'white';\n\nvar win1 = Ti.UI.createWindow({\n  backgroundColor: 'blue'\n});\n\nvar win2 = Ti.UI.createWindow({\n  backgroundColor: 'yellow',\n  fullscreen: true\n});\n\nvar style;\nif (Ti.Platform.name === 'iPhone OS'){\n  style = Ti.UI.iPhone.ActivityIndicatorStyle.DARK;\n}\nelse {\n  style = Ti.UI.ActivityIndicatorStyle.DARK;\n}\nvar activityIndicator = Ti.UI.createActivityIndicator({\n  color: 'green',\n  font: {fontFamily:'Helvetica Neue', fontSize:26, fontWeight:'bold'},\n  message: 'Loading...',\n  style:style,\n  top:10,\n  left:10,\n  height:Ti.UI.SIZE,\n  width:Ti.UI.SIZE\n});\n\n// The activity indicator must be added to a window or view for it to appear\nwin2.add(activityIndicator);\n\n// eventListeners must always be loaded before the event is likely to fire\n// hence, the open() method must be positioned before the window is opened\nwin2.addEventListener('open', function (e) {\n  activityIndicator.show();\n  // do some work that takes 6 seconds\n  // ie. replace the following setTimeout block with your code\n  setTimeout(function(){\n    e.source.close();\n    activityIndicator.hide();\n  }, 6000);\n});\n\nwin1.open();\nwin2.open();\n
", - "name": "Simple Activity Indicator" - }, - { - "code": "

Previous example as two Alloy views.

\n

win1.xml:

\n
<Alloy>\n    <Window onOpen=\"openWin2\" backgroundColor=\"blue\" />\n</Alloy>\n
\n

win1.js:

\n
function openWin2 () {\n    var win2 = Alloy.createController('win2').getView();\n    win2.open();\n}\n
\n

win2.xml:

\n
<Alloy>\n    <Window onOpen=\"showIndicator\" fullscreen=\"true\" backgroundColor=\"yellow\">\n\n        <!-- Define the styling properties in the TSS file -->\n        <ActivityIndicator id=\"activityIndicator\" message=\"Loading...\"/>\n    </Window>\n</Alloy>\n
\n

win2.js:

\n
function showIndicator(e){\n    $.activityIndicator.show();\n    // do some work that takes 6 seconds\n    // ie. replace the following setTimeout block with your code\n    setTimeout(function(){\n        e.source.close();\n        $.activityIndicator.hide();\n    }, 6000);\n}\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

An activity indicator can be used to show the progress of an operation in the UI to let the \nuser know that some action is taking place. An activity indicator consists of a spinning \nanimation and an optional text message, and is used to indicate an ongoing activity of \nindeterminate length. To show progress, use Titanium.UI.ProgressBar instead.

\n

Use the Titanium.UI.createActivityIndicator method to create an Activity Indicator.

\n

The activity indicator is a view like any other view, and must be\nadded to a window or other top-level view before it can be shown. Note that, unlike most views, \nthe activity indicator is hidden by default and must be shown explicitly.

\n

Android Platform Notes

\n

Prior to SDK 3.0, activity indicator on Android produced a modal dialog containing a spinner or\nprogress bar. In SDK 3.0, this legacy Android activity indicator was renamed to\nTitanium.UI.Android.ProgressIndicator.

\n

In SDK 3.0, use ActivityIndicator for a view that can be added as a child of another view.\nUse ProgressIndicator to display a progress indicator in a modal dialog or window title bar.

" - ], - "properties": [ - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Bottom position of the view.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the message text, as a color name or hex triplet.

" - }, - { - "name": "font", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Font", - "isClassProperty": false, - "description": "

Font used for the message text.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Width of the view. Only accepts value of Titanium.UI.SIZE, which must be explicitly set in order to\ndisplay the message and to position the view correctly.

" - }, - { - "name": "indicatorColor", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the animated indicator.

" - }, - { - "name": "indicatorDiameter", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Diameter of the indicator.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Left position of the view.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Message text.

" - }, - { - "name": "messageid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string in the locale file to use for the message text.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Right position of the view.

" - }, - { - "name": "style", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The style for the activity indicator.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Top position of the view.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Width of the view. Only accepts value of Titanium.UI.SIZE, which must be explicitly set in order to\ndisplay the message and to position the view correctly.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this activity indicator's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the color property.

" - }, - { - "name": "getFont", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Font", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the font property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getIndicatorColor", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the indicatorColor property.

" - }, - { - "name": "getIndicatorDiameter", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the indicatorDiameter property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getMessage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the message property.

" - }, - { - "name": "getMessageid", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the messageid property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the style property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides the activity indicator and stops the animation.

" - }, - { - "name": "remove", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child from this activity indicator's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setColor", - "isInternal": false, - "parameters": [ - { - "name": "color", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the color property.

" - }, - { - "name": "setFont", - "isInternal": false, - "parameters": [ - { - "name": "font", - "usage": "required", - "type": "Font", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the font property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setIndicatorColor", - "isInternal": false, - "parameters": [ - { - "name": "indicatorColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the indicatorColor property.

" - }, - { - "name": "setIndicatorDiameter", - "isInternal": false, - "parameters": [ - { - "name": "indicatorDiameter", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the indicatorDiameter property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setMessage", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the message property.

" - }, - { - "name": "setMessageid", - "isInternal": false, - "parameters": [ - { - "name": "messageid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the messageid property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setStyle", - "isInternal": false, - "parameters": [ - { - "name": "style", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the style property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows the activity indicator and starts the animation.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI._2DMatrix", - "description": "

The 2D Matrix is an object for holding values for an affine transformation matrix.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

A 2D matrix is used to rotate, scale, translate, or skew the objects in a two-dimensional space. \nA 2D affine transformation can be represented by a 3 by 3 matrix:

\n\n\n\n\n
ab0
cd0
txty1
\n\n

The third column is constant (0,0,1).

\n

On iOS, the matrix terms, a, b, c, d, tx, and ty, are available as\nproperties. On Android, the matrix terms are not available as properties.

\n

Use the Titanium.UI.create2DMatrix method to create a new 2D matrix. You can \npass an optional MatrixCreationDict dictionary to the method to initialize the \nmatrix. For example:

\n

var m = Ti.UI.2DMatrix({ rotate: 45 });

\n

Produces a new matrix with a 45 degree rotation. If you pass no arguments, \ncreate2DMatrix returns an identity matrix.

" - ], - "properties": [ - { - "name": "a", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [1,1] in the matrix.

" - }, - { - "name": "b", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [1,2] in the matrix.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "c", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [2,1] in the matrix.

" - }, - { - "name": "d", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [2,2] in the matrix.

" - }, - { - "name": "tx", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [3,1] in the matrix.

" - }, - { - "name": "ty", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [3,2] in the matrix.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getA", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the a property.

" - }, - { - "name": "getB", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the b property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getC", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the c property.

" - }, - { - "name": "getD", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the d property.

" - }, - { - "name": "getTx", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tx property.

" - }, - { - "name": "getTy", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ty property.

" - }, - { - "name": "invert", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by inverting this matrix.

" - }, - { - "name": "multiply", - "isInternal": false, - "parameters": [ - { - "name": "t2", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

The second matrix.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by combining two existing matrices.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "rotate", - "isInternal": false, - "parameters": [ - { - "name": "angle", - "usage": "required", - "type": "Number", - "description": "

Angle to rotate to, in degrees. On Android, if angleTo is specified, this specifies\nthe starting angle for a rotation animation.

" - }, - { - "name": "toAngle", - "usage": "optional", - "type": "Number", - "description": "

Ending angle for a rotation animation, in degrees. Android only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by rotating this matrix.

" - }, - { - "name": "scale", - "isInternal": false, - "parameters": [ - { - "name": "sx", - "usage": "required", - "type": "Number", - "description": "

Horizontal scaling factor. If toSx and toSy are specified, \nthis specifies the starting horizontal scaling factor, at the beginning \nof an animation.

" - }, - { - "name": "sy", - "usage": "required", - "type": "Number", - "description": "

Vertical scaling factor. If toSx and toSy are specified, \nthis specifies the starting vertical scaling factor, at the beginning of \nan animation.

" - }, - { - "name": "toSx", - "usage": "optional", - "type": "Number", - "description": "

Ending horizontal scaling factor, at the end of an animation.\nIf specified, toSy must be specified as well. Android only.

" - }, - { - "name": "toSy", - "usage": "optional", - "type": "Number", - "description": "

Ending vertical scaling factor, at the end of an animation.\nIf specified, toSx must be specified as well. Android only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a 2DMatrix object that specifies a scaling animation from one scale to another.

" - }, - { - "name": "setA", - "isInternal": false, - "parameters": [ - { - "name": "a", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the a property.

" - }, - { - "name": "setB", - "isInternal": false, - "parameters": [ - { - "name": "b", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the b property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setC", - "isInternal": false, - "parameters": [ - { - "name": "c", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the c property.

" - }, - { - "name": "setD", - "isInternal": false, - "parameters": [ - { - "name": "d", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the d property.

" - }, - { - "name": "setTx", - "isInternal": false, - "parameters": [ - { - "name": "tx", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tx property.

" - }, - { - "name": "setTy", - "isInternal": false, - "parameters": [ - { - "name": "ty", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ty property.

" - }, - { - "name": "translate", - "isInternal": false, - "parameters": [ - { - "name": "tx", - "usage": "required", - "type": "Number", - "description": "

Horizontal component of the translation.

" - }, - { - "name": "ty", - "usage": "required", - "type": "Number", - "description": "

Vertical component of the translation.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by applying a translation transform to this matrix.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Filesystem.File", - "description": "

Object representing a path to a file or directory in the device's persistent storage.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Data files shipped with the application are stored in the resources directory.

\n

This example reads string data from a text file.

\n
// resourcesDirectory is actually the default location, so the first \n// argument could be omitted here.\nfile = Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, \"textfile.txt\");\nvar blob = file.read();\nvar readText = blob.text;\n// dispose of file handle & blob.\nfile = null;\nblob = null;\n
", - "name": "Reading a File" - }, - { - "code": "

Files that the application writes to need to be stored outside of the \nresources directory, since that directory is read-only.

\n

This example creates a subdirectory to store downloaded images.\nThe example assumes that two variables are defined elsewhere in the code:\nmyImageID, a string containing some kind of ID for the downloaded image, \nand myImageData, a Blob containing JPEG image data.

\n
var imageDir = Ti.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory,            \n    'downloaded_images');\nif (! imageDir.exists()) {\n    imageDir.createDirectory();\n}\n\n// .resolve() provides the resolved native path for the directory.\nvar imageFile  = Ti.Filesystem.getFile(imageDir.resolve(), myImageID + '.jpg');\nTi.API.info(\"ImageFile path is: \" + imageFile.resolve());\nif (imageFile.write(myImageData)===false) {\n    // handle write error\n}\n// dispose of file handles\nimageFile = null;\nimageDir = null;\n
", - "name": "Creating a Subdirectory" - } - ], - "remarks": [ - "

Use the Titanium.Filesystem.getFile method to get a handle to a File object,\nwhich represents a given path. There does not need to be an existing file or directory \ndoes not need to exist before getFile is called. If the file doesn't exist, and \nthe file path identifies a file in a writable directory, writing to the file \ncreates the file implicitly.

\n

See Titanium.Filesystem for constants identifying commonly-used device directories.

\n

Use the exists method to test whether the file exists.

\n

A file object can point to an ordinary file, a directory or a symbolic link.\nUse createDirectory to create a directory.\nUse the getDirectoryListing method to\nretrieve a list of the directory's contents.

\n

The File object doesn't provide methods for random access into the file.\nThe read method reads the file's entire contents into a Blob object.\nThe write method can either overwrite the entire file or append to an\nexisting file.

\n

For random access to a file, such as accessing a small portion of a larger file, \nyou can open a file as a FileStream object. Use the \nopen method to get a FileStream for an \nexisting File object, or use the Titanium.Filesystem.openStream method \nto get a FileStream directly without calling getFile first.

\n

The Titanium.Filesystem module defines a number of properties and methods related to \nfilesystem access, including properties that specify paths for application-specific \ndirectories, and methods for creating temporary files and directories.

\n

On Android, files may be stored on external storage (that is, removable media such as \nSD Cards).

\n

Note that once created with getFile, the path associated with a file object is\nimmutable. If you move the underlying file using move \nor rename, you can no longer access it with the \noriginal File object. You must use getFile to get a handle to the new path.

\n

Resource Files

\n

The Resources directory and all the files in it are read-only. On Android, resource\nfiles are stored in the resource bundle and do not have all of the properties of\nnormal files. In particular, they do not have creation or modification timestamps.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "executable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

true if the file is executable.

" - }, - { - "name": "hidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Set to true if the file is hidden.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of the file.

" - }, - { - "name": "nativePath", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Native path associated with this file object, as a file URL.

" - }, - { - "name": "parent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Filesystem.File", - "isClassProperty": false, - "description": "

A File object representing the parent directory of the file identified by this object.

" - }, - { - "name": "readonly", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

true if the file identified by this object is read-only.

" - }, - { - "name": "remoteBackup", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Value indicating whether or not to back up to a cloud service.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size, in bytes, of the file identified by this object.

" - }, - { - "name": "symbolicLink", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

true if the file identified by this object is a symbolic link.

" - }, - { - "name": "writable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

true if the file identified by this object is writable.

" - }, - { - "name": "writeable", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

true if the file identified by this object is writable.\n Deprecated since 1.8.1. Use writable instead.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "append", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "String", - "description": "

Data to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends data to the file identified by this file object.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "copy", - "isInternal": false, - "parameters": [ - { - "name": "destinationPath", - "usage": "required", - "type": "String", - "description": "

Destination path to copy to.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Copies the file identified by this file object to a new path.

" - }, - { - "name": "createDirectory", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a directory at the path identified by this file object.

" - }, - { - "name": "createFile", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a file at the path identified by this file object.

" - }, - { - "name": "createTimestamp", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the creation timestamp for the file identified by this file object.

" - }, - { - "name": "deleteDirectory", - "isInternal": false, - "parameters": [ - { - "name": "recursive", - "usage": "optional", - "type": "Boolean", - "description": "

Pass true to recursively delete any directory contents.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Deletes the directory identified by this file object.

" - }, - { - "name": "deleteFile", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Deletes the file identified by this file object.

" - }, - { - "name": "exists", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if the file or directory identified by this file object exists on the device.

" - }, - { - "name": "extension", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the extension for the file identified by this file object.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getDirectoryListing", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a listing of the directory identified by this file object, or null\nif this object doesn't identify a directory.

" - }, - { - "name": "getExecutable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the executable property.

" - }, - { - "name": "getHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hidden property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "getNativePath", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nativePath property.

" - }, - { - "name": "getParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Titanium.Filesystem.File", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the path of the parent directory holding the file identified by this file object, as a String or as a File object.

" - }, - { - "name": "getReadonly", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the readonly property.

" - }, - { - "name": "getRemoteBackup", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the remoteBackup property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSymbolicLink", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the symbolicLink property.

" - }, - { - "name": "getWritable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the writable property.

" - }, - { - "name": "getWriteable", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the writeable property. Deprecated since 1.8.1.

" - }, - { - "name": "isDirectory", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this file object represents a directory.

" - }, - { - "name": "isFile", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this file object represents an ordinary file.

" - }, - { - "name": "modificationTimestamp", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the last modification time for this file.

" - }, - { - "name": "move", - "isInternal": false, - "parameters": [ - { - "name": "newpath", - "usage": "required", - "type": "String", - "description": "

New location for the file.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Moves the file identified by this file object to another path.

" - }, - { - "name": "open", - "isInternal": false, - "parameters": [ - { - "name": "mode", - "usage": "required", - "type": "Number", - "description": "

Mode to open the file in: MODE_READ, MODE_WRITE, or MODE_APPEND.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Filesystem.FileStream", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens the file identified by this file object for random access.

" - }, - { - "name": "read", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the contents of the file identified by this file object as a Blob.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "rename", - "isInternal": false, - "parameters": [ - { - "name": "newname", - "usage": "required", - "type": "String", - "description": "

New name for the file.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Renames the file identified by this file object.

" - }, - { - "name": "resolve", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the fully-resolved native path associated with this file object.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setHidden", - "isInternal": false, - "parameters": [ - { - "name": "hidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hidden property.

" - }, - { - "name": "setRemoteBackup", - "isInternal": false, - "parameters": [ - { - "name": "remoteBackup", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the remoteBackup property.

" - }, - { - "name": "spaceAvailable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the amount of free space available on the device where the file identified by this file object is stored.

" - }, - { - "name": "write", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "String", - "description": "

Data to write, as a String, Blob or File object.

" - }, - { - "name": "append", - "usage": "optional", - "type": "Boolean", - "description": "

If true, append the data to the end of the file.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Writes the specified data to the file identified by this file object.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudPushNotificationSuccessArg", - "description": "

A simple object passed to the retrieveDeviceToken success callback.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "deviceToken", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The device token which this device was registered for.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone", - "description": "

The iPhone/iPad-specific UI capabilities. All properties, methods and events in this namespace \nwill only work on Apple iOS systems.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "MODAL_PRESENTATION_CURRENT_CONTEXT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

View presented with the same style as its parent window.

" - }, - { - "name": "MODAL_PRESENTATION_FORMSHEET", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Window width and height are smaller than those of the screen and the view is centered on \nthe screen.

" - }, - { - "name": "MODAL_PRESENTATION_FULLSCREEN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Window covers the screen.

" - }, - { - "name": "MODAL_PRESENTATION_PAGESHEET", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Window height is the height of the screen and width is equal to screen width in a portrait \norientation.

" - }, - { - "name": "MODAL_TRANSITION_STYLE_COVER_VERTICAL", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

When the window is presented, its view slides up from the bottom of the screen. On dismissal, \nthe view slides back down (default.)

" - }, - { - "name": "MODAL_TRANSITION_STYLE_CROSS_DISSOLVE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

When the window is presented, the current view fades out while the new view fades in at the \nsame time. On dismissal, a similar type of cross-fade is used to return to the original view.

" - }, - { - "name": "MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

When the window is presented, the current view initiates a horizontal 3D flip from \nright-to-left, resulting in the revealing of the new view as if it were on the back of the \nprevious view. On dismissal, the flip occurs from left-to-right, returning to the original \nview.

" - }, - { - "name": "MODAL_TRANSITION_STYLE_PARTIAL_CURL", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

When the window is presented, one corner of the current view curls up to reveal the modal \nview underneath. On dismissal, the curled up page unfurls itself back on top of the modal \nview.

" - }, - { - "name": "appBadge", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value of the badge for the application's springboard icon.

" - }, - { - "name": "appSupportsShakeToEdit", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the shake to edit system-wide capability is enabled.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "statusBarHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the status bar is hidden.

" - }, - { - "name": "statusBarStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines the status bar color style.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createNavigationGroup", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.iPhone.NavigationGroup", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.iPhone.NavigationGroup except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.iPhone.NavigationGroup", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.iPhone.NavigationGroup.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAppBadge", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the appBadge property.

" - }, - { - "name": "getAppSupportsShakeToEdit", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the appSupportsShakeToEdit property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getStatusBarHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the statusBarHidden property.

" - }, - { - "name": "getStatusBarStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the statusBarStyle property.

" - }, - { - "name": "hideStatusBar", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "optional", - "type": "hideStatusBarParams", - "description": "

Determines whether action is animated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides the status bar.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAppBadge", - "isInternal": false, - "parameters": [ - { - "name": "appBadge", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the appBadge property.

" - }, - { - "name": "setAppSupportsShakeToEdit", - "isInternal": false, - "parameters": [ - { - "name": "appSupportsShakeToEdit", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the appSupportsShakeToEdit property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setStatusBarHidden", - "isInternal": false, - "parameters": [ - { - "name": "statusBarHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the statusBarHidden property.

" - }, - { - "name": "setStatusBarStyle", - "isInternal": false, - "parameters": [ - { - "name": "statusBarStyle", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the statusBarStyle property.

" - }, - { - "name": "showStatusBar", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "optional", - "type": "showStatusBarParams", - "description": "

Determines whether action is animated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows the status bar.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.Android.ProgressIndicator", - "description": "

A progress dialog or a horizontal progress bar in the title of the window.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

Click the button to show a progress indicator while\nsome code executes and hide it on completion.

\n
Ti.UI.backgroundColor = 'white';\n\nvar win = Ti.UI.createWindow({\n  backgroundColor: 'blue'\n});\n\nvar button = Ti.UI.createButton({\n  title: 'Show Progress Dialog'\n});\n\nvar progressIndicator = Ti.UI.Android.createProgressIndicator({\n  message: 'Loading...',\n  location: Ti.UI.Android.PROGRESS_INDICATOR_DIALOG,\n  type: Ti.UI.Android.PROGRESS_INDICATOR_DETERMINANT,\n  cancelable: true,\n  min: 0,\n  max: 10\n});\n\nbutton.addEventListener('click', function (e) {\n  progressIndicator.show();\n  var value = 0;\n  setInterval(function(){\n    if (value > 10) {\n        return;\n    }\n    progressIndicator.value = value;\n    value ++;\n  }, 200);\n  // do some work that takes 3 seconds\n  // ie. replace the following setTimeout block with your code\n  setTimeout(function(){\n    progressIndicator.hide();\n  }, 3000);\n});\n\nwin.add(button);\nwin.open();\n
", - "name": "Simple Progress Indicator" - }, - { - "code": "

Previous example as an Alloy view-controller.

\n

index.xml:

\n
<Alloy>\n    <Window backgroundColor=\"blue\">\n        <Button id=\"button\" onClick=\"showIndicator\">Show Progress Dialog</Button>\n\n        <ProgressIndicator ns=\"Ti.UI.Android\" platform=\"android\" id=\"progressIndicator\"\n         message=\"Loading...\" min=\"0\" max=\"10\" cancelable=\"true\"\n         location=\"Ti.UI.Android.PROGRESS_INDICATOR_DIALOG\"\n         type=\"Ti.UI.Android.PROGRESS_INDICATOR_DETERMINANT\" />\n    </Window>\n</Alloy>\n
\n

index.js:

\n
function showIndicator(e) {\n    $.progressIndicator.show();\n    var value = 0;\n    setInterval(function(){\n        if (value > 10) {\n            return;\n        }\n        $.progressIndicator.value = value;\n        value ++;\n    }, 200);\n    // do some work that takes 3 seconds\n    // ie. replace the following setTimeout block with your code\n    setTimeout(function(){\n        $.progressIndicator.hide();\n    }, 3000);\n}\n$.index.open();\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

A progress indicator can be used to show the progress of an operation in the UI to let the\nuser know that some action is taking place. It is used to indicate an ongoing activity of\ndeterminate or indeterminate length.

\n

Use the Titanium.UI.Android.createProgressIndicator method to create a progress indicator.

\n

A progress indicator can be either a progress dialog or a horizontal progress bar in the title \nof the window. The progress dialog is a modal dialog that blocks the UI. See also: \nTitanium.UI.Android.PROGRESS_INDICATOR_DIALOG,\nTitanium.UI.Android.PROGRESS_INDICATOR_STATUS_BAR.

\n

Calling show displays the indicator, and calling hide removes it.

\n

To display a horizontal progress bar in the title of a heavyweight window,\nwait for the window to open before creating the progress bar.\nFor example, in the sample code below, for it to work in the status bar,\ncreate the progress bar inside the event listener, which waits for the open event.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "cancelable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

When true allows the user to cancel the progress dialog by pressing the BACK button.

" - }, - { - "name": "location", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Location for the progress indicator.

" - }, - { - "name": "max", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Maximum value of the progress bar.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Message text.

" - }, - { - "name": "messageid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string in the locale file to use for the message text.

" - }, - { - "name": "min", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Minimum value of the progress bar.

" - }, - { - "name": "type", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Type for the progress indicator.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCancelable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the cancelable property.

" - }, - { - "name": "getLocation", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the location property.

" - }, - { - "name": "getMax", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the max property.

" - }, - { - "name": "getMessage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the message property.

" - }, - { - "name": "getMessageid", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the messageid property.

" - }, - { - "name": "getMin", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the min property.

" - }, - { - "name": "getType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the type property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides the progress indicator and stops the animation.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCancelable", - "isInternal": false, - "parameters": [ - { - "name": "cancelable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the cancelable property.

" - }, - { - "name": "setLocation", - "isInternal": false, - "parameters": [ - { - "name": "location", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the location property.

" - }, - { - "name": "setMax", - "isInternal": false, - "parameters": [ - { - "name": "max", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the max property.

" - }, - { - "name": "setMessage", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the message property.

" - }, - { - "name": "setMessageid", - "isInternal": false, - "parameters": [ - { - "name": "messageid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the messageid property.

" - }, - { - "name": "setMin", - "isInternal": false, - "parameters": [ - { - "name": "min", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the min property.

" - }, - { - "name": "setType", - "isInternal": false, - "parameters": [ - { - "name": "type", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the type property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows the progress indicator and starts the animation.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": true, - "events": [ - { - "name": "cancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the user has canceled the progress indicator dialog.

" - } - ] - }, - { - "name": "Titanium.UI.OptionDialog", - "description": "

An option dialog is a modal view that includes a message and one or more option items positioned \nin the middle of the display on Android and at the bottom edge on iOS. On Android, buttons may \nbe added below the options.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Ti.UI.setBackgroundColor('white');\nvar win = Ti.UI.createWindow({\n title: 'Click window to test',\n backgroundColor: 'white',\n exitOnClose: true,\n fullscreen: false\n});

\n

var opts = {\n cancel: 2,\n options: ['Confirm', 'Help', 'Cancel'],\n selectedIndex: 2,\n destructive: 0,\n title: 'Delete File?'\n};

\n

win.addEventListener('click', function(e){\n var dialog = Ti.UI.createOptionDialog(opts).show();\n});\nwin.open();

", - "name": "Dialog with 3 Options" - }, - { - "code": "

Ti.UI.setBackgroundColor('white');\n var win = Ti.UI.createWindow({\n title: 'Click window to test',\n backgroundColor: 'white',\n exitOnClose: true,\n fullscreen: false\n});

\n

var opts = {\n title: 'Delete File?'\n};

\n

var isAndroid = Ti.Platform.osname == 'android';

\n

if(isAndroid){\n opts.options = ['Confirm', 'Cancel'];\n opts.buttonNames = ['Confirm'];\n} else {\n opts.options = ['Confirm', 'Help', 'Cancel'];\n}

\n

win.addEventListener('click', function(e){\n var dialog = Ti.UI.createOptionDialog(opts).show();\n});\nwin.open();

", - "name": "Dialog with 2 Options and 1 Button on Android and 3 Options on iOS" - }, - { - "code": "

Previous example as an Alloy view.

\n

optiondialog.xml:

\n
<Alloy>\n    <Window id=\"win\" onClick=\"showOptions\" title=\"Click window to test\"\n        fullscreen=\"false\" onExit=\"true\" backgroundColor=\"white\">\n\n        <!--\n            The OptionDialog tag declares an option dialog,\n            which will need to be opened by the controller.\n        -->\n        <OptionDialog id=\"dialog\" title=\"Delete File?\">\n\n            <!-- The Options tag sets the options property. -->\n            <Options>\n                <Option>Confirm</Option>\n                <Option platform=\"ios\">Help</Option>\n                <Option>Cancel</Option>\n            </Options>\n\n            <!-- The ButtonNames tag sets the Android-only buttonNames property. -->\n            <ButtonNames>\n                <ButtonName>Confirm</ButtonName>\n            </ButtonNames>\n\n            <!-- Add a View for the androidView property here. -->\n\n        </OptionDialog>\n\n        <!-- Add views here -->\n\n    </Window>\n</Alloy>\n
\n

optiondialog.js:

\n
function showOptions(){\n    $.dialog.show();\n}\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

An option dialog is created using Titanium.UI.createOptionDialog.

\n

This dialog is considerably different on each platform, as described below.

\n

Android

\n

On Android, this dialog is shown in the middle of the display (not touching the edges), \nwith the option items represented in a picker. The previously-selected, or default, item can be \nset on creation.

\n

Buttons below the picker may be optionally defined. The click event returns a Boolean value \nto indicate whether either an option item or a button was clicked.

\n

iOS

\n

The destructive property may be set for an item, to give a visual cue that selecting it \nresults in an irreversible action.

\n

On iOS 4, option dialogs are automatically cancelled when the application is paused/suspended.

\n
iPhone
\n

On iPhone, this dialog is shown at the bottom edge of the display, with the option items \nrepresented as vertical buttons.

\n
iPad
\n

On iPad, this dialog is shown in the middle of the display, or as a popover-like dialog if \nanother view or control is specified via an argument.

\n

Note that on iPad, the cancel button is not displayed -- users can cancel the dialog\nby clicking outside of the dialog.

\n

Caveats

\n

Care should be taken not to define any properties that are not documented, as this may produce \nunexpected results. For example, setting a message property will prevent the picker of option \nitems from being displayed on Android.

" - ], - "properties": [ - { - "name": "androidView", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to load inside the message area, to create a custom layout.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "cancel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index to define the cancel option.

" - }, - { - "name": "destructive", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index to define the destructive option, indicated by a visual cue when rendered.

" - }, - { - "name": "options", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

List of option names.

" - }, - { - "name": "persistent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean value indicating if the option dialog should only be cancelled by user gesture or by hide method.

" - }, - { - "name": "selectedIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Defines the default selected option.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of the dialog.

" - }, - { - "name": "titleid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string in the locale file to use for the title text.

" - }, - { - "name": "tizenView", - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to load inside the message area, to create a custom layout.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAndroidView", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the androidView property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCancel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the cancel property.

" - }, - { - "name": "getDestructive", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the destructive property.

" - }, - { - "name": "getOptions", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the options property.

" - }, - { - "name": "getPersistent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the persistent property.

" - }, - { - "name": "getSelectedIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectedIndex property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getTitleid", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleid property.

" - }, - { - "name": "getTizenView", - "isInternal": false, - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tizenView property.

" - }, - { - "name": "hide", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "optional", - "type": "hideParams", - "description": "

Argument containing parameters for this method. Only used on iOS.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this dialog.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAndroidView", - "isInternal": false, - "parameters": [ - { - "name": "androidView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the androidView property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCancel", - "isInternal": false, - "parameters": [ - { - "name": "cancel", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the cancel property.

" - }, - { - "name": "setPersistent", - "isInternal": false, - "parameters": [ - { - "name": "persistent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the persistent property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "setTitleid", - "isInternal": false, - "parameters": [ - { - "name": "titleid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleid property.

" - }, - { - "name": "setTizenView", - "isInternal": false, - "parameters": [ - { - "name": "tizenView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tizenView property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "optional", - "type": "showParams", - "description": "

Argument containing parameters for this method. Only used on iPad.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows this dialog.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "button", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether the index returned by the index property relates to a button rather \nthan an option item.

" - }, - { - "name": "cancel", - "deprecated": false, - "type": "Boolean", - "description": "

Boolean type on Android; Number on iOS and Mobile Web.

\n

On Android, indicates whether the cancel button was clicked, in which \ncase returns true.

\n

On iOS and Mobile Web, the value of the cancel \nproperty is returned, if defined, or -1 otherwise.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "destructive", - "deprecated": false, - "type": "Number", - "description": "

Index of the destructive option if defined or -1 otherwise.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the option that was pressed. See description for result of the dialog being \ndismissed in some other way.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when an option of this dialog is clicked or, under certain circumstances, when this \ndialog is dismissed.

" - } - ] - }, - { - "name": "Titanium.Filesystem.FileStream", - "description": "

Wrapper around Titanium.Filesystem.File that implements the Titanium.IOStream interface

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

closes file stream, exception is thrown on error

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "isReadable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if stream is readable, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether this stream is readable.

" - }, - { - "name": "isWriteable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if stream is writeable, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether this stream is writeable.

" - }, - { - "name": "read", - "isInternal": false, - "parameters": [ - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to read stream data into.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset into the buffer to start writing stream data.\nIf specified, length must also be specified.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Maximum number of bytes to read.\nIf specified, offset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number of bytes read.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Reads data from this stream into a buffer.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "write", - "isInternal": false, - "parameters": [ - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to write to this stream.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset in the buffer of the first byte to write to the stream.\nIf specified, length must also be specified.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Maximum number of bytes to write to the stream.\nIf specified, offset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number of bytes written.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Writes data from a buffer to this stream.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.ButtonBar", - "description": "

An iOS button bar component.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

var bb1 = Titanium.UI.createButtonBar({\n labels:['One', 'Two', 'Three'],\n backgroundColor:'#336699',\n top:50,\n style:Titanium.UI.iPhone.SystemButtonStyle.BAR,\n height:25,\n width:200\n});\nwin.add(bb1);

", - "name": "Simple 3 button button bar" - }, - { - "code": "

Previous example as an Alloy view.

\n
<Alloy>\n    <Window id=\"win\">\n        <ButtonBar id=\"bb1\" platform=\"ios\" backgroundColor=\"#369\" top=\"50\" height=\"25\" width=\"200\">\n\n            <!-- The Labels tag sets the ButtonBar.labels property -->\n            <Labels>\n\n                <!-- Specify text with node text or the title attribute. -->\n                <!-- Can also specify the enabled, image and width attributes. -->\n\n                <Label>One</Label>\n                <Label>Two</Label>\n                <Label>Three</Label>\n\n            </Labels>\n\n            <!-- Place additional views for the ButtonBar here. -->\n\n        </ButtonBar>\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The button bar is a set of buttons joined into a single control. Each button in a\nbutton bar can have a text label or an icon, but not both.

\n

The TabbedBar control is a button bar where the \nlast selected button mantains a pressed or selected state. The following discussion\napplies to both button bar and tabbed bar.

\n

The buttons share a common style, defined by the style property. This can be \nset to one of the constants defined in \nTitanium.UI.iPhone.SystemButtonStyle:

\n\n

If you want the background color or background gradient of the button bar itself \nto show through, the style must be set to Titanium.UI.iPhone.SystemButtonStyle.BAR.

\n

Note that you cannot style individual buttons in a button bar. If you want to give a\ndistinct visual style to individual buttons, to use an icon and text on the same button,\nor to use a button-bar type component on a platform other than iOS, you can use a set \nof individual Button controls wrapped in a\nView to create the appearance of a button bar.

\n

Use the Titanium.UI.createButtonBar method to create a button bar.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "index", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index of the currently selected button.

" - }, - { - "name": "labels", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of labels for the button bar.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "style", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the button bar.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the index property.

" - }, - { - "name": "getLabels", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - }, - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the labels property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the style property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setIndex", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the index property.

" - }, - { - "name": "setLabels", - "isInternal": false, - "parameters": [ - { - "name": "labels", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the labels property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setStyle", - "isInternal": false, - "parameters": [ - { - "name": "style", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the style property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the clicked button.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a button is clicked.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - } - ] - }, - { - "name": "Titanium.UI.iOS.CoverFlowView", - "description": "

The cover flow view is a container showing animated three-dimensional images in a style \nconsistent with the cover flow presentation style used for iPod, iTunes, and file browsing.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

Create a simple cover flow view.

\n
var view = Titanium.UI.iOS.createCoverFlowView({\n    backgroundColor:'#000',\n    images:['a.png','b.png','c.png']\n});\nwindow.add(view);\n
", - "name": "Simple 3 image cover flow example" - }, - { - "code": "

Previous example as an Alloy view.

\n
<Alloy>\n    <Window id=\"window\">\n        <CoverFlowView id=\"view\" platform=\"ios\" backgroundColor=\"#000\">\n\n            <!-- The Images tag sets the CoverFlowView.images property. -->\n            <Images>\n\n                <!-- Assign the image by node text or the image attribute. -->\n                <!-- Can also specify the width and height attributes. -->\n\n                <Image>a.png</Image>\n                <Image>b.png</Image>\n                <Image>c.png</Image>\n\n            </Images>\n\n            <!-- Place additional views for the CoverFlowView here. -->\n\n        </CoverFlowView>\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The cover flow view is created by the Titanium.UI.iOS.createCoverFlowView method.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "images", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Images to display in the view.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "selected", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index to make selected.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getImages", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - }, - { - "type": "Array", - "description": "" - }, - { - "type": "Array", - "description": "" - }, - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the images property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSelected", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selected property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setImage", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Index to add the image at.

" - }, - { - "name": "image", - "usage": "required", - "type": "String", - "description": "

Image to add at this index.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Changes the image for a specified index.

" - }, - { - "name": "setImages", - "isInternal": false, - "parameters": [ - { - "name": "images", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the images property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSelected", - "isInternal": false, - "parameters": [ - { - "name": "selected", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selected property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": true, - "events": [ - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the image that is now visible.

" - }, - { - "name": "previous", - "deprecated": false, - "type": "Number", - "description": "

Index of the previously-visible image.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the user changes the image using a gesture.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the image that is now visible.

" - }, - { - "name": "previous", - "deprecated": false, - "type": "Number", - "description": "

Index of the previously-visible image.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the user clicks on the view.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - } - ] - }, - { - "name": "YQLResponse", - "description": "

Properties passed to a yql callback to report a success or failure.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0 if success is true.

" - }, - { - "name": "data", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

The data payload received from the YQL.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned. Use error instead Deprecated since 3.1.0.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.MobileWeb", - "description": "

The UI capabilities specific to Mobile Web. All events, methods and properties in this namespace \nwill only work on this platform.

", - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createNavigationGroup", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.MobileWeb.NavigationGroup", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.MobileWeb.NavigationGroup except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.MobileWeb.NavigationGroup", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.MobileWeb.NavigationGroup.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "closeWindowParams", - "description": "

Dictionary of options for the Titanium.UI.Window.close method.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "activityEnterAnimation", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Animation resource to use for the incoming activity.

" - }, - { - "name": "activityExitAnimation", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

win2.close({\n activityEnterAnimation: Ti.Android.R.anim.fade_in,\n activityExitAnimation: Ti.Android.R.anim.fade_out\n});

", - "name": "Fading out a Window" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Animation resource to use for the outgoing activity (heavyweight window).

" - }, - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to use an animated effect when the window is closed.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.2" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud.Chats", - "description": "

Provides methods for accessing ACS chat messages.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example sends a chat message to a list of users and checks the response.

\n
Cloud.Chats.create({\n    to_ids: ids.join(','),\n    message: 'Good morning'\n}, function (e) {\n    if (e.success) {\n        for (var i = 0; i < e.chats.length; i++) {\n            var chat = e.chats[i];\n            alert('Success:\\n' +\n                'From: ' + chat.from.first_name + ' ' + chat.from.last_name + '\\n' +\n                'Updated: ' + chat.updated_at + '\\n' +\n                'Message: ' + chat.message);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create Chat Message" - }, - { - "code": "

This example requests a list of chat messages and checks the response.

\n
Cloud.Chats.query({\n    participate_ids: ids.join(','),\n    where: {\n        updated_at: { '$gt': last_update_time }\n    }\n}, function (e) {\n    if (e.success) {\n        for (var i = 0; i < e.chats.length; i++) {\n            var chat = e.chats[i];\n            alert('Success:\\n' +\n                'From: ' + chat.from.first_name + ' ' + chat.from.last_name + '\\n' +\n                'Updated: ' + chat.updated_at + '\\n' +\n                'Message: ' + chat.message);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Query for Chat Message" - }, - { - "code": "

This example requests a lists of chat groups that the current user belongs to and checks \nthe response.

\n
Cloud.Chats.getChatGroups(function (e) {\n    if (e.success) {\n        for (var i = 0; i < e.chats.length; i++) {\n            var group = e.chat_groups[i];\n            alert('Success:\\n' +\n                'id: ' + group.id + '\\n' +\n                'created_at: ' + group.created_at + '\\n' +\n                'number of users: ' + group.participate_users.length);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Get Chat Groups" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Send a chat message to another user or a group of users.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChatGroups", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of chat groups the current user belongs to.

" - }, - { - "name": "query", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of chat messages with sorting and pagination.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Cloud.Clients", - "description": "

Provides methods for accessing ACS clients.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example locates a client and checks the response.

\n
Cloud.Clients.geolocate({\n    ip_address: clientIPAddress\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'ip_address: ' + e.ip_address + '\\n' +\n            'latitude: ' + e.location.latitude + '\\n' +\n            'longitude: ' + e.location.longitude);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Geolocate a Client" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "geolocate", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Locate a mobile device based on the IP address of the device.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Calendar.Alert", - "description": "

An object that represents a single alert for an event in an calendar.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "absoluteDate", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

The absolute date for the alarm.

" - }, - { - "name": "alarmTime", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

Date/time at which this alert alarm is set to trigger.

" - }, - { - "name": "begin", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

Start date/time for the corresponding event.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "end", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

End date/time for the corresponding event.

" - }, - { - "name": "eventId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Identifier of the event for which this alert is set.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Identifier of this alert.

" - }, - { - "name": "minutes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Reminder notice period in minutes, that determines how long prior to the event this alert \nshould trigger.

" - }, - { - "name": "relativeOffset", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The offset from the start of an event, at which the alarm fires.

" - }, - { - "name": "state", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The current state of the alert.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAbsoluteDate", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the absoluteDate property.

" - }, - { - "name": "getAlarmTime", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the alarmTime property.

" - }, - { - "name": "getBegin", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the begin property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getEnd", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the end property.

" - }, - { - "name": "getEventId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the eventId property.

" - }, - { - "name": "getId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the id property.

" - }, - { - "name": "getMinutes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minutes property.

" - }, - { - "name": "getRelativeOffset", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the relativeOffset property.

" - }, - { - "name": "getState", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the state property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAbsoluteDate", - "isInternal": false, - "parameters": [ - { - "name": "absoluteDate", - "usage": "required", - "type": "Date", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the absoluteDate property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setRelativeOffset", - "isInternal": false, - "parameters": [ - { - "name": "relativeOffset", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the relativeOffset property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "ListViewAnimationProperties", - "description": "

A simple object for specifying the animation properties to use when inserting or deleting\nsections or cells, or scrolling the list.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

These properties are only used on iOS. Not all properties apply to all methods.

\n

animationStyle does not apply to the scrollToItem method.

\n

positon only applies to the scrollToItem method.

" - ], - "properties": [ - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether this list change should be animated. Ignored if any animationStyle value is specified.

" - }, - { - "name": "animationStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Type of animation to use for cell insertions and deletions. One of the animation style\nconstants defined in Titanium.UI.iPhone.RowAnimationStyle.

" - }, - { - "name": "position", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Specifies what position to scroll the selected cell to. One of the position constants from \nTitanium.UI.iPhone.ListViewScrollPosition.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.SystemButtonStyle", - "description": "

A set of constants for the system button styles that can be used for the button style property.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

These constants represent standard iOS system button styles that affect the \nButton, ButtonBar, and \nTabbedBar UI elements.

\n

The different styles are used in different places. For normal buttons which are not \ncontained in a nav bar, toolbar, button bar or tabbed bar, the following styles apply:

\n\n

Note that if you specify the PLAIN style, you must style the button using the other button \nproperties. For example, there is no indication that the button has been pressed unless you set \nother properties for the selected state, such as backgroundSelectedImage and selectedColor.

\n

When you add a button to a Toolbar, the styles have a slightly \ndifferent effect:

\n\n

For TabbedBar and ButtonBar controls, styles have the following meaning:

\n" - ], - "properties": [ - { - "name": "BAR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with ButtonBar or TabbedBar only, \nto use the more condensed style used in nav bars and tool bars.

" - }, - { - "name": "BORDERED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A simple button style with a border.

" - }, - { - "name": "DONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The style for a Done button--for example, a button that completes some task and returns \nto the previous view.

" - }, - { - "name": "PLAIN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Specifies a borderless button, the default style for toolbars, button bars, and tabbed bars.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Network.BonjourBrowser", - "description": "

A browser for the discovery and retrieval of Bonjour services available on the network.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

Use the Titanium.Network.createBonjourBrowser method to create a BonjourBrowser instance.

\n

If your application publishes Bonjour services itself, that service will be discovered \nby the browser if necessary; be prepared to perform a check if you do not want to list \nlocal services as available. Bonjour service browsing is an asynchronous operation, \nmeaning that you should be extremely careful when caching values from the services \nproperty returned by the updatedServices event. In particular, if you maintain a \nlocal copy of available services and a user tries to connect to one, you should be prepared \nto handle failures gracefully; the next updatedServices event should provide the new \nservices list, but you should not rely on it being delivered before user input. When \na window which uses Bonjour browsing is closed, if you do not want to continue searching, \nyou must call the stop() method.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "domain", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The domain the browser is searching in

" - }, - { - "name": "isSearching", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether or not the browser is currently searching

" - }, - { - "name": "serviceType", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The type of the service the browser searches for

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getDomain", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the domain property.

" - }, - { - "name": "getIsSearching", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the isSearching property.

" - }, - { - "name": "getServiceType", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the serviceType property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "search", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Conduct a search for Bonjour services matching the type and domain specified during creation

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setDomain", - "isInternal": false, - "parameters": [ - { - "name": "domain", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the domain property.

" - }, - { - "name": "setIsSearching", - "isInternal": false, - "parameters": [ - { - "name": "isSearching", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the isSearching property.

" - }, - { - "name": "setServiceType", - "isInternal": false, - "parameters": [ - { - "name": "serviceType", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the serviceType property.

" - }, - { - "name": "stopSearch", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Halt an ongoing search

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2.0" - } - ], - "isInternal": true, - "events": [ - { - "name": "updatedServices", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "services", - "deprecated": false, - "type": "", - "description": "

An array of BonjourService objects corresponding to currently available services. If you cache this value, including using it as table data, be aware that it could become out of date at any time due to the asynchronous nature of Bonjour service discovery.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the discovered services list is updated\n Deprecated since 3.0.0. Renamed to updatedservices\n(all lowercase).\n

" - }, - { - "name": "updatedservices", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "services", - "deprecated": false, - "type": "", - "description": "

An array of BonjourService objects corresponding to currently available services. If you cache this value, including using it as table data, be aware that it could become out of date at any time due to the asynchronous nature of Bonjour service discovery.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the discovered services list is updated

" - } - ] - }, - { - "name": "PreviewImageError", - "description": "

The parameter passed to the error callback of PreviewImageOptions.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if applicable. See Titanium.Media constants such as DEVICE_BUSY.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Description of the error. Deprecated since 3.1.0.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded. Returns false.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.AnimationStyle", - "description": "

A set of constants for the animation styles used for view transitions.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "CURL_DOWN", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Curl downwards during a transition animation.

" - }, - { - "name": "CURL_UP", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Curl upwards during a transition animation.

" - }, - { - "name": "FLIP_FROM_LEFT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Flip from left to right during a transition animation.

" - }, - { - "name": "FLIP_FROM_RIGHT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Flip from right to left during a transition animation.

" - }, - { - "name": "NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

No animation.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.iOS._3DMatrix", - "description": "

The 3D Matrix is an object for holding values for a 3D affine transform.\n Deprecated since 2.1.0. Use Titanium.UI.3DMatrix instead.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

The 3DMatrix is created by Titanium.UI.iOS.create3DMatrix. A 3D transform is\nused to rotate, scale, translate, or skew the objects in three-dimensional\nspace. A 3D transform is represented by a 4 by 4 matrix.

\n

You create an identity matrix by creating a 3D Matrix with an empty\nconstructor.

\n

See Titanium.UI.3DMatrix for sample usage.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "m11", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [1,1] in the matrix.

" - }, - { - "name": "m12", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [1,2] in the matrix.

" - }, - { - "name": "m13", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [1,3] in the matrix.

" - }, - { - "name": "m14", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [1,4] in the matrix.

" - }, - { - "name": "m21", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [2,1] in the matrix.

" - }, - { - "name": "m22", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [2,2] in the matrix.

" - }, - { - "name": "m23", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [2,3] in the matrix.

" - }, - { - "name": "m24", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [2,4] in the matrix.

" - }, - { - "name": "m31", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [3,1] in the matrix.

" - }, - { - "name": "m32", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [3,2] in the matrix.

" - }, - { - "name": "m33", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [3,3] in the matrix.

" - }, - { - "name": "m34", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [3,4] in the matrix.

" - }, - { - "name": "m41", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [4,1] in the matrix.

" - }, - { - "name": "m42", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [4,2] in the matrix.

" - }, - { - "name": "m43", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [4,3] in the matrix.

" - }, - { - "name": "m44", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The entry at position [4,4] in the matrix.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getM11", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m11 property.

" - }, - { - "name": "getM12", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m12 property.

" - }, - { - "name": "getM13", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m13 property.

" - }, - { - "name": "getM14", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m14 property.

" - }, - { - "name": "getM21", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m21 property.

" - }, - { - "name": "getM22", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m22 property.

" - }, - { - "name": "getM23", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m23 property.

" - }, - { - "name": "getM24", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m24 property.

" - }, - { - "name": "getM31", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m31 property.

" - }, - { - "name": "getM32", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m32 property.

" - }, - { - "name": "getM33", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m33 property.

" - }, - { - "name": "getM34", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m34 property.

" - }, - { - "name": "getM41", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m41 property.

" - }, - { - "name": "getM42", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m42 property.

" - }, - { - "name": "getM43", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m43 property.

" - }, - { - "name": "getM44", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the m44 property.

" - }, - { - "name": "invert", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by inverting an existing matrix.

" - }, - { - "name": "multiply", - "isInternal": false, - "parameters": [ - { - "name": "t2", - "usage": "required", - "type": "Titanium.UI._3DMatrix", - "description": "

The second matrix. This matrix is concatenated to the matrix instance against which the \nfunction is invoked. The result of this function is the first matrix multiplied by the \nsecond matrix. You might perform several multiplications in order to create a single \nmatrix that contains the cumulative effects of several transformations.

\n

Note that matrix operations are not commutative - the order in which you concatenate \nmatrices is important. That is, the result of multiplying matrix t1 by matrix t2 does \nnot necessarily equal the result of multiplying matrix t2 by matrix t1.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by combining two existing matrices.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "rotate", - "isInternal": false, - "parameters": [ - { - "name": "angle", - "usage": "required", - "type": "Number", - "description": "

The angle, in degrees, by which to rotate the matrix. A positive value specifies \ncounterclockwise rotation and a negative value specifies clockwise rotation.

" - }, - { - "name": "x", - "usage": "required", - "type": "Number", - "description": "

The x coordinate of the vector about which to rotate.

" - }, - { - "name": "y", - "usage": "required", - "type": "Number", - "description": "

The y coordinate of the vector about which to rotate.

" - }, - { - "name": "z", - "usage": "required", - "type": "Number", - "description": "

The z coordinate of the vector about which to rotate.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by rotating an existing matrix.

" - }, - { - "name": "scale", - "isInternal": false, - "parameters": [ - { - "name": "sx", - "usage": "required", - "type": "Number", - "description": "

The value by which to scale x values of the matrix.

" - }, - { - "name": "sy", - "usage": "required", - "type": "Number", - "description": "

The value by which to scale y values of the matrix.

" - }, - { - "name": "sz", - "usage": "required", - "type": "Number", - "description": "

The value by which to scale z values of the matrix.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by scaling an existing matrix.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setM11", - "isInternal": false, - "parameters": [ - { - "name": "m11", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m11 property.

" - }, - { - "name": "setM12", - "isInternal": false, - "parameters": [ - { - "name": "m12", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m12 property.

" - }, - { - "name": "setM13", - "isInternal": false, - "parameters": [ - { - "name": "m13", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m13 property.

" - }, - { - "name": "setM14", - "isInternal": false, - "parameters": [ - { - "name": "m14", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m14 property.

" - }, - { - "name": "setM21", - "isInternal": false, - "parameters": [ - { - "name": "m21", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m21 property.

" - }, - { - "name": "setM22", - "isInternal": false, - "parameters": [ - { - "name": "m22", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m22 property.

" - }, - { - "name": "setM23", - "isInternal": false, - "parameters": [ - { - "name": "m23", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m23 property.

" - }, - { - "name": "setM24", - "isInternal": false, - "parameters": [ - { - "name": "m24", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m24 property.

" - }, - { - "name": "setM31", - "isInternal": false, - "parameters": [ - { - "name": "m31", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m31 property.

" - }, - { - "name": "setM32", - "isInternal": false, - "parameters": [ - { - "name": "m32", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m32 property.

" - }, - { - "name": "setM33", - "isInternal": false, - "parameters": [ - { - "name": "m33", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m33 property.

" - }, - { - "name": "setM34", - "isInternal": false, - "parameters": [ - { - "name": "m34", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m34 property.

" - }, - { - "name": "setM41", - "isInternal": false, - "parameters": [ - { - "name": "m41", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m41 property.

" - }, - { - "name": "setM42", - "isInternal": false, - "parameters": [ - { - "name": "m42", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m42 property.

" - }, - { - "name": "setM43", - "isInternal": false, - "parameters": [ - { - "name": "m43", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m43 property.

" - }, - { - "name": "setM44", - "isInternal": false, - "parameters": [ - { - "name": "m44", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the m44 property.

" - }, - { - "name": "translate", - "isInternal": false, - "parameters": [ - { - "name": "tx", - "usage": "required", - "type": "Number", - "description": "

The value by which to move x values with the matrix.

" - }, - { - "name": "ty", - "usage": "required", - "type": "Number", - "description": "

The value by which to move y values with the matrix. Negative values move the target \nup the display whereas towards the user and negative values away from the user.

" - }, - { - "name": "tz", - "usage": "required", - "type": "Number", - "description": "

The value by which to move z values with the matrix. Negative values move the target \ntowards the user whereas negative values away from the user.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a matrix constructed by translating an existing matrix.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "ErrorResponse", - "description": "

Properties used in any event or callback which needs to report a success or failure.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0 if success is true.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "showParams", - "description": "

Dictionary of options for the Titanium.UI.OptionDialog.show method.

", - "userAgents": [ - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to animate the dialog as it is shown.

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

View size and position, determined by coordinates x and y and dimensions height \nand width.

" - }, - { - "name": "view", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to which to attach the dialog.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "AcceptedCallbackArgs", - "description": "

Argument object passed to the accepted\ncallback when a listener accepts a connection.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "inbound", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Network.Socket.TCP", - "isClassProperty": false, - "description": "

Socket which represents the inbound connection.

" - }, - { - "name": "socket", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Network.Socket.TCP", - "isClassProperty": false, - "description": "

Socket which received the connection.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CreateStreamArgs", - "description": "

Argument passed to createStream.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "mode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Mode to open the stream in.

" - }, - { - "name": "source", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Blob", - "isClassProperty": false, - "description": "

Object that the stream will read from or write to.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Utils", - "description": "

The top-level Utils module, containing a set of JavaScript methods that are often useful when \nbuilding applications.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "base64decode", - "isInternal": false, - "parameters": [ - { - "name": "obj", - "usage": "required", - "type": "String", - "description": "

Data to decode.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the specified data decoded from Base64.

" - }, - { - "name": "base64encode", - "isInternal": false, - "parameters": [ - { - "name": "obj", - "usage": "required", - "type": "String", - "description": "

Data to encode.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the specified data encoded to Base64.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "md5HexDigest", - "isInternal": false, - "parameters": [ - { - "name": "obj", - "usage": "required", - "type": "String", - "description": "

Data to calculate.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a MD5 digest of the specified data as a hex-based String.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "sha1", - "isInternal": false, - "parameters": [ - { - "name": "obj", - "usage": "required", - "type": "String", - "description": "

Data to calculate.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.3.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.3.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.3.2" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a SHA-1 hash of the specified data as a hex-based String.

" - }, - { - "name": "sha256", - "isInternal": false, - "parameters": [ - { - "name": "obj", - "usage": "required", - "type": "String", - "description": "

Data to calculate.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a SHA-256 hash of the specified data as a hex-based String.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.App.Tizen", - "description": "

A module used to access Tizen application resources.

", - "userAgents": [ - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

For more information, refer to the official documentation on the Tizen Developer website about \napplication resources.

" - ], - "properties": [ - { - "name": "categories", - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

The categories that the current app belongs to.

" - }, - { - "name": "iconPath", - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Returns the path where the icon for this application is stored in the file storage of the Tizen device.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Returns the Tizen-specific identifier of the current (running) application for application management.

" - }, - { - "name": "installDate", - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

The current application's install/update time.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Returns the Tizen-specific name of the current (running) application.

" - }, - { - "name": "show", - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the application information of the current application should be shown (such as in the menus) or not.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The current application's size (installed space).

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "exit", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Exits the current application.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getCategories", - "isInternal": false, - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the categories property.

" - }, - { - "name": "getIconPath", - "isInternal": false, - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the iconPath property.

" - }, - { - "name": "getId", - "isInternal": false, - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the id property.

" - }, - { - "name": "getInstallDate", - "isInternal": false, - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the installDate property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "getShow", - "isInternal": false, - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the show property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides the current application.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "FailureResponse", - "description": "

Properties used in any event or callback which needs to report a failure.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns a non-zero value.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded. Returns false.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Network", - "description": "

The top level network module.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The Network module is used to access networking related functionality.

\n

For TCP sockets, see Titanium.Network.Socket.TCP.

\n

The legacy Titanium.Network.TCPSocket object is still required\nby the BonjourBrowser and\nBonjourService objects.

\n

For all other socket needs, use Titanium.Network.Socket.TCP.

" - ], - "properties": [ - { - "name": "INADDR_ANY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": true, - "description": "

Special hostname value for listening sockets, representing all\nlocally available network interfaces.\n Deprecated since 1.7.0.

" - }, - { - "name": "NETWORK_LAN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A networkType value indicating that the device is\ncommunicating over a local-area network.

" - }, - { - "name": "NETWORK_MOBILE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A networkType value indicating that the device is\ncommunicating over a mobile network.

" - }, - { - "name": "NETWORK_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A networkType value indicating that no \nnetwork is available.

" - }, - { - "name": "NETWORK_UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A networkType value indicating that the
\ncurrent network type is unknown.

" - }, - { - "name": "NETWORK_WIFI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

A networkType value indicating that the
\ndevice is communicating over a WiFi network.

" - }, - { - "name": "NOTIFICATION_TYPE_ALERT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value for an Alert style push notification.

" - }, - { - "name": "NOTIFICATION_TYPE_BADGE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value for a Badge style push notification.

" - }, - { - "name": "NOTIFICATION_TYPE_NEWSSTAND", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value for a Newsstand style push notification. Only available on iOS5 and later

" - }, - { - "name": "NOTIFICATION_TYPE_SOUND", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value for a Sound style push notification.

" - }, - { - "name": "READ_MODE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value specifying read-only mode for sockets. **Deprecated since 1.7.0. Used with the deprecated Titanium.Network.TCPSocket only.

\n

See Titanium.Network.Socket for constants used with\nTitanium.Network.Socket.TCP sockets.\n**

" - }, - { - "name": "READ_WRITE_MODE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value specifying read-write mode for sockets. **Deprecated since 1.7.0. Used with the deprecated Titanium.Network.TCPSocket only.

\n

See Titanium.Network.Socket for constants used with\nTitanium.Network.Socket.TCP sockets.\n**

" - }, - { - "name": "SOCKET_CLOSED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value representing a socket in the CLOSED state. **Deprecated since 1.7.0. Used with the deprecated Titanium.Network.TCPSocket only.

\n

See Titanium.Network.Socket for constants used with\nTitanium.Network.Socket.TCP sockets.\n**

" - }, - { - "name": "SOCKET_CONNECTED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value representing a socket in the CONNECTED state. **Deprecated since 1.7.0. Used with the deprecated Titanium.Network.TCPSocket only.

\n

See Titanium.Network.Socket for constants used with\nTitanium.Network.Socket.TCP sockets.\n**

" - }, - { - "name": "SOCKET_ERROR", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value representing a socket in the ERROR state. **Deprecated since 1.7.0. Used with the deprecated Titanium.Network.TCPSocket only.

\n

See Titanium.Network.Socket for constants used with\nTitanium.Network.Socket.TCP sockets.\n**

" - }, - { - "name": "SOCKET_INITIALIZED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value representing a socket in the INITIALIZED state. **Deprecated since 1.7.0. Used with the deprecated Titanium.Network.TCPSocket only.

\n

See Titanium.Network.Socket for constants used with\nTitanium.Network.Socket.TCP sockets.\n**

" - }, - { - "name": "SOCKET_LISTENING", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value representing a socket in the LISTENING state. **Deprecated since 1.7.0. Used with the deprecated Titanium.Network.TCPSocket only.

\n

See Titanium.Network.Socket for constants used with\nTitanium.Network.Socket.TCP sockets.\n**

" - }, - { - "name": "TLS_VERSION_1_0", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value specifying TLS version 1.0 for SSL.

" - }, - { - "name": "TLS_VERSION_1_1", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value specifying TLS version 1.1 for SSL.

" - }, - { - "name": "TLS_VERSION_1_2", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value specifying TLS version 1.2 for SSL.

" - }, - { - "name": "WRITE_MODE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant value specifying write-only mode for sockets. **Deprecated since 1.7.0. Used with the deprecated Titanium.Network.TCPSocket only.

\n

See Titanium.Network.Socket for constants used with\nTitanium.Network.Socket.TCP sockets.\n**

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "httpURLFormatter", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

User-defined function that is called everytime HTTPClient connects to a remote resource.

" - }, - { - "name": "networkType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Network type value as a constant.

" - }, - { - "name": "networkTypeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Network type as a String. Returns one of NONE, WIFI, LAN, MOBILE, or UNKNOWN.

" - }, - { - "name": "online", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean value indicating if the device can reach the Internet.

" - }, - { - "name": "remoteDeviceUUID", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Remote device UUID if the device is registered with the Apple Push Notification\nService, or null if it is not registered.

" - }, - { - "name": "remoteNotificationTypes", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of push notification type constants enabled for the application.

" - }, - { - "name": "remoteNotificationsEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether push notifications have been enabled using \nregisterForPushNotifications.

" - } - ], - "functions": [ - { - "name": "addConnectivityListener", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke upon network connectivity changes.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Legacy method to add a connectivity listener to listen for network changes.\n Deprecated since 1.7.0. Removed in 3.0.0. Use the change event to monitor connectivity changes.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createBonjourBrowser", - "isInternal": false, - "parameters": [ - { - "name": "serviceType", - "usage": "required", - "type": "String", - "description": "

Service to search for, must include the protocol type suffix (._tcp).

" - }, - { - "name": "domain", - "usage": "required", - "type": "String", - "description": "

Bonjour service domain to conduct the search in.

" - }, - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Network.BonjourBrowser", - "description": "

A dictionary object of properties defined in Titanium.Network.BonjourBrowser.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Network.BonjourBrowser", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns a BonjourBrowser object.

" - }, - { - "name": "createBonjourService", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the service. Must be a unique identifier for this service type and domain.

" - }, - { - "name": "type", - "usage": "required", - "type": "String", - "description": "

Type of service. Must include the protocol identifier (._tcp).

" - }, - { - "name": "domain", - "usage": "required", - "type": "String", - "description": "

Domain to publish the service in.

" - }, - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Network.BonjourService", - "description": "

Dictionary object of properties defined in Titanium.Network.BonjourService.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Network.BonjourService", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns a BonjourService object.

" - }, - { - "name": "createHTTPClient", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.Network.HTTPClient", - "description": "

Properties to set on a new object, including any defined by Titanium.Network.HTTPClient except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Network.HTTPClient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.Network.HTTPClient.

" - }, - { - "name": "createTCPSocket", - "isInternal": false, - "parameters": [ - { - "name": "hostName", - "usage": "required", - "type": "String", - "description": "

Host name to connect to/listen on.

" - }, - { - "name": "port", - "usage": "required", - "type": "Number", - "description": "

Port for the socket.

" - }, - { - "name": "mode", - "usage": "required", - "type": "Number", - "description": "

Socket's mode; one of Titanium.Network.READ_MODE, Titanium.Network.WRITE_MODE, \nTitanium.Network.READ_WRITE_MODE.

" - }, - { - "name": "parameters", - "usage": "required", - "type": "Titanium.Network.TCPSocket", - "description": "

Dictionary object with properties defined in Titanium.Network.TCPSocket.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.Network.TCPSocket", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Legacy method to create and return an instance of Titanium.Network.TCPSocket.\n Deprecated since 1.7.0. Use Titanium.Network.Socket.createTCP instead.

" - }, - { - "name": "decodeURIComponent", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

URI encoded input value to be decoded.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a decoded version of a URI encoded value.

" - }, - { - "name": "encodeURIComponent", - "isInternal": false, - "parameters": [ - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

Input value to be encoded.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a URI encoded version of the specified URI component.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getHttpURLFormatter", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the httpURLFormatter property.

" - }, - { - "name": "getNetworkType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the networkType property.

" - }, - { - "name": "getNetworkTypeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the networkTypeName property.

" - }, - { - "name": "getOnline", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the online property.

" - }, - { - "name": "getRemoteDeviceUUID", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the remoteDeviceUUID property.

" - }, - { - "name": "getRemoteNotificationTypes", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the remoteNotificationTypes property.

" - }, - { - "name": "getRemoteNotificationsEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the remoteNotificationsEnabled property.

" - }, - { - "name": "registerForPushNotifications", - "isInternal": false, - "parameters": [ - { - "name": "config", - "usage": "required", - "type": "PushNotificationConfig", - "description": "

Dictionary specifying push-notification related options.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Registers for push notifications with the Apple Push Notification Service.

" - }, - { - "name": "removeConnectivityListener", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Legacy method to remove a connectivity listener.\n Deprecated since 1.7.0. Removed in 3.0.0. Use the change event to monitor connectivity changes.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setHttpURLFormatter", - "isInternal": false, - "parameters": [ - { - "name": "httpURLFormatter", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the httpURLFormatter property.

" - }, - { - "name": "unregisterForPushNotifications", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Unregisters the application for push notifications.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [ - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "networkType", - "deprecated": false, - "type": "Number", - "description": "

New network type, one of the NETWORK constants defined in Titanium.Network.

" - }, - { - "name": "networkTypeName", - "deprecated": false, - "type": "String", - "description": "

New network type as a string.

" - }, - { - "name": "online", - "deprecated": false, - "type": "Boolean", - "description": "

Boolean to indicate if the device is online.

" - }, - { - "name": "reason", - "deprecated": false, - "type": "String", - "description": "

Human-readable text describing the reason for the change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when network connectivity changes.

" - } - ] - }, - { - "name": "ForwardGeocodeResponse", - "description": "

Simple object returned in the callback from the \nforwardGeocoder method.

\n

Note that Android includes a number of extra fields.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "accuracy", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Estimated accuracy of the geocoding, in meters.

" - }, - { - "name": "address", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Full address.

" - }, - { - "name": "city", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

City name.

" - }, - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0 if success is true.

" - }, - { - "name": "country", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Country name.

" - }, - { - "name": "countryCode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Country code.

" - }, - { - "name": "country_code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Country code. Same as countryCode.

" - }, - { - "name": "displayAddress", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Display address. Identical to address.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "latitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Latitude of the geocoded address.

" - }, - { - "name": "longitude", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Longitude of the geocoded address.

" - }, - { - "name": "postalCode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Postal code.

" - }, - { - "name": "region1", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

First line of region.

" - }, - { - "name": "region2", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Not used.

" - }, - { - "name": "street", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Street name, without street address.

" - }, - { - "name": "street1", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Street name.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "TableViewEdgeInsets", - "description": "

The parameter for setContentInsets method.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

On iOS, the parameter edgeInsets can be specified to set the distance(top, bottom,\nright, left) that the content view is inset from the enclosing scroll view of the table.\nFor example

\n
setContentInset({top:50,bottom:10,right:10,left:10}, {animated:true})\n
" - ], - "properties": [ - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value specifying the bottom insets for the enclosing scroll view of the table.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value specifying the left insets for the enclosing scroll view of the table.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value specifying the right insets for the enclosing scroll view of the table.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Value specifying the top insets for the enclosing scroll view of the table.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.Label", - "description": "

A text label, with optional background image.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a center-aligned label with a text shadow and specified-size font, and another \ncontaining forced line breaks and unicode symbols.

\n
var win = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  layout: 'vertical',\n  title: 'Label Demo'\n});\n\nvar label1 = Ti.UI.createLabel({\n  color: '#900',\n  font: { fontSize:48 },\n  shadowColor: '#aaa',\n  shadowOffset: {x:5, y:5},\n  text: 'A simple label',\n  textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER,\n  top: 30,\n  width: Ti.UI.SIZE, height: Ti.UI.SIZE\n});\n\nvar label2 = Ti.UI.createLabel({\n  color:'blue',\n  text: 'A long label with\\na few line breaks\\nand unicode (UTF8)\\nsymbols such as\\na white chess piece \\u2655\\nand the euro symbol \\u20ac\\nlooks like this!\\n',\n  textAlign: Ti.UI.TEXT_ALIGNMENT_LEFT,\n  top: 30,\n  width: 300, height: 200\n});\n\nwin.add(label1);\nwin.add(label2);\nwin.open();\n
", - "name": "Basic Label" - }, - { - "code": "

Previous example as an Alloy view.

\n

The font and shadowOffset properties need to be defined in the TSS or controller file.\nThese property values are dictionaries, rather than single values,\nso they cannot be included in markup.

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\" exitOnClose=\"true\" fullscreen=\"false\" layout=\"vertical\" title=\"Label Demo\">\n\n        <!-- The text property can either be defined as an attribute or as node text. -->\n        <Label id=\"label1\" color=\"#900\" shadowColor=\"#aaa\" text=\"A simple label\" textAlign=\"Ti.UI.TEXT_ALIGNMENT_CENTER\"\n            top=\"30\" width=\"Ti.UI.SIZE\" height=\"Ti.UI.SIZE\" />\n        <Label id=\"label2\" color=\"blue\" textAlign=\"Ti.UI.TEXT_ALIGNMENT_LEFT\" top=\"30\" width=\"300\" height=\"200\">\n            A long label with\\na few line breaks\\nand unicode (UTF8)\\nsymbols such as\\na white chess piece \\u2655\\nand the euro symbol \\u20ac\\nlooks like this!\\n\n        </Label>\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createLabel method to create a label.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "autoLink", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Automatically convert certain text items in the label to clickable links.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundPaddingBottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of pixels to extend the background image past the label on the bottom.

" - }, - { - "name": "backgroundPaddingLeft", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of pixels to extend the background image past the label on the left.

" - }, - { - "name": "backgroundPaddingRight", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of pixels to extend the background image past the label on the right.

" - }, - { - "name": "backgroundPaddingTop", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of pixels to extend the background image past the label on the top.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the label text, as a color name or hex triplet.

" - }, - { - "name": "ellipsize", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Turn on/off the addition of ellipses at the end of the label if the text is too large to fit.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the view is enabled or disabled.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "font", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Font", - "isClassProperty": false, - "description": "

Font to use for the label text.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "highlightedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color of the label when in the highlighted state, as a color name or hex triplet.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "html", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Simple HTML formatting.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "minimumFontSize", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Minimum font size when the font is sized based on the contents.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "shadowColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text shadow color, as a color name or hex triplet.

" - }, - { - "name": "shadowOffset", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Shadow offset as a dictionary with the properties x and y.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Label text.

" - }, - { - "name": "textAlign", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Text alignment. One of Titanium.UI text alignment constants, \nTEXT_ALIGNMENT_LEFT, \nTEXT_ALIGNMENT_CENTER, \nor TEXT_ALIGNMENT_RIGHT.

" - }, - { - "name": "textid", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string from the locale file to use for the label text.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "verticalAlign", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Vertical text alignment, specified using one of the \nvertical alignment constants from Titanium.UI: \nTEXT_VERTICAL_ALIGNMENT_BOTTOM, \nTEXT_VERTICAL_ALIGNMENT_CENTER, or \nTEXT_VERTICAL_ALIGNMENT_TOP.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "wordWrap", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Enable or disable word wrapping in the label.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getAutoLink", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autoLink property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundPaddingBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundPaddingBottom property.

" - }, - { - "name": "getBackgroundPaddingLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundPaddingLeft property.

" - }, - { - "name": "getBackgroundPaddingRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundPaddingRight property.

" - }, - { - "name": "getBackgroundPaddingTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundPaddingTop property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the color property.

" - }, - { - "name": "getEllipsize", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ellipsize property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getFont", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Font", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the font property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHighlightedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the highlightedColor property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getHtml", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the html property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getMinimumFontSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minimumFontSize property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getShadowColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the shadowColor property.

" - }, - { - "name": "getShadowOffset", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the shadowOffset property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property.

" - }, - { - "name": "getTextAlign", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textAlign property.

" - }, - { - "name": "getTextid", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textid property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVerticalAlign", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the verticalAlign property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getWordWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the wordWrap property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setAutoLink", - "isInternal": false, - "parameters": [ - { - "name": "autoLink", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autoLink property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundPaddingBottom", - "isInternal": false, - "parameters": [ - { - "name": "backgroundPaddingBottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundPaddingBottom property.

" - }, - { - "name": "setBackgroundPaddingLeft", - "isInternal": false, - "parameters": [ - { - "name": "backgroundPaddingLeft", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundPaddingLeft property.

" - }, - { - "name": "setBackgroundPaddingRight", - "isInternal": false, - "parameters": [ - { - "name": "backgroundPaddingRight", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundPaddingRight property.

" - }, - { - "name": "setBackgroundPaddingTop", - "isInternal": false, - "parameters": [ - { - "name": "backgroundPaddingTop", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundPaddingTop property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setColor", - "isInternal": false, - "parameters": [ - { - "name": "color", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the color property.

" - }, - { - "name": "setEllipsize", - "isInternal": false, - "parameters": [ - { - "name": "ellipsize", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ellipsize property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setFont", - "isInternal": false, - "parameters": [ - { - "name": "font", - "usage": "required", - "type": "Font", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the font property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHighlightedColor", - "isInternal": false, - "parameters": [ - { - "name": "highlightedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the highlightedColor property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setHtml", - "isInternal": false, - "parameters": [ - { - "name": "html", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the html property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setMinimumFontSize", - "isInternal": false, - "parameters": [ - { - "name": "minimumFontSize", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the minimumFontSize property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setShadowColor", - "isInternal": false, - "parameters": [ - { - "name": "shadowColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the shadowColor property.

" - }, - { - "name": "setShadowOffset", - "isInternal": false, - "parameters": [ - { - "name": "shadowOffset", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the shadowOffset property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setText", - "isInternal": false, - "parameters": [ - { - "name": "text", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the text property.

" - }, - { - "name": "setTextAlign", - "isInternal": false, - "parameters": [ - { - "name": "textAlign", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the textAlign property.

" - }, - { - "name": "setTextid", - "isInternal": false, - "parameters": [ - { - "name": "textid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the textid property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVerticalAlign", - "isInternal": false, - "parameters": [ - { - "name": "verticalAlign", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the verticalAlign property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setWordWrap", - "isInternal": false, - "parameters": [ - { - "name": "wordWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the wordWrap property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.Network.HTTPClient", - "description": "

HTTP client object that (mostly) implements the XMLHttpRequest specification.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

The following code excerpt does a simple GET request and logs the response text.

\n
 var url = \"http://www.appcelerator.com\";\n var client = Ti.Network.createHTTPClient({\n     // function called when the response data is available\n     onload : function(e) {\n         Ti.API.info(\"Received text: \" + this.responseText);\n         alert('success');\n     },\n     // function called when an error occurs, including a timeout\n     onerror : function(e) {\n         Ti.API.debug(e.error);\n         alert('error');\n     },\n     timeout : 5000  // in milliseconds\n });\n // Prepare the connection.\n client.open(\"GET\", url);\n // Send the request.\n client.send();\n
", - "name": "Simple GET Request" - } - ], - "remarks": [ - "

Use Titanium.Network.createHTTPClient to create a new HTTPClient object.

\n

An HTTPClient object is intended to be used for a single request. It may be\npossible to re-use an HTTPClient object, but this use case is not tested.

\n

There are three steps in making a typical HTTP request:

\n\n

Before opening the request, you must define one or more callbacks to handle\nthe HTTP response, as well as errors, progress updates, and other conditions.

\n

The HTTPClient callbacks operate somewhat differently from other\nTitanium callbacks, in accordance with the XMLHttpRequest specification.

\n

When the callbacks are invoked, the this value is set to either the\noriginal HTTPClient object itself, or a response object that holds all\nof the response-related properties defined for the HTTPClient object. So the\ncallbacks can use code like this to access the response values:

\n
httpResponse = this.responseText;\nstatus = this.status;\n
\n

Asynchronous vs. Synchronous HTTP Requests

\n

By default, the HTTPClient makes asynchronous requests. Asynchronous requests do not block\nthe application and use callbacks to process responses when they are received.

\n

Synchronous requests block the execution of the application until it receives a response.\nOn the iOS and Mobile Web platforms, you can make synchronous requests by setting the optional\nasync parameter to false when calling the open method.

\n

The Android platform does not support synchronous requests.

\n

Mobile Web Platform Implementation Notes

\n

Mobile Web is limited by the same-origin policy. According to W3C: \"User agents\ncommonly apply same-origin restrictions to network requests. These restrictions\nprevent a client-side Web application running from one origin from obtaining\ndata retrieved from another origin, and also limit unsafe HTTP requests that can\nbe automatically launched toward destinations that differ from the running\napplication's origin.\" This means that browsers cannot request information from\na domain that the app itself does not reside on. If you are hosting the app at\nfoo.example.com, then requests to any domain other than *.example.com will fail.

\n

There are two solutions to get around this problem:

\n\n

If you use a proxy, be sure to properly configure how cookies are passed through. You\nmay not want cookies proxied to third parties that could identify a user.

\n

More information about Cross-Origin Resource Sharing can be found on the\nW3C Cross-Origin Resource Sharing specification page.

" - ], - "properties": [ - { - "name": "DONE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Ready state constant indicating that the request is complete.

" - }, - { - "name": "HEADERS_RECEIVED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Ready state constant indicating that response headers have been received.

" - }, - { - "name": "LOADING", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Ready state constant indicating that response data is being received from the remote server.

" - }, - { - "name": "OPENED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Ready state constant indicating that the connection has been opened, but the request has\nnot yet been sent.

" - }, - { - "name": "UNSENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Ready state constant indicating that HTTPClient request has not been opened or sent.

" - }, - { - "name": "allResponseHeaders", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

All of the response headers.

" - }, - { - "name": "autoEncodeUrl", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether automatic encoding is enabled for the specified URL.

" - }, - { - "name": "autoRedirect", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether automatic automatic handling of HTTP redirects is enabled.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "cache", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether HTTP responses are cached.

" - }, - { - "name": "connected", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the response was successful.

" - }, - { - "name": "connectionType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Connection type, normally either GET or POST.

" - }, - { - "name": "domain", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Sets the domain parameter for authentication credentials.

" - }, - { - "name": "enableKeepAlive", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the client should attempt to keep a persistent connection.

" - }, - { - "name": "file", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Target local file to receive data.

" - }, - { - "name": "location", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Absolute URL of the request.

" - }, - { - "name": "ondatastream", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to be called at regular intervals as the request data is being received.

" - }, - { - "name": "onerror", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to be called upon a error response.

" - }, - { - "name": "onload", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to be called upon a successful response.

" - }, - { - "name": "onreadystatechange", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to be called for each readyState change.

" - }, - { - "name": "onsendstream", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to be called at regular intervals as the request data is being transmitted.

" - }, - { - "name": "password", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Sets the password parameter for authentication credentials.

" - }, - { - "name": "readyState", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The current ready state of this HTTP request.

" - }, - { - "name": "responseData", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Blob", - "isClassProperty": false, - "description": "

Response data as a Blob object.

" - }, - { - "name": "responseText", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Response as text.

" - }, - { - "name": "responseXML", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

Response object as an XML DOM Document object.

" - }, - { - "name": "status", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Response HTTP status code.

" - }, - { - "name": "statusText", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Human-readable status message associated with the status code.

" - }, - { - "name": "timeout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Timeout in milliseconds when the connection should be aborted.

" - }, - { - "name": "tlsVersion", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Sets the TLS version to use for handshakes.

" - }, - { - "name": "username", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Sets the username parameter for authentication credentials.

" - }, - { - "name": "validatesSecureCertificate", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines how SSL certification validation is performed on connection.

" - }, - { - "name": "withCredentials", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the request should include any cookies and HTTP authentication information.

" - } - ], - "functions": [ - { - "name": "abort", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Cancels a pending request.

" - }, - { - "name": "addAuthFactory", - "isInternal": false, - "parameters": [ - { - "name": "scheme", - "usage": "required", - "type": "String", - "description": "

The authentication scheme.

" - }, - { - "name": "factory", - "usage": "required", - "type": "Object", - "description": "

The authentication factory. This factory must implement the AuthSchemeFactory interface.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Registers a new AuthSchemeFactory for a given scheme.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "clearCookies", - "isInternal": false, - "parameters": [ - { - "name": "host", - "usage": "required", - "type": "String", - "description": "

The URL of the host/domain to clear cookies for.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Clears any cookies stored for the host.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAllResponseHeaders", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allResponseHeaders property.

" - }, - { - "name": "getAutoEncodeUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autoEncodeUrl property.

" - }, - { - "name": "getAutoRedirect", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autoRedirect property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCache", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the cache property.

" - }, - { - "name": "getConnected", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the connected property.

" - }, - { - "name": "getConnectionType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the connectionType property.

" - }, - { - "name": "getDomain", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the domain property.

" - }, - { - "name": "getEnableKeepAlive", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enableKeepAlive property.

" - }, - { - "name": "getFile", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the file property.

" - }, - { - "name": "getLocation", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the location property.

" - }, - { - "name": "getOndatastream", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ondatastream property.

" - }, - { - "name": "getOnerror", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the onerror property.

" - }, - { - "name": "getOnload", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the onload property.

" - }, - { - "name": "getOnreadystatechange", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the onreadystatechange property.

" - }, - { - "name": "getOnsendstream", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the onsendstream property.

" - }, - { - "name": "getPassword", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the password property.

" - }, - { - "name": "getReadyState", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the readyState property.

" - }, - { - "name": "getResponseData", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the responseData property.

" - }, - { - "name": "getResponseHeader", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the header to retrieve.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of the specified response header.

" - }, - { - "name": "getResponseText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the responseText property.

" - }, - { - "name": "getResponseXML", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the responseXML property.

" - }, - { - "name": "getStatus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the status property.

" - }, - { - "name": "getStatusText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the statusText property.

" - }, - { - "name": "getTimeout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the timeout property.

" - }, - { - "name": "getTlsVersion", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tlsVersion property.

" - }, - { - "name": "getUsername", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the username property.

" - }, - { - "name": "getValidatesSecureCertificate", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the validatesSecureCertificate property.

" - }, - { - "name": "getWithCredentials", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the withCredentials property.

" - }, - { - "name": "open", - "isInternal": false, - "parameters": [ - { - "name": "method", - "usage": "required", - "type": "String", - "description": "

HTTP method for this request, such as 'GET' or 'POST'.

" - }, - { - "name": "url", - "usage": "required", - "type": "String", - "description": "

URL for the request.

" - }, - { - "name": "async", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the request should be made asynchronously. Only used on iOS, Mobile Web and Tizen.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens the request and prepares the connection.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "send", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "optional", - "type": "Object", - "description": "

Data to send with a POST request.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sends the request.

" - }, - { - "name": "setAutoEncodeUrl", - "isInternal": false, - "parameters": [ - { - "name": "autoEncodeUrl", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autoEncodeUrl property.

" - }, - { - "name": "setAutoRedirect", - "isInternal": false, - "parameters": [ - { - "name": "autoRedirect", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autoRedirect property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCache", - "isInternal": false, - "parameters": [ - { - "name": "cache", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the cache property.

" - }, - { - "name": "setDomain", - "isInternal": false, - "parameters": [ - { - "name": "domain", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the domain property.

" - }, - { - "name": "setEnableKeepAlive", - "isInternal": false, - "parameters": [ - { - "name": "enableKeepAlive", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enableKeepAlive property.

" - }, - { - "name": "setFile", - "isInternal": false, - "parameters": [ - { - "name": "file", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the file property.

" - }, - { - "name": "setOndatastream", - "isInternal": false, - "parameters": [ - { - "name": "ondatastream", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ondatastream property.

" - }, - { - "name": "setOnerror", - "isInternal": false, - "parameters": [ - { - "name": "onerror", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the onerror property.

" - }, - { - "name": "setOnload", - "isInternal": false, - "parameters": [ - { - "name": "onload", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the onload property.

" - }, - { - "name": "setOnreadystatechange", - "isInternal": false, - "parameters": [ - { - "name": "onreadystatechange", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the onreadystatechange property.

" - }, - { - "name": "setOnsendstream", - "isInternal": false, - "parameters": [ - { - "name": "onsendstream", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the onsendstream property.

" - }, - { - "name": "setPassword", - "isInternal": false, - "parameters": [ - { - "name": "password", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the password property.

" - }, - { - "name": "setRequestHeader", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the header to set.

" - }, - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

Value to assign to the header. May be null to clear a default header value, such as\nX-Requested-With.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value for the specified request header. Must be called after open but before send.

" - }, - { - "name": "setTimeout", - "isInternal": false, - "parameters": [ - { - "name": "timeout", - "usage": "required", - "type": "Number", - "description": "

Timeout in milliseconds.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the request timeout.

" - }, - { - "name": "setTlsVersion", - "isInternal": false, - "parameters": [ - { - "name": "tlsVersion", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tlsVersion property.

" - }, - { - "name": "setUsername", - "isInternal": false, - "parameters": [ - { - "name": "username", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the username property.

" - }, - { - "name": "setValidatesSecureCertificate", - "isInternal": false, - "parameters": [ - { - "name": "validatesSecureCertificate", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the validatesSecureCertificate property.

" - }, - { - "name": "setWithCredentials", - "isInternal": false, - "parameters": [ - { - "name": "withCredentials", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the withCredentials property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "PushNotificationData", - "description": "

A simple object representing a push notification.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "data", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

The userinfo dictionary passed to the Apple Push Notification Service.

" - }, - { - "name": "inBackground", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean indicating if notification was received while app was in background. \nThis property became available in Titanium Mobile 3.1.0 for iOS.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.XML.NamedNodeMap", - "description": "

A key-value paired map that maps String objects to Titanium.XML.Node objects. \nImplements the DOM Level 2 API on Android and iOS. Exposes the DOM Level 3 API implementation on Mobile Web.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "length", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of nodes in the map. The valid range of child node indices is 0-length-1, inclusive.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getLength", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the length property.

" - }, - { - "name": "getNamedItem", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

The name of the node to retrieve.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The specified node, or null if no node with the name is in the map

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves a node specified by name.

" - }, - { - "name": "getNamedItemNS", - "isInternal": false, - "parameters": [ - { - "name": "namespaceURI", - "usage": "required", - "type": "String", - "description": "

The namespace URI of the node to retrieve.

" - }, - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

The local name of the node within the namespace to retrieve.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The specified node, or null if there is no matching node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves a node specified by name and namespace. Returns null if no matching node is in the map.

" - }, - { - "name": "item", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

The index of the node to retrieve.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The node at the specified index, or null if the index is invalid

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves the node at the specified index of the map. Note that NamedNodeMaps are not ordered.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "removeNamedItem", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

The name of the node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The node removed from the map, or null if nothing removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a node from the map specified by name. When this map contains attributes attached to an element, if the removed attribtue is known to have a default, it is replaced with that value.

" - }, - { - "name": "removeNamedItemNS", - "isInternal": false, - "parameters": [ - { - "name": "namespaceURI", - "usage": "required", - "type": "String", - "description": "

The namespace URI of the node to remove.

" - }, - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

The local name of the node within the namespace to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The node removed from the map, or null if nothing removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a node from the map specified by local name and namespace URI. When this map contains attributes attached to an element, if the removed attribtue is known to have a default, it is replaced with that value. Returns the node removed from the map, or null if there is no corresponding node.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setNamedItem", - "isInternal": false, - "parameters": [ - { - "name": "node", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

The node to insert into the map.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The node replaced, or null if no node was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a node using its nodeName attribute. If a node with that name is already present, it is replaced. Throws an exception if the argument is from a different document, the map is read-only, or the argument is an attribute of another element.

" - }, - { - "name": "setNamedItemNS", - "isInternal": false, - "parameters": [ - { - "name": "node", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

The node to insert into the map.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Returns the node replaced, or null.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a node using its namespaceURI and localName attributes. If a node with that name is already present, it is replaced. Throws an exception if the argument is from a different document, the map is read-only, or the argument is an attribute of another element.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.Android", - "description": "

The Android-specific UI capabilities. All properties, methods and events in this namespace will \nonly work on Android systems.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

Create preferences interface for the application.

\n

app.js

\n
var button = Ti.UI.createButton({\n  title:    'Click to Open Preferences'\n});\nbutton.addEventListener('click', function() {\n  Ti.UI.Android.openPreferences();\n});\nTi.UI.currentWindow.add(button);\n
\n

platform/android/res/xml/preferences.xml

\n
<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<PreferenceScreen xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    android:title=\"Preferences\">\n  <PreferenceScreen\n      android:title=\"Misc. Preferences\"\n      android:summary=\"Click to see more options\">\n    <EditTextPreference\n      android:title=\"Edit Text Preference\"\n      android:summary=\"You may enter a string\"\n      android:defaultValue=\"\"\n      android:key=\"editText\" />\n  </PreferenceScreen>\n  <PreferenceCategory android:title=\"Category One\">\n    <CheckBoxPreference\n      android:title=\"CheckBox Preference\"\n      android:defaultValue=\"false\"\n      android:summary=\"You may enter a boolean\"\n      android:key=\"checkbox\" />\n    <RingtonePreference\n      android:title=\"Ringtone Preference\"\n      android:summary=\"You may pick a ringtone\"\n      android:defaultValue=\"\"\n      android:key=\"ringtone\" />\n  </PreferenceCategory>\n  <PreferenceCategory android:title=\"Category Two\">\n    <ListPreference\n      android:title=\"List Preference\"\n      android:summary=\"You may chose from multiple choices\"\n      android:key=\"list\" \n    android:entries=\"@array/listNames\"\n    android:entryValues=\"@array/listValues\" \n    />\n  </PreferenceCategory>\n</PreferenceScreen>\n
\n

platform/android/res/values/array/array.xml

\n
<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n  <string-array name=\"listNames\">\n    <item>5 Minutes</item>\n    <item>10 Minutes</item>\n    <item>15 Minutes</item>\n    <item>30 Minutes</item>\n    <item>60 Minutes</item>\n  </string-array>\n  <string-array name=\"listValues\">\n    <item>5</item>\n    <item>10</item>\n    <item>15</item>\n    <item>30</item>\n    <item>60</item>\n  </string-array>\n</resources>\n
", - "name": "Android Preferences Example" - } - ], - "remarks": [], - "properties": [ - { - "name": "LINKIFY_ALL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts all detectable types of data into clickable links. Deprecated since 3.0.0. Use Titanium.UI.AUTOLINK_ALL instead.

" - }, - { - "name": "LINKIFY_EMAIL_ADDRESSES", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as email addresses into clickable links. Deprecated since 3.0.0. Use Titanium.UI.AUTOLINK_EMAIL_ADDRESSES instead.

" - }, - { - "name": "LINKIFY_MAP_ADDRESSES", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as addresses into clickable links. Deprecated since 3.0.0. Use Titanium.UI.AUTOLINK_MAP_ADDRESSES instead.

" - }, - { - "name": "LINKIFY_PHONE_NUMBERS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as phone numbers into clickable links. Deprecated since 3.0.0. Use Titanium.UI.AUTOLINK_PHONE_NUMBERS instead.

" - }, - { - "name": "LINKIFY_WEB_URLS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Converts strings formatted as URLs into clickable links. Deprecated since 3.0.0. Use Titanium.UI.AUTOLINK_URLS instead.

" - }, - { - "name": "OVER_SCROLL_ALWAYS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Always allow a user to over-scroll this view, provided it is a view that can scroll.

" - }, - { - "name": "OVER_SCROLL_IF_CONTENT_SCROLLS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll, provided it is a view that can scroll.

" - }, - { - "name": "OVER_SCROLL_NEVER", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Never allow a user to over-scroll this view.

" - }, - { - "name": "PIXEL_FORMAT_A_8", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android A_8 pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_LA_88", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android LA_88 pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_L_8", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android L_8 pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_OPAQUE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android OPAQUE pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_RGBA_4444", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android RGBA_4444 pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_RGBA_5551", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android RGBA_5551 pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_RGBA_8888", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android RGBA_8888 pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_RGBX_8888", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android RGBX_8888 pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_RGB_332", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android RGB_332 pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_RGB_565", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android RGB_565 pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_RGB_888", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android RGB_888 pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_TRANSLUCENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android TRANSLUCENT pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_TRANSPARENT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android A_8 pixel format for Titanium.UI.Window. Selecting the correct pixel format can \nimprove image clarity and performance.

" - }, - { - "name": "PIXEL_FORMAT_UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Android UNKNOWN pixel format for Titanium.UI.Window. Selecting the correct pixel format \ncan improve image clarity and performance.

" - }, - { - "name": "PROGRESS_INDICATOR_DETERMINANT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with the Titanium.UI.Android.ProgressIndicator.type property to indicate an ongoing \nactivity of determinate length.

" - }, - { - "name": "PROGRESS_INDICATOR_DIALOG", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Display Titanium.UI.Android.ProgressIndicator as a modal dialog. (default)

" - }, - { - "name": "PROGRESS_INDICATOR_INDETERMINANT", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with the Titanium.UI.Android.ProgressIndicator.type property to indicate an ongoing \nactivity of indeterminate length. (default)

" - }, - { - "name": "PROGRESS_INDICATOR_STATUS_BAR", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Display Titanium.UI.Android.ProgressIndicator as a horizontal progress bar in the title of \nthe window.

" - }, - { - "name": "SOFT_INPUT_ADJUST_PAN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Pan the current heavyweight window when the input method (ie software keyboard) is shown, to \nensure that its contents are not obscured.

" - }, - { - "name": "SOFT_INPUT_ADJUST_RESIZE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Resize the current heavyweight window when the input method (ie software keyboard) is shown, \nto ensure that its contents are not obscured.

" - }, - { - "name": "SOFT_INPUT_ADJUST_UNSPECIFIED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the system-default behavior to determine how the soft input area (ie software keyboard) \nis accomodated by the current heavyweight window when it receives focus (default.)

" - }, - { - "name": "SOFT_INPUT_STATE_ALWAYS_HIDDEN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Always hide the soft input area (ie software keyboard) when the current heavyweight window \nreceives focus.

" - }, - { - "name": "SOFT_INPUT_STATE_ALWAYS_VISIBLE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Always show the soft input area (ie software keyboard) when the current heavyweight window \nreceives focus.

" - }, - { - "name": "SOFT_INPUT_STATE_HIDDEN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Attempt to hide the soft input area (ie software keyboard) when the current heavyweight \nwindow receives focus.

" - }, - { - "name": "SOFT_INPUT_STATE_UNSPECIFIED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use the system-default behavior to determine whether to show the soft input area \n(ie software keyboard) when the current heavyweight window receives focus.

" - }, - { - "name": "SOFT_INPUT_STATE_VISIBLE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Attempt to show the soft input area (ie software keyboard) when the current heavyweight \nwindow receives focus.

" - }, - { - "name": "SOFT_KEYBOARD_DEFAULT_ON_FOCUS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use Android default behavior to handle keyboard visibility when a view receives focus. \n(default)

" - }, - { - "name": "SOFT_KEYBOARD_HIDE_ON_FOCUS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Attempt to hide the soft keyboard when a view receives focus. Note: system can override \nrequest.

" - }, - { - "name": "SOFT_KEYBOARD_SHOW_ON_FOCUS", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Attempt to show the soft keyboard when a view receives focus. Note: system can override \nrequest.

" - }, - { - "name": "SWITCH_STYLE_CHECKBOX", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Display Titanium.UI.Switch as a checkbox.

" - }, - { - "name": "SWITCH_STYLE_TOGGLEBUTTON", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Display Titanium.UI.Switch as a toggle button. (default)

" - }, - { - "name": "WEBVIEW_PLUGINS_OFF", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with WebView.pluginState to disable plugins in a web view.

" - }, - { - "name": "WEBVIEW_PLUGINS_ON", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Use with WebView.pluginState to enable plugins in a web view.

" - }, - { - "name": "WEBVIEW_PLUGINS_ON_DEMAND", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Display a placeholder and only load plugins when user selects it.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createProgressIndicator", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.Android.ProgressIndicator", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.Android.ProgressIndicator except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Android.ProgressIndicator", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.Android.ProgressIndicator.

" - }, - { - "name": "createSearchView", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Titanium.UI.Android.SearchView", - "description": "

Properties to set on a new object, including any defined by Titanium.UI.Android.SearchView except those marked not-creation or read-only.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.Android.SearchView", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates and returns an instance of Titanium.UI.Android.SearchView.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "hideSoftKeyboard", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides the soft keyboard.

" - }, - { - "name": "openPreferences", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens an application preferences dialog, using the native Android system settings interface, \ndefined by the platform-specific preferences.xml and array.xml files.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.0" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.TabbedBar", - "description": "

A button bar that maintains a selected state. Deprecated since 1.8.0. Use Titanium.UI.iOS.TabbedBar instead.\n

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

var bb1 = Titanium.UI.createTabbedBar({\n labels:['One', 'Two', 'Three'],\n backgroundColor:'#336699',\n top:50,\n style:Titanium.UI.iPhone.SystemButtonStyle.BAR,\n height:25,\n width:200\n});\nwin.add(bb1);

", - "name": "Simple Tabbed Bar with 3 items" - } - ], - "remarks": [ - "

A tabbed bar is a button bar that\nmaintains a state (visually distinguished as a pressed or selected look).\nIt is closely related to the ButtonBar control. See the description of \nButtonBar for information on styling tabbed bars and buttons\nbars.

\n

Use the Titanium.UI.createTabbedBar method to create a Tabbed Bar.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "index", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index of the currently selected button.

" - }, - { - "name": "labels", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of labels for the tabbed bar.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "style", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the tabbed bar.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the index property.

" - }, - { - "name": "getLabels", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - }, - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the labels property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the style property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setIndex", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the index property.

" - }, - { - "name": "setLabels", - "isInternal": false, - "parameters": [ - { - "name": "labels", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the labels property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setStyle", - "isInternal": false, - "parameters": [ - { - "name": "style", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the style property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Index of the clicked button.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a button is clicked.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - } - ] - }, - { - "name": "MovieSize", - "description": "

Simple object used to describe the size of a movie.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Height of the movie.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Width of the movie.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.SystemIcon", - "description": "

A set of constants for the system icon styles that can be used on a tab group tab.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "BOOKMARKS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Bookmark style icon

" - }, - { - "name": "CONTACTS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Contacts style icon

" - }, - { - "name": "DOWNLOADS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Downloads style icon

" - }, - { - "name": "FAVORITES", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Favorites style icon

" - }, - { - "name": "FEATURED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Featured style icon

" - }, - { - "name": "HISTORY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

History style icon

" - }, - { - "name": "MORE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

More style icon

" - }, - { - "name": "MOST_RECENT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Most recent style icon

" - }, - { - "name": "MOST_VIEWED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Most viewed style icon

" - }, - { - "name": "RECENTS", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Recents style icon

" - }, - { - "name": "SEARCH", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Search style icon

" - }, - { - "name": "TOP_RATED", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Top rated style icon

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Filesystem", - "description": "

The top level filesystem module, used to access files and directories on the device.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "MODE_APPEND", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for append mode for file operations.

" - }, - { - "name": "MODE_READ", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for read mode for file operations.

" - }, - { - "name": "MODE_WRITE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant for write mode for file operations.

" - }, - { - "name": "applicationCacheDirectory", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.3" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.3" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.3" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Path to the application's internal cache directory.

" - }, - { - "name": "applicationDataDirectory", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Path to the application's data directory.

" - }, - { - "name": "applicationDirectory", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Path to the iOS application directory.

" - }, - { - "name": "applicationSupportDirectory", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Path to the application support directory.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "externalStorageDirectory", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Path to a directory on removable storage, such as SD card.

" - }, - { - "name": "lineEnding", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Platform-specific line ending constant.

" - }, - { - "name": "resRawDirectory", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Path to the application's raw resource directory.

" - }, - { - "name": "resourcesDirectory", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Path to the application's resource directory.

" - }, - { - "name": "separator", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Platform-specific path separator constant.

" - }, - { - "name": "tempDirectory", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Path for the application's temporary directory.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createTempDirectory", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Filesystem.File", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a temporary directory and returns a File object representing the new directory.

" - }, - { - "name": "createTempFile", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Filesystem.File", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a temporary file and returns a File object representing the new file.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getApplicationCacheDirectory", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.3" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.3" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.3" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the applicationCacheDirectory property.

" - }, - { - "name": "getApplicationDataDirectory", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the applicationDataDirectory property.

" - }, - { - "name": "getApplicationDirectory", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the applicationDirectory property.

" - }, - { - "name": "getApplicationSupportDirectory", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the applicationSupportDirectory property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getExternalStorageDirectory", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the externalStorageDirectory property.

" - }, - { - "name": "getFile", - "isInternal": false, - "parameters": [ - { - "name": "path", - "usage": "required", - "type": "String", - "description": "

One or more path components. Path arguments are joined together using the platform specific path separator to form the full path.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Filesystem.File", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a File object representing the file identified by the path arguments.

" - }, - { - "name": "getLineEnding", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lineEnding property.

" - }, - { - "name": "getResRawDirectory", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the resRawDirectory property.

" - }, - { - "name": "getResourcesDirectory", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the resourcesDirectory property.

" - }, - { - "name": "getSeparator", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the separator property.

" - }, - { - "name": "getTempDirectory", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tempDirectory property.

" - }, - { - "name": "isExternalStoragePresent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if the device supports external storage and the external storage device is mounted.

" - }, - { - "name": "openStream", - "isInternal": false, - "parameters": [ - { - "name": "mode", - "usage": "required", - "type": "Number", - "description": "

Access mode. Either Titanium.Filesystem.MODE_READ, Titanium.Filesystem.MODE_WRITE, or \nTitanium.Filesystem.MODE_APPEND.

" - }, - { - "name": "path", - "usage": "required", - "type": "String", - "description": "

One or more path components. Path arguments are joined together using the \nplatform-specific path separator to form the full path.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Filesystem.FileStream", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens file using the Titanium.IOStream interface.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "DataCallbackArgs", - "description": "

Argument object passed to the data callback when data arrives on the UDP socket.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "address", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The remote host address where the data came from.

" - }, - { - "name": "bytesData", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

The data returned as an array of bytes.

" - }, - { - "name": "port", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The local port on which the data arrived.

" - }, - { - "name": "stringData", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The data returned as a string.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "ConnectedCallbackArgs", - "description": "

Argument object passed to the connected callback when the socket connects.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Only invoked following a successful connect\ncall.

" - ], - "properties": [ - { - "name": "socket", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Network.Socket.TCP", - "isClassProperty": false, - "description": "

Socket instance that has been connected.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "CloudMessagesResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "messages", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of message objects, if any exist.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "MapRouteType", - "description": "

Simple object defining a map route.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "color", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Color to use when drawing the route, as a color name or hex triplet.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Route name.

" - }, - { - "name": "points", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of map points making up the route.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Line width to use when drawing the route.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Android.PendingIntent", - "description": "

The Titanium binding of an Android PendingIntent.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [ - "

Use the Titanium.Android.createPendingIntent method to create a pending intent.

\n

The type of Intent you pass to createPendingIntent determines what kind of \nPendingIntent is created. Each type corresponds directly with a get method on \nAndroid's PendingIntent:

\n\n

The PendingIntent is always associated with the activity that was the current activity\nwhen the intent was created.

\n

Note that this PendingIntent is designed primarily to be used with the \nNotification object. It does not support all features \nof the native Android PendingIntent -- in particular, \nbroadcast pending intents are not supported.

\n

See also:

\n" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "flags", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Flags used for creating the Pending Intent.

" - }, - { - "name": "intent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.Android.Intent", - "isClassProperty": false, - "description": "

The intent data to pass to the Activity launched by this PendingIntent.

" - }, - { - "name": "updateCurrentIntent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If this property is true, flag Titanium.Android.FLAG_UPDATE_CURRENT will be\nappended to flags automatically. Default value is true.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getFlags", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the flags property.

" - }, - { - "name": "getIntent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Intent", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the intent property.

" - }, - { - "name": "getUpdateCurrentIntent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the updateCurrentIntent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Android.Calendar.Event", - "description": "

An object that represents a single event in an Android calendar. Deprecated since 3.1.1.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [ - "

The API supports retrieving information about existing events and creating new events.
\nBe aware that modifying or deleting existing events is not yet supported. Additionally, recurring \nevents are not yet supported.

\n

See Titanium.Android.Calendar for examples of retrieving event information and creating events.

" - ], - "properties": [ - { - "name": "alerts", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Existing alerts for this event.

" - }, - { - "name": "allDay", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether this event is all day.

" - }, - { - "name": "begin", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

Start date/time of this event.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "description", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Description of this event.

" - }, - { - "name": "end", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

End date/time of this event.

" - }, - { - "name": "extendedProperties", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Extended properties of this event.

" - }, - { - "name": "hasAlarm", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether an alarm is scheduled for this event.

" - }, - { - "name": "hasExtendedProperties", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether extendedProperties \nexists for this event.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Identifier of this event.

" - }, - { - "name": "location", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Location of this event.

" - }, - { - "name": "reminders", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Existing reminders for this event.

" - }, - { - "name": "status", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Status of this event.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of this event.

" - }, - { - "name": "visibility", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Visibility of this event.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "createAlert", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "Titanium.Android.Calendar.Alert", - "description": "

Properties for the alert.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Calendar.Alert", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates an alert for this event.

" - }, - { - "name": "createReminder", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "Titanium.Android.Calendar.Reminder", - "description": "

Properties for the reminder.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Calendar.Reminder", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a reminder for this event.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAlerts", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the alerts property.

" - }, - { - "name": "getAllDay", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allDay property.

" - }, - { - "name": "getBegin", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the begin property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getDescription", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the description property.

" - }, - { - "name": "getEnd", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the end property.

" - }, - { - "name": "getExtendedProperties", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the extendedProperties property.

" - }, - { - "name": "getExtendedProperty", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of an existing extended property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the specified extended property.

" - }, - { - "name": "getHasAlarm", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hasAlarm property.

" - }, - { - "name": "getHasExtendedProperties", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hasExtendedProperties property.

" - }, - { - "name": "getId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the id property.

" - }, - { - "name": "getLocation", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the location property.

" - }, - { - "name": "getReminders", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the reminders property.

" - }, - { - "name": "getStatus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the status property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getVisibility", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visibility property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setExtendedProperty", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Property name.

" - }, - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

Property value.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the specified extended property.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.TableView", - "description": "

A table view is used to present information, organized in sections and rows, in a \nvertically-scrolling view.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a basic table view.

\n
Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow();\n\nvar tableData = [ {title: 'Apples'}, {title: 'Bananas'}, {title: 'Carrots'}, {title: 'Potatoes'} ];\n\nvar table = Ti.UI.createTableView({\n  data: tableData\n});\nwin.add(table);\nwin.open();\n
", - "name": "Simple Table View" - }, - { - "code": "

Create a table with three sections, each with two rows. Add two sections to the table \nbefore and one after it is rendered. This sample only works on Release 3.0 and later.

\n
Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow();\n\nvar sectionFruit = Ti.UI.createTableViewSection({ headerTitle: 'Fruit' });\nsectionFruit.add(Ti.UI.createTableViewRow({ title: 'Apples' }));\nsectionFruit.add(Ti.UI.createTableViewRow({ title: 'Bananas' }));\n\nvar sectionVeg = Ti.UI.createTableViewSection({ headerTitle: 'Vegetables' });\nsectionVeg.add(Ti.UI.createTableViewRow({ title: 'Carrots' }));\nsectionVeg.add(Ti.UI.createTableViewRow({ title: 'Potatoes' }));\n\nvar table = Ti.UI.createTableView({\n  data: [sectionFruit, sectionVeg]\n});\n\nwin.add(table);\nwin.open();\n\nvar sectionFish = Ti.UI.createTableViewSection({ headerTitle: 'Fish' });\nsectionFish.add(Ti.UI.createTableViewRow({ title: 'Cod' }));\nsectionFish.add(Ti.UI.createTableViewRow({ title: 'Haddock' }));\n\n// Prior to Release 3.0, you can only add and remove sections by setting the data property\n// table.data = [ sectionFish, sectionFruit, sectionVeg ];\n// Due to a known issue, TIMOB-12616, the section access methods and sections\n// property should not be used on iOS with Release 3.0.x.\ntable.insertSectionBefore(0, sectionFish);\n
", - "name": "Table View Sections" - }, - { - "code": "

Create a table of rows that contain a custom child-view layout.

\n
Ti.UI.setBackgroundColor('#000');\nvar win = Ti.UI.createWindow({\n  backgroundColor: 'black',\n  exitOnClose: true,\n  fullscreen: false,\n  title: 'TableView Demo'\n});\n\n// generate random number, used to make each row appear distinct for this example\nfunction randomInt(max){\n  return Math.floor(Math.random() * max) + 1;\n}\n\nvar IMG_BASE = 'https://github.com/appcelerator/titanium_mobile/raw/master/demos/KitchenSink/Resources/images/';\nvar defaultFontSize = Ti.Platform.name === 'android' ? 16 : 14;\n\nvar tableData = [];\n\nfor (var i=1; i<=20; i++){\n  var row = Ti.UI.createTableViewRow({\n    className:'forumEvent', // used to improve table performance\n    selectedBackgroundColor:'white',\n    rowIndex:i, // custom property, useful for determining the row during events\n    height:110\n  });\n\n  var imageAvatar = Ti.UI.createImageView({\n    image: IMG_BASE + 'custom_tableview/user.png',\n    left:10, top:5,\n    width:50, height:50\n  });\n  row.add(imageAvatar);\n\n  var labelUserName = Ti.UI.createLabel({\n    color:'#576996',\n    font:{fontFamily:'Arial', fontSize:defaultFontSize+6, fontWeight:'bold'},\n    text:'Fred Smith ' + i,\n    left:70, top: 6,\n    width:200, height: 30\n  });\n  row.add(labelUserName);\n\n  var labelDetails = Ti.UI.createLabel({\n    color:'#222',\n    font:{fontFamily:'Arial', fontSize:defaultFontSize+2, fontWeight:'normal'},\n    text:'Replied to post with id ' + randomInt(1000) + '.',\n    left:70, top:44,\n    width:360\n  });\n  row.add(labelDetails);\n\n  var imageCalendar = Ti.UI.createImageView({\n    image:IMG_BASE + 'custom_tableview/eventsButton.png',\n    left:70, bottom: 2,\n    width:32, height: 32\n  });\n  row.add(imageCalendar);\n\n  var labelDate = Ti.UI.createLabel({\n    color:'#999',\n    font:{fontFamily:'Arial', fontSize:defaultFontSize, fontWeight:'normal'},\n    text:'on ' + randomInt(30) + ' Nov 2012',\n    left:105, bottom:10,\n    width:200, height:20\n  });\n  row.add(labelDate);\n\n  tableData.push(row);\n}\n\nvar tableView = Ti.UI.createTableView({\n  backgroundColor:'white',\n  data:tableData\n});\n\nwin.add(tableView);\nwin.open();\n
", - "name": "Table View with Composite Layout" - }, - { - "code": "

Previous table view sections example as an Alloy view.

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\">\n        <TableView id=\"table\">\n            <TableViewSection id=\"sectionFruit\" headerTitle=\"Fruit\">\n                <TableViewRow title=\"Apple\"/>\n                <TableViewRow title=\"Bananas\"/>\n            </TableViewSection>\n            <TableViewSection id=\"sectionVeg\" headerTitle=\"Vegetables\">\n                <TableViewRow title=\"Carrots\"/>\n                <TableViewRow title=\"Potatoes\"/>\n            </TableViewSection>\n            <TableViewSection id=\"sectionFish\" headerTitle=\"Fish\">\n                <TableViewRow title=\"Cod\"/>\n                <TableViewRow title=\"Haddock\"/>\n            </TableViewSection>\n        </TableView>\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createTableView method to create a TableView.

\n

A TableView object is a container for TableViewSection \nobjects that are, in turn, containers for TableViewRow objects.

\n

Creating Tables

\n

Tables may be created in the following ways.

\n

The simplest approach is to pass dictionaries of TableViewRow properties, such as \nbackgroundColor, \ncolor, and title, to the \ncreateTableView method, which causes the rows to be implictly \ncreated, added to a single TableViewSection, and then added to \nthe TableView. Refer to the \"Simple Table View with Basic Rows\" example.

\n

For more control over the layout of each row, however, TableViewRow \nobjects can be created explicitly using the Titanium.UI.createTableViewRow method. Child views, \nsuch as labels, images, and \nbuttons, may be added to each row. When passed passed to the table view, a \nsingle TableViewSection is automatically created to hold the \nrows. See the \"Table View with Composite Layout\" example.

\n

Lastly, sets of rows may be explicitly created and added to a their own \nTableViewSection objects, which are then added to a TableView, \nto enable the rows to be organized. Headers and footers titles or views must be configured \nin order for the sections to be visible.

\n

Tables and Scroll Views

\n

As a table view inherently scrolls, it creates a very poor user experience when one contains \nother scrolling views, such as a ScrollableView or \nTextArea. Thus, this layout is strongly discouraged.

\n

TextFields in Tables with SOFT_INPUT_ADJUST_PAN (Android)

\n

When a TextField is placed in a row near the bottom of a TableView, \nin a window that is configured with \nSOFT_INPUT_ADJUST_PAN, it is expected for the \ntext field to automatically move to a visible position after it is focused and the software \nkeyboard displayed. However, due to a known problem caused by native Android's ListView behavior, \nthe keyboard is likely to completely obscure the text field.

\n

To mitigate this, a ScrollView may be used instead of a table view, as demonstrated in the \nScrollView, \"Scroll View as a Table View\", example.

\n

Known Issues

\n

There are known issues with the sections property and associated methods added in\nRelease 3.0:

\n\n

Row Editing and Moving Modes (iOS only)

\n

On iOS, table views have an editing and a moving mode that may be activated to using their \nrespective editing and moving \nproperties. These allow rows to be deleted or re-ordered by the user, depending on each row's \neditable and moveable \nproperty that are either explicitly set or inherited from the table.

\n

There are two UI controls available for deleting table view rows, depending on the combination \nof editing and moving modes enabled:

\n\n

When editable and moveable properties are set on the table view, they are known as inherited, \nwhereas when set on a row, they are known as explicit. As their resulting behavior may not \nfollow their literal meaning, depending on the combination of editing and moving modes that \nare enabled, a detailed description of the behavior follows.

\n

With editing:false and moving:true:

\n\n

With editing:true and moving:false:

\n\n

With editing:false and moving: false:

\n\n

With editing:true and moving:true:

\n" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "allowsSelection", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether this table's rows can be selected.

" - }, - { - "name": "allowsSelectionDuringEditing", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether this table's rows can be selected while editing the table.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "data", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Rows of the table view.

" - }, - { - "name": "editable", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines the rows' default editable behavior, which allows them to be deleted by the user \nwhen the table is in editing or moving mode.

" - }, - { - "name": "editing", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether row editing mode is active.

" - }, - { - "name": "filterAttribute", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Filter attribute to be used when searching.

" - }, - { - "name": "filterCaseInsensitive", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the search is case insensitive.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "footerTitle", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Table view footer title.

" - }, - { - "name": "footerView", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

Table view footer as a view that will be rendered instead of a label.

" - }, - { - "name": "headerPullView", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View positioned above the first row that is only revealed when the user drags the table \ncontents down.

" - }, - { - "name": "headerTitle", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Table view header title.

" - }, - { - "name": "headerView", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

Table view header as a view that will be rendered instead of a label.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "hideSearchOnSelection", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the search field should hide on completion.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "index", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of objects (with title and index properties) to control the table view index.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "maxRowHeight", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Maximum row height for table view rows.

" - }, - { - "name": "minRowHeight", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Minimum row height for table view rows.

" - }, - { - "name": "moveable", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines the rows' default moveable behavior, which allows them to be re-ordered by the \nuser when the table is in editing or moving mode.

" - }, - { - "name": "moving", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether row moving mode is active.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "overScrollMode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

One of Titanium.UI.Android.OVER_SCROLL_ALWAYS, Titanium.UI.Android.OVER_SCROLL_IF_CONTENT_SCROLLS, or Titanium.UI.Android.OVER_SCROLL_NEVER.

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "rowHeight", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Default row height for table view rows.

" - }, - { - "name": "scrollIndicatorStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the scrollbar, specified using one of the constants from \nTitanium.UI.iPhone.ScrollIndicatorStyle.

" - }, - { - "name": "scrollable", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

If true, the tableview can be scrolled.

" - }, - { - "name": "scrollsToTop", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Controls whether the scroll-to-top gesture is effective.

" - }, - { - "name": "search", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI.SearchBar", - "isClassProperty": false, - "description": "

Search field to use for the table view.

" - }, - { - "name": "searchAsChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the SearchBar or SearchView appears as part of the TableView.

" - }, - { - "name": "searchHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the search field is visible.

" - }, - { - "name": "sectionCount", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of sections in this table view.

" - }, - { - "name": "sections", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Sections of this table.

" - }, - { - "name": "separatorColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Separator line color between rows, as a color name or hex triplet.

" - }, - { - "name": "separatorStyle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Separator style constant.

" - }, - { - "name": "showVerticalScrollIndicator", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether this table view displays a vertical scroll indicator.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "style", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the table view, specified using one of the constants from \nTitanium.UI.iPhone.TableViewStyle.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "appendRow", - "isInternal": false, - "parameters": [ - { - "name": "row", - "usage": "required", - "type": "Titanium.UI.TableViewRow", - "description": "

Row or rows to add to the table.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends a single row or an array of rows to the end of the table.

" - }, - { - "name": "appendSection", - "isInternal": false, - "parameters": [ - { - "name": "section", - "usage": "required", - "type": "Titanium.UI.TableViewSection", - "description": "

Section or section to add to the table.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends a single section or an array of sections to the end of the table.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "deleteRow", - "isInternal": false, - "parameters": [ - { - "name": "row", - "usage": "required", - "type": "Number", - "description": "

Index of the row to delete, or the row object to delete.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Deletes an existing row.

" - }, - { - "name": "deleteSection", - "isInternal": false, - "parameters": [ - { - "name": "section", - "usage": "required", - "type": "Number", - "description": "

Index of the section to delete.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Deletes an existing section.

" - }, - { - "name": "deselectRow", - "isInternal": false, - "parameters": [ - { - "name": "row", - "usage": "required", - "type": "Number", - "description": "

Row index to deselect.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Programmatically deselects a row.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAllowsSelection", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allowsSelection property.

" - }, - { - "name": "getAllowsSelectionDuringEditing", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allowsSelectionDuringEditing property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getData", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - }, - { - "type": "Array", - "description": "" - }, - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the data property.

" - }, - { - "name": "getEditable", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the editable property.

" - }, - { - "name": "getEditing", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the editing property.

" - }, - { - "name": "getFilterAttribute", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the filterAttribute property.

" - }, - { - "name": "getFilterCaseInsensitive", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the filterCaseInsensitive property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getFooterTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the footerTitle property.

" - }, - { - "name": "getFooterView", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the footerView property.

" - }, - { - "name": "getHeaderPullView", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the headerPullView property.

" - }, - { - "name": "getHeaderTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the headerTitle property.

" - }, - { - "name": "getHeaderView", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the headerView property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHideSearchOnSelection", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the hideSearchOnSelection property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the index property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getMaxRowHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the maxRowHeight property.

" - }, - { - "name": "getMinRowHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minRowHeight property.

" - }, - { - "name": "getMoveable", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the moveable property.

" - }, - { - "name": "getMoving", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the moving property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getOverScrollMode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the overScrollMode property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getRowHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rowHeight property.

" - }, - { - "name": "getScrollIndicatorStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scrollIndicatorStyle property.

" - }, - { - "name": "getScrollable", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scrollable property.

" - }, - { - "name": "getScrollsToTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scrollsToTop property.

" - }, - { - "name": "getSearch", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.SearchBar", - "description": "" - }, - { - "type": "Titanium.UI.Android.SearchView", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the search property.

" - }, - { - "name": "getSearchAsChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the searchAsChild property.

" - }, - { - "name": "getSearchHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the searchHidden property.

" - }, - { - "name": "getSectionCount", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the sectionCount property.

" - }, - { - "name": "getSections", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the sections property.

" - }, - { - "name": "getSeparatorColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the separatorColor property.

" - }, - { - "name": "getSeparatorStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the separatorStyle property.

" - }, - { - "name": "getShowVerticalScrollIndicator", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the showVerticalScrollIndicator property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the style property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "insertRowAfter", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Index of the row to insert after.

" - }, - { - "name": "row", - "usage": "required", - "type": "Titanium.UI.TableViewRow", - "description": "

Row to insert.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts a row after another row.

" - }, - { - "name": "insertRowBefore", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Index of the row to insert before.

" - }, - { - "name": "row", - "usage": "required", - "type": "Titanium.UI.TableViewRow", - "description": "

Row to insert.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts a row before another row.

" - }, - { - "name": "insertSectionAfter", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Index of the section to insert after.

" - }, - { - "name": "section", - "usage": "required", - "type": "Titanium.UI.TableViewSection", - "description": "

section to insert.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts a section after another section.

" - }, - { - "name": "insertSectionBefore", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Index of the section to insert before.

" - }, - { - "name": "section", - "usage": "required", - "type": "Titanium.UI.TableViewSection", - "description": "

section to insert.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts a section before another section.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "scrollToIndex", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Row index to scroll to.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Scrolls the table view to ensure that the specified row is on screen.

" - }, - { - "name": "scrollToTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

Y position for the top of the table view.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Scrolls the table to a specific top position where 0 is the topmost y position in the \ntable view.

" - }, - { - "name": "selectRow", - "isInternal": false, - "parameters": [ - { - "name": "row", - "usage": "required", - "type": "Number", - "description": "

Row index to select.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.2" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Programmatically selects a row. In Android, it sets the currently selected item. If in touch mode,\nthe item will not be selected but it will still be positioned appropriately. If the specified \nselection position is less than 0, then the item at position 0 will be selected.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAllowsSelection", - "isInternal": false, - "parameters": [ - { - "name": "allowsSelection", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the allowsSelection property.

" - }, - { - "name": "setAllowsSelectionDuringEditing", - "isInternal": false, - "parameters": [ - { - "name": "allowsSelectionDuringEditing", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the allowsSelectionDuringEditing property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setContentInsets", - "isInternal": false, - "parameters": [ - { - "name": "edgeInsets", - "usage": "required", - "type": "TableViewEdgeInsets", - "description": "

Dictionary to describe the insets.

" - }, - { - "name": "animated", - "usage": "optional", - "type": "TableViewContentInsetOption", - "description": "

Determines whether, and how, the content inset change should be animated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets this tableview's content insets.

" - }, - { - "name": "setData", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "Array", - "description": "

Rows or sections to add to this table.

" - }, - { - "name": "animation", - "usage": "required", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the data in the table.

" - }, - { - "name": "setEditable", - "isInternal": false, - "parameters": [ - { - "name": "editable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the editable property.

" - }, - { - "name": "setEditing", - "isInternal": false, - "parameters": [ - { - "name": "editing", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the editing property.

" - }, - { - "name": "setFilterAttribute", - "isInternal": false, - "parameters": [ - { - "name": "filterAttribute", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the filterAttribute property.

" - }, - { - "name": "setFilterCaseInsensitive", - "isInternal": false, - "parameters": [ - { - "name": "filterCaseInsensitive", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the filterCaseInsensitive property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setFooterTitle", - "isInternal": false, - "parameters": [ - { - "name": "footerTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the footerTitle property.

" - }, - { - "name": "setFooterView", - "isInternal": false, - "parameters": [ - { - "name": "footerView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the footerView property.

" - }, - { - "name": "setHeaderPullView", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to display.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the [Titanium.UI.TableView.headerPullView] property.

" - }, - { - "name": "setHeaderTitle", - "isInternal": false, - "parameters": [ - { - "name": "headerTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the headerTitle property.

" - }, - { - "name": "setHeaderView", - "isInternal": false, - "parameters": [ - { - "name": "headerView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the headerView property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHideSearchOnSelection", - "isInternal": false, - "parameters": [ - { - "name": "hideSearchOnSelection", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the hideSearchOnSelection property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setIndex", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the index property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setMaxRowHeight", - "isInternal": false, - "parameters": [ - { - "name": "maxRowHeight", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the maxRowHeight property.

" - }, - { - "name": "setMinRowHeight", - "isInternal": false, - "parameters": [ - { - "name": "minRowHeight", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the minRowHeight property.

" - }, - { - "name": "setMoveable", - "isInternal": false, - "parameters": [ - { - "name": "moveable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the moveable property.

" - }, - { - "name": "setMoving", - "isInternal": false, - "parameters": [ - { - "name": "moving", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the moving property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setOverScrollMode", - "isInternal": false, - "parameters": [ - { - "name": "overScrollMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the overScrollMode property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setRowHeight", - "isInternal": false, - "parameters": [ - { - "name": "rowHeight", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rowHeight property.

" - }, - { - "name": "setScrollIndicatorStyle", - "isInternal": false, - "parameters": [ - { - "name": "scrollIndicatorStyle", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scrollIndicatorStyle property.

" - }, - { - "name": "setScrollable", - "isInternal": false, - "parameters": [ - { - "name": "scrollable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scrollable property.

" - }, - { - "name": "setScrollsToTop", - "isInternal": false, - "parameters": [ - { - "name": "scrollsToTop", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scrollsToTop property.

" - }, - { - "name": "setSearch", - "isInternal": false, - "parameters": [ - { - "name": "search", - "usage": "required", - "type": "Titanium.UI.SearchBar", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the search property.

" - }, - { - "name": "setSearchAsChild", - "isInternal": false, - "parameters": [ - { - "name": "searchAsChild", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the searchAsChild property.

" - }, - { - "name": "setSearchHidden", - "isInternal": false, - "parameters": [ - { - "name": "searchHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the searchHidden property.

" - }, - { - "name": "setSections", - "isInternal": false, - "parameters": [ - { - "name": "sections", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the sections property.

" - }, - { - "name": "setSeparatorColor", - "isInternal": false, - "parameters": [ - { - "name": "separatorColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the separatorColor property.

" - }, - { - "name": "setSeparatorStyle", - "isInternal": false, - "parameters": [ - { - "name": "separatorStyle", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the separatorStyle property.

" - }, - { - "name": "setShowVerticalScrollIndicator", - "isInternal": false, - "parameters": [ - { - "name": "showVerticalScrollIndicator", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showVerticalScrollIndicator property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setStyle", - "isInternal": false, - "parameters": [ - { - "name": "style", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the style property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "updateRow", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Index of the row to update.

" - }, - { - "name": "row", - "usage": "required", - "type": "Titanium.UI.TableViewRow", - "description": "

Row data to update.

" - }, - { - "name": "animation", - "usage": "required", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Updates an existing row, optionally with animation.

" - }, - { - "name": "updateSection", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Index of the section to update.

" - }, - { - "name": "section", - "usage": "required", - "type": "Titanium.UI.TableViewSection", - "description": "

section data to update.

" - }, - { - "name": "animation", - "usage": "required", - "type": "TableViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Updates an existing section, optionally with animation.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "detail", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether the detail button was clicked. Only true if row.hasDetail is \ntrue and the detail button was clicked.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Row index.

" - }, - { - "name": "row", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Table view row object.

" - }, - { - "name": "rowData", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Properties of the row.

\n

When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than row to access any custom row properties.

\n

Here's an example of creating a row implicitly, which is not the recommended way.

\n
var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n
" - }, - { - "name": "searchMode", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether the table is in search mode.

" - }, - { - "name": "section", - "deprecated": false, - "type": "Titanium.UI.TableViewSection", - "description": "

Table view section object, if the clicked row is contained in a section.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a table row is clicked by the user.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "delete", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "detail", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether the delete button was clicked. Always false for this event.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Row index.

" - }, - { - "name": "row", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Table view row object.

" - }, - { - "name": "rowData", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Properties of the row. Use this property rather than row to access any custom row \nproperties.

" - }, - { - "name": "searchMode", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether the table is in search mode. Always false for this event.

" - }, - { - "name": "section", - "deprecated": false, - "type": "Titanium.UI.TableViewSection", - "description": "

Table view section object, if the deleted row is contained in a section.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a table row is deleted by the user.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Row index.

" - }, - { - "name": "row", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Table view row object.

" - }, - { - "name": "rowData", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Properties of the row.

\n

When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than row to access any custom row properties.

\n

Here's an example of creating a row implicitly, which is not the recommended way.

\n
var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n
" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against this view.

" - }, - { - "name": "dragEnd", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "decelerate", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether scrolling will continue but decelerate, now that the drag gesture has \nbeen released by the touch. If false, scrolling will stop immediately.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the scrollable region stops being dragged. Deprecated since 3.0.0. Renamed to dragend (all lowercase).

" - }, - { - "name": "dragStart", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the scrollable region starts being dragged. Deprecated since 3.0.0. Renamed to dragstart (all lowercase).

" - }, - { - "name": "dragend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "decelerate", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates whether scrolling will continue but decelerate, now that the drag gesture has \nbeen released by the touch. If false, scrolling will stop immediately.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the scrollable region stops being dragged.

" - }, - { - "name": "dragstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the scrollable region starts being dragged.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Row index.

" - }, - { - "name": "row", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Table view row object.

" - }, - { - "name": "rowData", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Properties of the row.

\n

When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than row to access any custom row properties.

\n

Here's an example of creating a row implicitly, which is not the recommended way.

\n
var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n
" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "move", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "detail", - "deprecated": false, - "type": "Boolean", - "description": "

Boolean to indicate if the right area was clicked. Always false for this event.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Row index.

" - }, - { - "name": "row", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Table view row object.

" - }, - { - "name": "rowData", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Properties of the row. Use this property rather than row to access any custom row \nproperties.

" - }, - { - "name": "searchMode", - "deprecated": false, - "type": "Boolean", - "description": "

Boolean to indicate if the table is in search mode. Always false for this event.

" - }, - { - "name": "section", - "deprecated": false, - "type": "Titanium.UI.TableViewSection", - "description": "

Table view section object, if the deleted row is contained in a section.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a table row is moved by the user.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "scroll", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "contentOffset", - "deprecated": false, - "type": "Point", - "description": "

Dictionary with x and y properties containing the content offset.

" - }, - { - "name": "contentSize", - "deprecated": false, - "type": "Object", - "description": "

Dictionary with width and height properties containing the size of the content \n(regardless of the display size in the case of scrolling).

" - }, - { - "name": "firstVisibleItem", - "deprecated": false, - "type": "Number", - "description": "

Row index of the topmost visible row in the view.

" - }, - { - "name": "size", - "deprecated": false, - "type": "Object", - "description": "

Dictionary with width and height properties containing the size of the visible \ntable view

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "totalItemCount", - "deprecated": false, - "type": "Number", - "description": "

Total number of rows in the view.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "visibleItemCount", - "deprecated": false, - "type": "Number", - "description": "

Number of rows currently visible in the view.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the table view is scrolled.

" - }, - { - "name": "scrollEnd", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "contentOffset", - "deprecated": false, - "type": "Point", - "description": "

Dictionary with x and y properties containing the content offset.

" - }, - { - "name": "contentSize", - "deprecated": false, - "type": "Object", - "description": "

Dictionary with width and height properties containing the size of the content \n(regardless of the display size in the case of scrolling).

" - }, - { - "name": "size", - "deprecated": false, - "type": "Object", - "description": "

Dictionary with width and height properties containing the size of the visible \ntable view.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the table view stops scrolling. Deprecated since 3.0.0. Renamed to scrollend (all lowercase).

" - }, - { - "name": "scrollend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "contentOffset", - "deprecated": false, - "type": "Point", - "description": "

Dictionary with x and y properties containing the content offset.

" - }, - { - "name": "contentSize", - "deprecated": false, - "type": "Object", - "description": "

Dictionary with width and height properties containing the size of the content \n(regardless of the display size in the case of scrolling).

" - }, - { - "name": "size", - "deprecated": false, - "type": "Object", - "description": "

Dictionary with width and height properties containing the size of the visible \ntable view.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the table view stops scrolling.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Row index.

" - }, - { - "name": "row", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Table view row object.

" - }, - { - "name": "rowData", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Properties of the row.

\n

When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than row to access any custom row properties.

\n

Here's an example of creating a row implicitly, which is not the recommended way.

\n
var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n
" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe, either left or right.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Row index.

" - }, - { - "name": "row", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Table view row object.

" - }, - { - "name": "rowData", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Properties of the row.

\n

When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than row to access any custom row properties.

\n

Here's an example of creating a row implicitly, which is not the recommended way.

\n
var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n
" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture (left or right) against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch gesture is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Row index.

" - }, - { - "name": "row", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Table view row object.

" - }, - { - "name": "rowData", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Properties of the row.

\n

When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than row to access any custom row properties.

\n

Here's an example of creating a row implicitly, which is not the recommended way.

\n
var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n
" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch gesture is complete.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "index", - "deprecated": false, - "type": "Number", - "description": "

Row index.

" - }, - { - "name": "row", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Table view row object.

" - }, - { - "name": "rowData", - "deprecated": false, - "type": "Titanium.UI.TableViewRow", - "description": "

Properties of the row.

\n

When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than row to access any custom row properties.

\n

Here's an example of creating a row implicitly, which is not the recommended way.

\n
var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n
" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture against this view.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.Platform", - "description": "

The top-level Platform module. The Platform module is used to access the device's platform-related \nfunctionality.

\n

To use this API on Tizen, you must include the following privilege in the tiapp.xml \nfile of your Titanium application:

\n", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Obtaining battery data when the battery state changes.

\n
Titanium.Platform.addEventListener('battery', function(e){\n  Ti.API.info('The battery state has changed to ' + e.state);\n  Ti.API.info('The battery level is ' + e.level);\n  Ti.API.info('The battery event source is ' + e.source);\n  Ti.API.info('The battery event name ' + e.type);\n});\n
", - "name": "Battery Event Example" - } - ], - "remarks": [], - "properties": [ - { - "name": "BATTERY_STATE_CHARGING", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant to indicate that the system is plugged in and currently being charged.

" - }, - { - "name": "BATTERY_STATE_FULL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant to indicate that the battery is fully charged.

" - }, - { - "name": "BATTERY_STATE_UNKNOWN", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant to indicate that the battery state is not known or monitoring is disabled.

" - }, - { - "name": "BATTERY_STATE_UNPLUGGED", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Constant to indicate that the system is unplugged.

" - }, - { - "name": "address", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

System's WIFI IP address. No other network types are supported.

" - }, - { - "name": "architecture", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

System's processor architecture.

" - }, - { - "name": "availableMemory", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

System's unused memory, measured in megabytes on iOS and bytes on Android.

" - }, - { - "name": "batteryLevel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Battery level in percent, accessible only when batteryMonitoring is enabled. Measured \nin 5% increments on iPhone/iPad.

" - }, - { - "name": "batteryMonitoring", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether battery monitoring is enabled.

" - }, - { - "name": "batteryState", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Indicates the state of the battery. Accessible only when batteryMonitoring is enabled.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "displayCaps", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Platform.DisplayCaps", - "isClassProperty": false, - "description": "

Returns the DisplayCaps object.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Applications's globally-unique ID (UUID).

" - }, - { - "name": "locale", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

System's default language.

" - }, - { - "name": "macaddress", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

System's network interface mac address, or app UUID.

" - }, - { - "name": "manufacturer", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Manufacturer of the device.

" - }, - { - "name": "model", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

Determine whether the application is running on a virtual device.\n if (Ti.Platform.model === 'Simulator' || Ti.Platform.model.indexOf('sdk') !== -1 ){\n alert('Accelerometer does not work on a virtual device');\n } else {\n // Add Accelerometer event listener\n }

", - "name": "Testing for a Virtual Device" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Model of the device.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of the platform. Returns android for the Android platform, iPhone OS for the iOS\nplatform (iPhone, iPad, or iPod Touch), TIZEN for Tizen platform and mobileweb for the Mobile Web platform.

" - }, - { - "name": "netmask", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

System's WIFI network mask. No other network types are supported.

" - }, - { - "name": "osname", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Short name of the system's Operating System. Returns android for the Android platfrom,\niphone for the iPhone or iPod Touch, ipad for the iPad, tizen for Tizen platform and mobileweb for the Mobile Web\nplatform.

" - }, - { - "name": "ostype", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Operating System architecture. On Android, this is 32bit.

" - }, - { - "name": "processorCount", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of processing cores.

" - }, - { - "name": "runtime", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Short name of the JavaScript runtime in use.

" - }, - { - "name": "username", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

System name, if set. On iOS, this can be found in Settings > General > About > Name.

" - }, - { - "name": "version", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

System's OS version.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "canOpenURL", - "isInternal": false, - "parameters": [ - { - "name": "url", - "usage": "required", - "type": "String", - "description": "

The url to check.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns whether the system is configured with a default application to handle the URL's protocol.

" - }, - { - "name": "createUUID", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Creates a globally-unique identifier.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAddress", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the address property.

" - }, - { - "name": "getArchitecture", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the architecture property.

" - }, - { - "name": "getAvailableMemory", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the availableMemory property.

" - }, - { - "name": "getBatteryLevel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the batteryLevel property.

" - }, - { - "name": "getBatteryMonitoring", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the batteryMonitoring property.

" - }, - { - "name": "getBatteryState", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the batteryState property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getDisplayCaps", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Platform.DisplayCaps", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the displayCaps property.

" - }, - { - "name": "getId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the id property.

" - }, - { - "name": "getLocale", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the locale property.

" - }, - { - "name": "getMacaddress", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the macaddress property.

" - }, - { - "name": "getManufacturer", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the manufacturer property.

" - }, - { - "name": "getModel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the model property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "getNetmask", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the netmask property.

" - }, - { - "name": "getOsname", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the osname property.

" - }, - { - "name": "getOstype", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "mobileweb" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ostype property.

" - }, - { - "name": "getProcessorCount", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the processorCount property.

" - }, - { - "name": "getRuntime", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the runtime property.

" - }, - { - "name": "getUsername", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the username property.

" - }, - { - "name": "getVersion", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the version property.

" - }, - { - "name": "is24HourTimeFormat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns whether the system settings are configured to show times in 24-hour format.

" - }, - { - "name": "openURL", - "isInternal": false, - "parameters": [ - { - "name": "url", - "usage": "required", - "type": "String", - "description": "

The url to open.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens this URL using the system's default application for its protocol.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBatteryMonitoring", - "isInternal": false, - "parameters": [ - { - "name": "batteryMonitoring", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the batteryMonitoring property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.1" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [ - { - "name": "battery", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "level", - "deprecated": false, - "type": "Number", - "description": "

Percentage battery power level.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "state", - "deprecated": false, - "type": "Number", - "description": "

The battery state. One of Titanium.Platform.BATTERY_STATE_CHARGING, \nTitanium.Platform.BATTERY_STATE_FULL, \nTitanium.Platform.BATTERY_STATE_UNKNOWN, \nor Titanium.Platform.BATTERY_STATE_UNPLUGGED.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the battery state changes. This is measured in 5% increments on iPhone/iPad.

" - } - ] - }, - { - "name": "Titanium.UI.iPhone.StatusBar", - "description": "

A set of constants for the status bar style.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "ANIMATION_STYLE_FADE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Fade animation style, when the status bar is hidden or shown.

" - }, - { - "name": "ANIMATION_STYLE_NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

No animation style, when the status bar is hidden or shown.

" - }, - { - "name": "ANIMATION_STYLE_SLIDE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Slide animation style, when the status bar is hidden or shown.

" - }, - { - "name": "DEFAULT", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Default status bar style.

" - }, - { - "name": "GRAY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Gray-colored status bar style.

" - }, - { - "name": "GREY", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Gray-colored status bar style.

" - }, - { - "name": "OPAQUE_BLACK", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Opaque black-colored status bar style.

" - }, - { - "name": "TRANSLUCENT_BLACK", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Translucent black-colored status bar style, which provides some degree of transparency to \nthe device background.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Android.MenuItem", - "description": "

The Titanium binding of an Android menu item.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [ - "

A menu item for an Android menu. Use Menu.add to create \na new menu item. See the Menu reference page for code\nexamples.

\n

Many properties and methods are only applicable when the menu item is used as an \naction item, with the action bar feature added in Android 3.0 (API level 11). See \nMenu for more information.

\n

See also:\nMenuItem in the\nAndroid Developer Reference.

" - ], - "properties": [ - { - "name": "actionView", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

Custom view that replaces the default menu item button.

" - }, - { - "name": "actionViewExpanded", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

True if this menu item's action view has been expanded.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "checkable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the item can be checked.

" - }, - { - "name": "checked", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the item is checked.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the item is enabled.

" - }, - { - "name": "groupId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Group ID for this item.

" - }, - { - "name": "icon", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Icon to display for the this menu item.

" - }, - { - "name": "itemId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Item ID for this item.

" - }, - { - "name": "order", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Integer used for controlling the category and sort order for menu items.

" - }, - { - "name": "showAsAction", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

A set of flags that controls how this item appears in the action bar.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of the item.

" - }, - { - "name": "titleCondensed", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Shortened version of the item's title.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the menu item is visible.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "collapseActionView", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Collapse the action view associated with this menu item.

" - }, - { - "name": "expandActionView", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Expand the action view associated with this menu item.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getActionView", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the actionView property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getGroupId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the groupId property.

" - }, - { - "name": "getItemId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the itemId property.

" - }, - { - "name": "getOrder", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the order property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getTitleCondensed", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleCondensed property.

" - }, - { - "name": "isActionViewExpanded", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the actionViewExpanded state of the menu item.

" - }, - { - "name": "isCheckable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the checkable state of the menu item.

" - }, - { - "name": "isChecked", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the checked state of the menu item.

" - }, - { - "name": "isEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the enabled state of the menu item.

" - }, - { - "name": "isVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the visible state of the menu item.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setActionView", - "isInternal": false, - "parameters": [ - { - "name": "actionView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the actionView property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCheckable", - "isInternal": false, - "parameters": [ - { - "name": "checkable", - "usage": "required", - "type": "Boolean", - "description": "

True enable checking and unchecking this item, false to disable it.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the checkable state of the menu item.

" - }, - { - "name": "setChecked", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

True to check the item, false to uncheck it.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the checked state of the menu item.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

True to enable item, false to disable it.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the enabled state of the menu item.

" - }, - { - "name": "setIcon", - "isInternal": false, - "parameters": [ - { - "name": "icon", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the icon property.

" - }, - { - "name": "setShowAsAction", - "isInternal": false, - "parameters": [ - { - "name": "showAsAction", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the showAsAction property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "setTitleCondensed", - "isInternal": false, - "parameters": [ - { - "name": "titleCondensed", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleCondensed property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

True to show the item, false to hide it.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the visible state of the menu item.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the user clicks the menu item.

" - }, - { - "name": "collapse", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the action view has been collapsed.

" - }, - { - "name": "expand", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the action view has been expanded.

" - } - ] - }, - { - "name": "ImageAsCroppedDict", - "description": "

Simple object used to specify options for imageAsCropped.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Height to crop this image to.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Width to crop this image to.

" - }, - { - "name": "x", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Left coordinate of the cropped rectangle within the source image.

" - }, - { - "name": "y", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Top coordinate of the cropped rectangle within the source image.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "daysOfTheWeekDictionary", - "description": "

Dictionary containing daysOfWeek and week.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "daysOfWeek", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The day of the week. Values are from 1 to 7, with Sunday being 1.

" - }, - { - "name": "week", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The week number of the day of the week.\nValues range from -53 to 53. A negative value indicates a value from the end of \nthe range. 0 indicates the week number is irrelevant.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.Window", - "description": "

The Window is an empty drawing surface or container.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a fullscreen window with a red background.

\n
var window = Titanium.UI.createWindow({\n   backgroundColor:'red'\n});\nwindow.open({fullscreen:true});\n
", - "name": "Full Screen Window example" - }, - { - "code": "

Previous example as an Alloy view.

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"red\" fullscreen=\"true\" />\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

A window is a top-level container which can contain other views. Windows can\nbe opened and closed. Opening a window causes the window and its child \nviews to be added to the application's render stack, on top of any previously opened \nwindows. Closing a window removes the window and its children from the render stack.

\n

Windows contain other views, but in general they are not contained inside\nother views. There are a few specialized top-level views that manage windows,\nincluding:

\n\n

By default, windows occupy the entire screen except for the navigation bar, \nstatus bar, and in the case of windows contained in tab groups, the tab bar.\nTo take up the entire screen, covering any other UI, specify fullscreen:true\nwhen creating the window.

\n

Use the Titanium.UI.createWindow method to create a window.

\n

Sub-contexts

\n

Windows can be loaded from another JavaScript file by specifying the property url,\nreferencing a file relative to your application Resources folder. It's important\nto note that Titanium will refuse to load JavaScript files from a remote URL. Loading\nremote JavaScript from a URL and providing it with the full capabilities of the Titanium\nAPI would be very dangerous.

\n

When your Window is loaded from a separate JavaScript file, the code will be executed in\na separate JavaScript context (called a \"sub-context\") than your app.js global context.\nIt will also execute in its own separate thread.

\n

The special property Titanium.UI.currentWindow is available inside a sub-context that\npoints to the JavaScript instance by reference in the global context.

\n

Passing Data Between Contexts

\n

By default, sub-context variables cannot access JavaScript references in the global context.\nThere are two ways to pass data between the global context and the sub-context:

\n\n

Note that in both cases, you cannot pass functions between contexts, only serializable data.\nSerializable data includes any JavaScript primitive or simple object composed\nof JavaScript primitives.

\n
Passing Data with Shared References
\n

You can allow a sub-context access to\nproperties in the global context by reference assignment. An example best illustrates\nhow to do this.

\n

In app.js, you could define a property:

\n
var message = \"Hi world!\";\n
\n

Now, you can create a new Window - let's call it foo.js - in your app.js.

\n
var w = Titanium.UI.createWindow({\n  url:'foo.js'\n});\n
\n

To give your new window access to message, you would need to assign it to a\nproperty on the new window reference, w.

\n
w.myAlertMessage = message;\n
\n

This creates a new myAlertMessage property on the new window that holds a reference to the\nmessage property in the global context. Now, let's look at the code for foo.js.

\n
alert(Titanium.UI.currentWindow.myAlertMessage);\n
\n

In the above code, the foo.js will show an alert containing the text from the message\nproperty in the global context.

\n

Note: You should use caution when adding a custom property to a Titanium object.\nYour property might overwrite an existing property or conflict with a future Titanium \nproperty. If you do this, try to choose a property name unlikely to be used by the Titanium SDK\nin the future.

\n
Passing Data with Events
\n

If you'd like to send events to a window from the global context and vice versa, you could\nuse the built-in event mechanism. For example, you could define a custom event called foo.\nThe window could listen for this event and then respond with some action. For example, in\nyour sub-context you might define:

\n
Titanium.UI.currentWindow.addEventListener('foo',function(e)\n{\n  Titanium.API.info(\"foo event received = \"+JSON.stringify(e));\n});\n
\n

You could now fire the event from app.js like this:

\n
var window = Titanium.UI.createWindow({\n  url:'bar.js'\n});\nwindow.open();\nwindow.fireEvent('foo',{a:'b'});\n
\n

It's worth noting two important limitations of the example above:

\n\n

Animations

\n

Windows can be animated like any normal View. To transition between\n2 windows, you can use the transition property on an animation (not supported on Android).\nFor example, to flip right-to-left between two windows, you could do the following:

\n
var window2 = Titanium.UI.createWindow({url:'foo.js'});\nvar t = Ti.UI.iPhone.AnimationStyle.FLIP_FROM_LEFT;\nwindow1.animate({view:window2,transition:t});\n
\n

In the above example, the window2 view will be animated from the right-to-left over window1.

\n

Windows can be opened or closed with animation. In the example below, we create a window\nthat will open from small to large with a bounce effect. This is done by applying a\ntransformation at initialization time that scales the original size of the window to 0.\nWhen the window is opened, a new 2D transformation is applied that will scale the window\nsize from 0 to 110% of it's original size and then, after 1/20th of a second, will scale it\nback to it's original size at 100%. This gives the bounce effect during animation.

\n
var t = Titanium.UI.create2DMatrix().scale(0);\n\n// create a window with the initial transform scaled to 0\nvar w = Titanium.UI.createWindow({\n  backgroundColor:'#336699',\n  borderWidth:8,\n  borderColor:'#999',\n  height:400,\n  width:300,\n  borderRadius:10,\n  opacity:0.92,\n  transform:t\n});\n\n// create first transform to go beyond normal size\nvar t1 = Titanium.UI.create2DMatrix().scale(1.1);\n\nvar a = Titanium.UI.createAnimation();\na.transform = t1;\na.duration = 200;\n\n// when this animation completes, scale to normal size\na.addEventListener('complete', function()\n{\n    // we can use the identity transform to take it back to it's real size\n  var t2 = Titanium.UI.create2DMatrix();\n  w.animate({transform:t2, duration:200});\n});\n
\n

Note that to animate an Android heavyweight window while you open it, you need\nto follow a specific procedure which is explained below in \"Heavyweight\nWindow Transitions in Android\".

\n

iPad Modal Windows

\n

For iPad, iPhone SDK 3.2 and Titanium 1.2 introduced several new ways of presenting\nmodal windows. In addition to full-screen modal windows, the iPad supports \"Page sheet\"\nand \"Form sheet\" style windows:

\n\n

The example below is a modal window using the Form sheet style:

\n

\"modal\"

\n

You can create this type of modal window on iPad with the following code snippet:

\n
var window = Titanium.UI.createWindow();\nwindow.open({\n  modal:true,\n  modalTransitionStyle: Ti.UI.iPhone.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL,\n  modalStyle: Ti.UI.iPhone.MODAL_PRESENTATION_FORMSHEET\n})\n
\n

Android Heavyweight and Lightweight Windows

\n

In Android, Titanium windows can be heavyweight or lightweight:

\n\n

The createWindow call creates a heavyweight window \nif any of the following properties are defined (set to either true or false)\non creation:

\n\n

A heavyweight window is always created when you open a new window from inside a \nTabGroup.

\n

Heavyweight Window Transitions in Android

\n

As explained above, heavyweight windows are their own Android Activity. The only way\nto animate the opening or closing of an Activity in Android is to apply an animation resource\nto it. Passing a Titanium.UI.Animation object as a parameter to Titanium.UI.Window.open\nor Titanium.UI.Window.close will have no effect if the window being opened/closed is heavyweight\nand thus opens/closes its own Activity.

\n

Instead, in the parameter dictionary you pass to Titanium.UI.Window.open or Titanium.UI.Window.close,\nyou should set the activityEnterAnimation and activityExitAnimation keys to\nanimation resources. activityEnterAnimation should be set to the animation you want to run\non the incoming activity, while activityExitAnimation should be set to the animation you\nwant to run on the outgoing activity that you are leaving.

\n

Animation resources are available through the R object. Use either Titanium.Android.R for\nbuilt-in resources or Titanium.App.Android.R for resources that you package in your application.

\n

As an example, you may wish for the window that you are opening to fade in while the window\nyou are leaving should fade out:

\n
var win2 = Ti.UI.createWindow({\n    fullscreen: false // Makes it heavyweight\n});\n\nwin2.open({\n    activityEnterAnimation: Ti.Android.R.anim.fade_in,\n    activityExitAnimation: Ti.Android.R.anim.fade_out\n});\n
\n

See the official Android R.anim documentation\nfor information about built-in animations.

\n

For information on creating your own animation resource XML files, see \"View Animation\"\nin Android's Resources documentation. After creating an animation resource file, you can place it under\nplatform/android/res/anim in your Titanium project folder and it will be packaged in your app's APK\nand then available via Titanium.App.Android.R.

\n

Android \"root\" Windows

\n

In Android, you may wish to specify that a window which you create (such as the first\nwindow) should be considered the root window and that the application should exit when\nthe back button is pressed from that window. This is particularly useful if your application\nis not using a Tab Group and therefore the splash screen window is appearing whenever you\npress the back button from your lowest window on the stack.

\n

To indicate that a particular window should cause an application to exit when the back\nbutton is pressed, pass exitOnClose: true as one of the creation arguments, as shown here:

\n
var win = Titanium.UI.createWindow({\n  title: 'My Root Window',\n  exitOnClose: true\n});\n
" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "activity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.Android.Activity", - "isClassProperty": false, - "description": "

For heavyweight windows, this property contains a reference to the\nAndroid Activity object associated with this window.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backButtonTitle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title for the back button. This is only valid when the window is a child of a tab.

" - }, - { - "name": "backButtonTitleImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The image to show as the back button. This is only valid when the window is a child of a tab.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "barColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color for the nav bar, as a color name or hex triplet.

" - }, - { - "name": "barImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the nav bar, specified as a URL to a local image.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "enabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the view is enabled or disabled.

" - }, - { - "name": "exitOnClose", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean value indicating if the application should exit when the Android\nBack button is pressed while the window is being shown.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "fullscreen", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean value indicating if the window is fullscreen.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's left position, in platform-specific units.

" - }, - { - "name": "leftNavButton", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to show in the left nav bar area.

" - }, - { - "name": "modal", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean to indicate if the window should be opened modal in front of other windows.

" - }, - { - "name": "navBarHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

For modal windows, hide the nav bar (true) or show the nav bar (false).

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The opacity from 0.0-1.0.

" - }, - { - "name": "orientation", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current orientation of the window.

" - }, - { - "name": "orientationModes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of supported orientation modes, specified using the orientation\nconstants defined in Titanium.UI.

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's right position, in platform-specific units.

" - }, - { - "name": "rightNavButton", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to show in the right nav bar area.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "tabBarHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean value indicating if the tab bar should be hidden.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of the window.

" - }, - { - "name": "titleControl", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.View", - "isClassProperty": false, - "description": "

View to show in the title area of the nav bar.

" - }, - { - "name": "titleImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Image to show in the title area of the nav bar, specified as a local file path or URL.

" - }, - { - "name": "titlePrompt", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title prompt for the window.

" - }, - { - "name": "titleid", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string from the locale file to use for the window title.

" - }, - { - "name": "titlepromptid", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Key identifying a string from the locale file to use for the window title prompt.

" - }, - { - "name": "toolbar", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of button objects to show in the window's toolbar. This is only valid when\nthe window is the child of a tab.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Window's top position, in platform-specific units.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "translucent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean value indicating if the nav bar is translucent.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local URL to a JavaScript file with the windows instructions.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "windowPixelFormat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Set the pixel format for the Activity's Window.

" - }, - { - "name": "windowSoftInputMode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

Create a white window and respond to a click of it to open a red window containing a \ntext area. Show the software keyboard automatically as the red window opens.

\n
var win1 = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  title: 'Click window to test'\n});\n\n// use bitwise OR to combine two settings for the windowSoftInputMode property\nvar softInput = Ti.UI.Android.SOFT_INPUT_STATE_ALWAYS_VISIBLE | Ti.UI.Android.SOFT_INPUT_ADJUST_PAN;\n\nwin1.addEventListener('click', function(){\nvar win2 = Ti.UI.createWindow({\n  backgroundColor: 'red',\n  fullscreen: false,\n  windowSoftInputMode: softInput\n});\n\nvar textArea = Ti.UI.createTextArea({\n  value : 'I am a textarea',\n  height : 200,\n  width : 300,\n  top : 200\n});\nwin2.add(textArea);\nwin2.open();\n});\n\nwin1.open();\n
", - "name": "Soft Input Visibility and Adjustment" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines whether a heavyweight window's soft input area (ie software keyboard) is visible \nas it receives focus and how the window behaves in order to accomodate it while keeping its \ncontents in view.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "optional", - "type": "Titanium.UI.Animation", - "description": "

Animation or display properties to use when closing the window.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes the window.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getActivity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Activity", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the activity property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackButtonTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backButtonTitle property.

" - }, - { - "name": "getBackButtonTitleImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backButtonTitleImage property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBarColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the barColor property.

" - }, - { - "name": "getBarImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the barImage property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the enabled property.

" - }, - { - "name": "getExitOnClose", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the exitOnClose property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getFullscreen", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the fullscreen property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getLeftNavButton", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the leftNavButton property.

" - }, - { - "name": "getModal", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the modal property.

" - }, - { - "name": "getNavBarHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the navBarHidden property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getOrientation", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the orientation property.

" - }, - { - "name": "getOrientationModes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the orientationModes property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getRightNavButton", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rightNavButton property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTabBarHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tabBarHidden property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getTitleControl", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.View", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleControl property.

" - }, - { - "name": "getTitleImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleImage property.

" - }, - { - "name": "getTitlePrompt", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titlePrompt property.

" - }, - { - "name": "getTitleid", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titleid property.

" - }, - { - "name": "getTitlepromptid", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the titlepromptid property.

" - }, - { - "name": "getToolbar", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the toolbar property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getTranslucent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the translucent property.

" - }, - { - "name": "getUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the url property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getWindowPixelFormat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the windowPixelFormat property.

" - }, - { - "name": "getWindowSoftInputMode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the windowSoftInputMode property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "hideTabBar", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides the tab bar. Must be called before opening the window.

" - }, - { - "name": "open", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "optional", - "type": "openWindowParams", - "description": "

Animation or display properties to use when opening the window.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Opens the window.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setActivity", - "isInternal": false, - "parameters": [ - { - "name": "activity", - "usage": "required", - "type": "Titanium.Android.Activity", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the activity property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackButtonTitle", - "isInternal": false, - "parameters": [ - { - "name": "backButtonTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backButtonTitle property.

" - }, - { - "name": "setBackButtonTitleImage", - "isInternal": false, - "parameters": [ - { - "name": "backButtonTitleImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backButtonTitleImage property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBarColor", - "isInternal": false, - "parameters": [ - { - "name": "barColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the barColor property.

" - }, - { - "name": "setBarImage", - "isInternal": false, - "parameters": [ - { - "name": "barImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the barImage property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setEnabled", - "isInternal": false, - "parameters": [ - { - "name": "enabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the enabled property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setFullscreen", - "isInternal": false, - "parameters": [ - { - "name": "fullscreen", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the fullscreen property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setLeftNavButton", - "isInternal": false, - "parameters": [ - { - "name": "leftNavButton", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the leftNavButton property.

" - }, - { - "name": "setModal", - "isInternal": false, - "parameters": [ - { - "name": "modal", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the modal property.

" - }, - { - "name": "setNavBarHidden", - "isInternal": false, - "parameters": [ - { - "name": "navBarHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the navBarHidden property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setOrientationModes", - "isInternal": false, - "parameters": [ - { - "name": "orientationModes", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the orientationModes property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setRightNavButton", - "isInternal": false, - "parameters": [ - { - "name": "rightNavButton", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rightNavButton property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTabBarHidden", - "isInternal": false, - "parameters": [ - { - "name": "tabBarHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the tabBarHidden property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "setTitleControl", - "isInternal": false, - "parameters": [ - { - "name": "titleControl", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleControl property.

" - }, - { - "name": "setTitleImage", - "isInternal": false, - "parameters": [ - { - "name": "titleImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleImage property.

" - }, - { - "name": "setTitlePrompt", - "isInternal": false, - "parameters": [ - { - "name": "titlePrompt", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titlePrompt property.

" - }, - { - "name": "setTitleid", - "isInternal": false, - "parameters": [ - { - "name": "titleid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titleid property.

" - }, - { - "name": "setTitlepromptid", - "isInternal": false, - "parameters": [ - { - "name": "titlepromptid", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the titlepromptid property.

" - }, - { - "name": "setToolbar", - "isInternal": false, - "parameters": [ - { - "name": "toolbar", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the toolbar property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setTranslucent", - "isInternal": false, - "parameters": [ - { - "name": "translucent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the translucent property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setWindowPixelFormat", - "isInternal": false, - "parameters": [ - { - "name": "windowPixelFormat", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the windowPixelFormat property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "android:back", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the Back button is released. Deprecated since 3.0.0. Renamed to androidback (without a colon).\n

" - }, - { - "name": "android:camera", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the Camera button is released. Deprecated since 3.0.0. Renamed to androidcamera (without a colon).\n

" - }, - { - "name": "android:focus", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the Camera button is half-pressed then released. Deprecated since 3.0.0. Renamed to androidfocus (without a colon).\n

" - }, - { - "name": "android:search", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the Search button is released. Deprecated since 3.0.0. Renamed to androidsearch (without a colon).\n

" - }, - { - "name": "android:voldown", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the volume down button is released. Deprecated since 3.0.0. Renamed to androidvoldown (without a colon).\n

" - }, - { - "name": "android:volup", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the volume up button is released. Deprecated since 3.0.0. Renamed to androidvolup (without a colon).\n

" - }, - { - "name": "androidback", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the back button is pressed by the user.

" - }, - { - "name": "androidcamera", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the Camera button is released.

" - }, - { - "name": "androidfocus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the Camera button is half-pressed then released.

" - }, - { - "name": "androidsearch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the Search button is released.

" - }, - { - "name": "androidvoldown", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the volume down button is released.

" - }, - { - "name": "androidvolup", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the volume up button is released.

" - }, - { - "name": "blur", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the window loses focus.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "close", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the window is closed.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the window gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "open", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the window is opened.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.XML.DocumentType", - "description": "

Each Titanium.XML.Document has a doctype attribute whose value is either 'null' or a Titanium.XML.DocumentType object.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

This provides an interface to the list of entities that are defined for the document. Implements the \nDOM Level 2 API on Android and iOS. Exposes the \nDOM Level 3 API implementation on Mobile Web.

\n

As of version 3.1, Android still does not truly support DTDs. A document with a DTD can be\nparsed, however it is not validated, none of its default attributes will automatically be put\ninto the tree, etc. Google is aware of the issue.

" - ], - "properties": [ - { - "name": "ATTRIBUTE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nAttr node.
\n

" - }, - { - "name": "CDATA_SECTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nCDATASection node.
\n

" - }, - { - "name": "COMMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nComment node.
\n

" - }, - { - "name": "DOCUMENT_FRAGMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentFragment node.
\n

" - }, - { - "name": "DOCUMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocument node.
\n

" - }, - { - "name": "DOCUMENT_TYPE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentType node.
\n

" - }, - { - "name": "ELEMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nElement node.
\n

" - }, - { - "name": "ENTITY_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntity node.
\n

" - }, - { - "name": "ENTITY_REFERENCE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntityReference node.
\n

" - }, - { - "name": "NOTATION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nNotation node.
\n

" - }, - { - "name": "PROCESSING_INSTRUCTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nProcessingInstruction node.
\n

" - }, - { - "name": "TEXT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nText node.
\n

" - }, - { - "name": "attributes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A map of this node's attributes.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "childNodes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NodeList", - "isClassProperty": false, - "description": "

A Titanium.XML.NodeList of this node's children.

" - }, - { - "name": "entities", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A Titanium.XML.NamedNodeMap containing the general entities, both external and internal, declared in the DTD. Parameter entities are not contained. Duplicates are discarded.

" - }, - { - "name": "firstChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's first child.

" - }, - { - "name": "internalSubset", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The internal subset as a string.

" - }, - { - "name": "lastChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's last child.

" - }, - { - "name": "localName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local part of the qualified name of this node.

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The name of DTD; i.e., the name immediately following the DOCTYPE keyword.

" - }, - { - "name": "namespaceURI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace URI of this node.

" - }, - { - "name": "nextSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's next sibling.

" - }, - { - "name": "nodeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this node.

" - }, - { - "name": "nodeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

This node's type. One of ELEMENT_NODE, ATTRIBUTE_NODE, TEXT_NODE, CDATA_SECTION_NODE,\nENTITY_REFERENCE_NODE, ENTITY_NODE, PROCESSING_INSTRUCTION_NODE, COMMENT_NODE,\nDOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE, NOTATION_NODE.

" - }, - { - "name": "nodeValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of this node.

" - }, - { - "name": "notations", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A Titanium.XML.NamedNodeMap containing the notations declared in the DTD. Duplicates are discarded. Every node in this map also implements the Titanium.XML.Notation interface.

" - }, - { - "name": "ownerDocument", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

This node's owning document.

" - }, - { - "name": "parentNode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's parent node.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace prefix of this node.

" - }, - { - "name": "previousSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's previous sibling.

" - }, - { - "name": "publicId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The public identifier of the external subset.

" - }, - { - "name": "systemId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The system identifier of the external subset.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.\n Deprecated since 2.0.0. Use textContent instead.

" - }, - { - "name": "textContent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "appendChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Newly-appended node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the node newChild as a child of this node.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cloneNode", - "isInternal": false, - "parameters": [ - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

Whether or not to perform a deep copy of this node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Cloned node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a duplicate of this node.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the attributes property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the childNodes property.

" - }, - { - "name": "getEntities", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the entities property.

" - }, - { - "name": "getFirstChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstChild property.

" - }, - { - "name": "getInternalSubset", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the internalSubset property.

" - }, - { - "name": "getLastChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastChild property.

" - }, - { - "name": "getLocalName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the localName property.

" - }, - { - "name": "getName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the name property.

" - }, - { - "name": "getNamespaceURI", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the namespaceURI property.

" - }, - { - "name": "getNextSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nextSibling property.

" - }, - { - "name": "getNodeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeName property.

" - }, - { - "name": "getNodeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeType property.

" - }, - { - "name": "getNodeValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeValue property.

" - }, - { - "name": "getNotations", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the notations property.

" - }, - { - "name": "getOwnerDocument", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerDocument property.

" - }, - { - "name": "getParentNode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the parentNode property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getPreviousSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the previousSibling property.

" - }, - { - "name": "getPublicId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the publicId property.

" - }, - { - "name": "getSystemId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the systemId property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property. Deprecated since 2.0.0.

" - }, - { - "name": "getTextContent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textContent property.

" - }, - { - "name": "hasAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has attributes, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has attributes.

" - }, - { - "name": "hasChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has children, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has child nodes.

" - }, - { - "name": "insertBefore", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert.

" - }, - { - "name": "refChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert newChild before.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The inserted node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts the node newChild before the node refChild.

" - }, - { - "name": "isSupported", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

Name of the feature.

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

Version number of the feature.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if the feature is supported, false if it is not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tests whether the DOM implementation supports a specific feature.

" - }, - { - "name": "normalize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Normalizes text and attribute nodes in this node's child hierarchy.

" - }, - { - "name": "removeChild", - "isInternal": false, - "parameters": [ - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child node from this node.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node.

" - }, - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node being replaced.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces the node oldChild with the node newChild.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setLocalName", - "isInternal": false, - "parameters": [ - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the localName property.

" - }, - { - "name": "setNodeValue", - "isInternal": false, - "parameters": [ - { - "name": "nodeValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nodeValue property.

" - }, - { - "name": "setPrefix", - "isInternal": false, - "parameters": [ - { - "name": "prefix", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prefix property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Modules", - "description": "

Optional Titanium modules.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Modules in this section are optional modules that may be packaged with the Titanium SDK.\nThese modules are not part of the Titanium namespace, and must be added to the tiapp.xml\nfile and imported using require.

\n

Each of the modules in this section is either packaged with the Titanium SDK or\navailable for free through the Appcelerator Marketplace.

" - ], - "properties": [], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Android.Calendar.Alert", - "description": "

An object that represents a single alert for an event in an Android calendar. Deprecated since 3.1.1.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "alarmTime", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

Date/time at which this alert alarm is set to trigger.

" - }, - { - "name": "begin", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

Start date/time for the corresponding event.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "end", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

End date/time for the corresponding event.

" - }, - { - "name": "eventId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Identifier of the event for which this alert is set.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Identifier of this alert.

" - }, - { - "name": "minutes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Reminder notice period in minutes, that determines how long prior to the event this alert \nshould trigger.

" - }, - { - "name": "state", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The current state of the alert.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAlarmTime", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the alarmTime property.

" - }, - { - "name": "getBegin", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the begin property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getEnd", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the end property.

" - }, - { - "name": "getEventId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the eventId property.

" - }, - { - "name": "getId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the id property.

" - }, - { - "name": "getMinutes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minutes property.

" - }, - { - "name": "getState", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the state property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "PreviewImageOptions", - "description": "

Options passed to Titanium.Media.previewImage.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function called back if the preview fails. Check the message property of passed back parameter.

" - }, - { - "name": "image", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.Blob", - "isClassProperty": false, - "description": "

The image to preview. Must be a blob based on a file, such as from Titanium.Filesystem.File.read.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to be called back if the preview succeeds. No info is passed.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "PushNotificationSuccessArg", - "description": "

A simple object passed to the \nregisterForPushNotifications success callback.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns 0.

" - }, - { - "name": "deviceToken", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The device token which this device was registered for.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded. Returns true.

" - }, - { - "name": "type", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The value of this string is always \"remote\".

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.ListSection", - "description": "

A list section is a container within a list view used to organize list items.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "examples": [], - "remarks": [ - "

Use the Titanium.UI.createListSection method to create a ListSection.

\n

List sections are used to manipulate and organize list items contained within it.

\n

For examples of using list sections, see the examples in Titanium.UI.ListView and\nTitanium.UI.ListItem.

" - ], - "properties": [ - { - "name": "footerTitle", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of this section footer.

" - }, - { - "name": "headerTitle", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of this section header.

" - }, - { - "name": "items", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Items of this list section.

" - } - ], - "functions": [ - { - "name": "appendItems", - "isInternal": false, - "parameters": [ - { - "name": "dataItems", - "usage": "required", - "type": "Array", - "description": "

List items to add.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "ListViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the data entries to the end of the list section.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "deleteItemsAt", - "isInternal": false, - "parameters": [ - { - "name": "itemIndex", - "usage": "required", - "type": "Number", - "description": "

Index of where to remove items.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

Number of items to remove.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "ListViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes count entries from the list section at the specified index.

" - }, - { - "name": "getFooterTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the footerTitle property.

" - }, - { - "name": "getHeaderTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the headerTitle property.

" - }, - { - "name": "getItemAt", - "isInternal": false, - "parameters": [ - { - "name": "itemIndex", - "usage": "required", - "type": "Number", - "description": "

Index of where to retrieve an item.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "ListDataItem", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the item entry from the list view at the specified index.

" - }, - { - "name": "getItems", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the items property.

" - }, - { - "name": "insertItemsAt", - "isInternal": false, - "parameters": [ - { - "name": "itemIndex", - "usage": "required", - "type": "Number", - "description": "

Index of where to insert the items.

" - }, - { - "name": "dataItems", - "usage": "required", - "type": "Array", - "description": "

List items to insert.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "ListViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts data entries to the list section at the specified index.

" - }, - { - "name": "replaceItemsAt", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Index of where to remove then insert items.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

Number of list items to remove.

" - }, - { - "name": "dataItems", - "usage": "required", - "type": "Array", - "description": "

List items to insert.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "ListViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes count entries from the list section at the specified index,\nthen inserts data entries to the list section at the same index.

" - }, - { - "name": "setFooterTitle", - "isInternal": false, - "parameters": [ - { - "name": "footerTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the footerTitle property.

" - }, - { - "name": "setHeaderTitle", - "isInternal": false, - "parameters": [ - { - "name": "headerTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the headerTitle property.

" - }, - { - "name": "setItems", - "isInternal": false, - "parameters": [ - { - "name": "dataItems", - "usage": "required", - "type": "Array", - "description": "

List items to set.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "ListViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the data entries in the list section.

" - }, - { - "name": "updateItemAt", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

Index of where to update the item.

" - }, - { - "name": "dataItem", - "usage": "required", - "type": "ListDataItem", - "description": "

List item to update.

" - }, - { - "name": "animation", - "usage": "optional", - "type": "ListViewAnimationProperties", - "description": "

Animation properties. (iOS only.)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "ipad" - }, - { - "platform": "iphone" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Updates an item at the specified index.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "ScreenshotResult", - "description": "

The parameter passed to the Titanium.Media.takeScreenshot callback.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "media", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Blob", - "isClassProperty": false, - "description": "

The screenshot image.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Global.console", - "description": "

Console logging facilities.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The toplevel console support is intended to supplement Titanium.API\nand make it easier for developers to port existing javascript code\n(especially CommonJS modules) to Titanium.

\n

Note that console does not currently implement the complete\nfirebug specification.\nOur support is roughly equivalent to that offered by\nnode.js's console.

" - ], - "properties": [], - "functions": [ - { - "name": "debug", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "Object", - "description": "

The message(s) to log.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Log a message at the debug level.

" - }, - { - "name": "error", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "Object", - "description": "

The message(s) to log.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Log a message at the error level.

" - }, - { - "name": "info", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "Object", - "description": "

The message(s) to log.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Log a message at the info level.

" - }, - { - "name": "log", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "Object", - "description": "

The message(s) to log.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Log a message at the info level.

" - }, - { - "name": "warn", - "isInternal": false, - "parameters": [ - { - "name": "message", - "usage": "required", - "type": "Object", - "description": "

The message(s) to log.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Log a message at the warn level.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Platform.DisplayCaps", - "description": "

The Display Caps object returned by the Titanium.Platform.displayCaps property.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Output the display properties to the system log.

\n
Ti.API.info('Ti.Platform.displayCaps.density: ' + Ti.Platform.displayCaps.density);\nTi.API.info('Ti.Platform.displayCaps.dpi: ' + Ti.Platform.displayCaps.dpi);\nTi.API.info('Ti.Platform.displayCaps.platformHeight: ' + Ti.Platform.displayCaps.platformHeight);\nTi.API.info('Ti.Platform.displayCaps.platformWidth: ' + Ti.Platform.displayCaps.platformWidth);\nif(Ti.Platform.osname === 'android'){\n  Ti.API.info('Ti.Platform.displayCaps.xdpi: ' + Ti.Platform.displayCaps.xdpi);\n  Ti.API.info('Ti.Platform.displayCaps.ydpi: ' + Ti.Platform.displayCaps.ydpi);\n  Ti.API.info('Ti.Platform.displayCaps.logicalDensityFactor: ' + Ti.Platform.displayCaps.logicalDensityFactor);\n}\n
", - "name": "System Display Information" - } - ], - "remarks": [ - "

On iPhone and iPod devices with retina display, the density property is high and the dpi \nproperty is 320. For other iPhone and iPod devices, density is medium and dpi is 160.

\n

On iPad devices with retina display, the density property is high and the dpi \nproperty is 260. For other iPad devices, density is medium and dpi is 130.

\n

Note that Xcode versions prior to 4.3.1 do not have the correct tools to detect the iPad 3 \nretina display. Apps must be built with Xcode 4.3.1 or later to detect iPad 3 retina display.

\n

Note that the displayCaps property begins with a lowercase letter, which differentiates it \nfrom the DisplayCaps object that it returns. Refer to the example to understand how it should \nbe called.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "density", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Logical density of the display.

" - }, - { - "name": "dpi", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Display density expressed as dots-per-inch.

" - }, - { - "name": "logicalDensityFactor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Logical density of the display, as a scaling factor for the Density Independent Pixel (dip) \nunit.

" - }, - { - "name": "platformHeight", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

Create a window and limit it to portrait mode. Start the app and observe that the platform \nwidth and height is output to the log. Change the physical orientation of the device and \nclick the window to test again. Note that the logged information relates to the UI rather \nthan the physical orientation of the device.

\n
var win = Ti.UI.createWindow({\n  title: 'Click window to output UI dimensions',\n  backgroundColor: 'white',\n  orientationModes: [ Titanium.UI.PORTRAIT ], // UI restricted to portrait mode\n  fullscreen: false,\n  exitOnClose: true\n});\n\nvar label = Ti.UI.createLabel({\n  text:'Hello world'\n});\nwin.add(label);\n\nfunction logDisplayCaps(){\n  Ti.API.info('Width x Height: ' + Ti.Platform.displayCaps.platformWidth + ' x ' + Ti.Platform.displayCaps.platformHeight);\n}\n\nwin.addEventListener('click',function(e){\n  // as the UI orientation is restricted by orientationModes, this will only ever \n  // output the dimensions of the UI in portrait mode. For example, 480 x 800 for the \n  // Android device tested\n  logDisplayCaps();\n});\n\nwin.open();\n\nlogDisplayCaps();\n
", - "name": "Platform Width and Height" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Absolute height of the display in relation to UI orientation. Measured in platform-specific \nunits; pixels on Android and density-independent pixels (dip) on iOS.

" - }, - { - "name": "platformWidth", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

Create a window and limit it to portrait mode. Start the app and observe that the platform \nwidth and height is output to the log. Change the physical orientation of the device and \nclick the window to test again. Note that the logged information relates to the UI rather \nthan the physical orientation of the device.

\n
var win = Ti.UI.createWindow({\n  title: 'Click window to output UI dimensions',\n  backgroundColor: 'white',\n  orientationModes: [ Titanium.UI.PORTRAIT ], // UI restricted to portrait mode\n  fullscreen: false,\n  exitOnClose: true\n});\n\nvar label = Ti.UI.createLabel({\n  text:'Hello world'\n});\nwin.add(label);\n\nfunction logDisplayCaps(){\n  Ti.API.info('Width x Height: ' + Ti.Platform.displayCaps.platformWidth + ' x ' + Ti.Platform.displayCaps.platformHeight);\n}\n\nwin.addEventListener('click',function(e){\n  // as the UI orientation is restricted by orientationModes, this will only ever \n  // output the dimensions of the UI in portrait mode. For example, 480 x 800 for the \n  // Android device tested\n  logDisplayCaps();\n});\n\nwin.open();\n\nlogDisplayCaps();\n
", - "name": "Platform Width and Height" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Absolute width of the display in relation to UI orientation. Measured in platform-specific \nunits; pixels on Android and density-independent pixels (dip) on iOS.

" - }, - { - "name": "xdpi", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Physical pixels per inch of the display in the X dimension.

" - }, - { - "name": "ydpi", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Physical pixels per inch of the display in the Y dimension.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getDensity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the density property.

" - }, - { - "name": "getDpi", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the dpi property.

" - }, - { - "name": "getLogicalDensityFactor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the logicalDensityFactor property.

" - }, - { - "name": "getPlatformHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the platformHeight property.

" - }, - { - "name": "getPlatformWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the platformWidth property.

" - }, - { - "name": "getXdpi", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the xdpi property.

" - }, - { - "name": "getYdpi", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ydpi property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setDensity", - "isInternal": false, - "parameters": [ - { - "name": "density", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the density property.

" - }, - { - "name": "setDpi", - "isInternal": false, - "parameters": [ - { - "name": "dpi", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the dpi property.

" - }, - { - "name": "setLogicalDensityFactor", - "isInternal": false, - "parameters": [ - { - "name": "logicalDensityFactor", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the logicalDensityFactor property.

" - }, - { - "name": "setPlatformHeight", - "isInternal": false, - "parameters": [ - { - "name": "platformHeight", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the platformHeight property.

" - }, - { - "name": "setPlatformWidth", - "isInternal": false, - "parameters": [ - { - "name": "platformWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the platformWidth property.

" - }, - { - "name": "setXdpi", - "isInternal": false, - "parameters": [ - { - "name": "xdpi", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the xdpi property.

" - }, - { - "name": "setYdpi", - "isInternal": false, - "parameters": [ - { - "name": "ydpi", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ydpi property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "ErrorCallbackArgs", - "description": "

Object passed to the error callback when the socket enters the ERROR state.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code. Returns a non-zero value.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "errorCode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The error code of the error (potentially system-dependent). Deprecated since 3.1.0.

" - }, - { - "name": "socket", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Network.Socket.TCP", - "isClassProperty": false, - "description": "

Socket that experienced the error.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the operation succeeded. Returns false.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud", - "description": "

The top level Cloud module.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [], - "remarks": [ - "

Appcelerator Cloud Services (ACS) provides a wide array of automatically-scaled data storage \nand web services, such as user logins, photo uploads, checkins, status updates, and push \nnotifications, without the need to learn multiple third-party SDKs or do any \nserver-side programming. Remote calls to ACS are done via a single \nREST API, which may be used with almost any \nweb technology that has access to an HTTP client.

\n

The Titanium.Cloud module makes accessing ACS as simple as using any of Titanium's other APIs, \ndue to its familiar and intuitive API schema.

\n

For a more detailed overview of ACS and how to configure an application to use it, refer to the \nIntegrating with Appcelerator Cloud\nServices \nand ACS Quickstart guides.

\n

Beta ACS APIs

\n

Be aware that ACS APIs that are in pre-release form (marked \"Beta\" in the \nACS documentation) may be subject to change. \nDuring this period, while they are not supported directly by the Titanium.Cloud module, \nthey may be accessed using the REST API.

\n

Using the Titanium.Cloud Module

\n

This module is not included in the Titanium namespace, but it is bundled with the\nTitanium SDK as an optional CommonJS module. To use it, import the module using\nrequire:

\n
var Cloud = require('ti.cloud');\n
\n

Authentication

\n

Your app must prove that it is allowed to talk to ACS. This keeps your data secure by \npreventing anyone from making requests to ACS that impersonate your app. ACS provides \nseveral means of authentication:

\n\n

When using 2-Legged OAuth or API key authentication, the application presents its \nown UI to prompt the user for username and password. Then the application calls \nlogin or create method\nto authenticate the user, passing in the username and password. \nOnce logged in, the application can store the sessionId returned \nby ACS in secure storage in order to persist the session when the application restarts.

\n

When using 3-Legged OAuth, the module presents an authentication dialog to the\nuser when secureLogin or\nsecureCreate method is called. The user's\nlogin and password are not available to the application. The application can store the\naccessToken returned by the authentication server in\nsecure storage so that it does not need to present the login dialog each time the application\nrestarts. Unlike session IDs, however, access tokens expire after a period of time.\nThe application owner can configure the expiration time through the ACS website.

\n

The Ti.Cloud module does not provide a mechanism for securely storing a sessionId or\naccessToken; the application must provide storage that matches its security\nrequirements.

\n

3-Legged OAuth, using secureLogin and\nsecureCreate is the preferred authentication\nmethod in most cases. However, if your application is using 3-Legged OAuth, all of its\nclients must use 3-Legged OAuth, so there may be cases where another authentication\nstrategy is required.

\n

tiapp.xml Properties

\n

Titanium Studio will create a pair of keys (Development and Production) for each Titanium \napplication depending on the user preference specified during new project creation. This pair \nof keys will be stored in tiapp.xml and one of the keys will be used during application build \ndepending on the build type (development or production).

\n

The supported properties in tiapp.xml are:

\n
<property name=\"acs-api-key-development\" type=\"string\">YOUR DEVELOPMENT API KEY HERE</property>\n<property name=\"acs-oauth-key-development\" type=\"string\">YOUR DEVELOPMENT OAUTH KEY HERE</property>\n<property name=\"acs-oauth-secret-development\" type=\"string\">YOUR DEVELOPMENT OAUTH SECRET HERE</property>\n\n<property name=\"acs-api-key-production\" type=\"string\">YOUR PRODUCTION API KEY HERE</property>\n<property name=\"acs-oauth-key-production\" type=\"string\">YOUR PRODUCTION OAUTH KEY HERE</property>\n<property name=\"acs-oauth-secret-production\" type=\"string\">YOUR PRODUCTION OAUTH SECRET HERE</property>\n\n<property name=\"acs-api-key\" type=\"string\">YOUR API KEY HERE</property>\n<property name=\"acs-oauth-key\" type=\"string\">YOUR OAUTH KEY HERE</property>\n<property name=\"acs-oauth-secret\" type=\"string\">YOUR OAUTH SECRET HERE</property>\n
\n

The value for each setting that will be used is based on the following rules:

\n\n

There is also an optional setting to allow you to change the base URL for ACS requests. You \nwill most likely never need to specify this. It can be specified deployment-specific, or \ngeneric:

\n
<property name=\"acs-base-url-development\" type=\"string\">DEVELOPMENT API URL HERE</property>\n<property name=\"acs-base-url-production\" type=\"string\">PRODUCTION API URL HERE</property>\n<property name=\"acs-base-url\" type=\"string\">API URL HERE</property>\n\n<property name=\"acs-authbase-url-development\" type=\"string\">AUTHENTICATION URL HERE</property>\n<property name=\"acs-authbase-url-production\" type=\"string\">AUTHENTICATION URL HERE</property>\n<property name=\"acs-authbase-url\" type=\"string\">AUTHENTICATION URL HERE</property>\n
\n

By default, Ti.Cloud always uses SSL for communicating with the ACS servers. This behavior can be overridden \nby setting the URLs with their non-SSL counterpart.

\n
<property name=\"acs-base-url\" type=\"string\">http://api.cloud.appcelerator.com</property>\n<property name=\"acs-authbase-url\" type=\"string\">http://secure-identity.cloud.appcelerator.com</property>\n
\n

Pre 3.1.1 Release behavior

\n

Before Release 3.1.1 specify URLs without the protocol:

\n
<property name=\"acs-base-url\" type=\"string\">api.cloud.appcelerator.com</property>\n<property name=\"acs-authbase-url\" type=\"string\">secure-identity.cloud.appcelerator.com</property>\n
\n

To disable SSL, add this line to the application code:

\n
Cloud.useSecure = false;\n
" - ], - "properties": [ - { - "name": "accessToken", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Identifies the current access token when using 3-Legged OAuth

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "debug", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether internal debug logging should be output to the console.

" - }, - { - "name": "expiresIn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Indicates the number of seconds before the access token expires

" - }, - { - "name": "ondatastream", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to be called at regular intervals as the request data is being received.

" - }, - { - "name": "onsendstream", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Function", - "isClassProperty": false, - "description": "

Function to be called at regular intervals as the request data is being transmitted.

" - }, - { - "name": "sessionId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Identifies the current session

" - }, - { - "name": "useSecure", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether to use SSL when sending requests to ACS. **Deprecated since 2.0. Removed in 3.1.1. To disable SSL, set the acs-base-url and acs-authbase-url properties in the tiapp.xml using the HTTP URL.\nTo enable SSL, use the HTTPS URL.

\n
<property name=\"acs-base-url\" type=\"string\">http://api.cloud.appcelerator.com</property>\n
\n

**

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "getAccessToken", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessToken property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getDebug", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the debug property.

" - }, - { - "name": "getExpiresIn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the expiresIn property.

" - }, - { - "name": "getOndatastream", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ondatastream property.

" - }, - { - "name": "getOnsendstream", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Function", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the onsendstream property.

" - }, - { - "name": "getSessionId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the sessionId property.

" - }, - { - "name": "getUseSecure", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the useSecure property. Deprecated since 2.0. Removed in 3.1.1.

" - }, - { - "name": "hasStoredSession", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Checks if there is a stored user session. Deprecated since 2.1.2. See accessToken and sessionId for details on persisting session data.

" - }, - { - "name": "retrieveStoredSession", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the stored user session identifier. Deprecated since 2.1.2. See accessToken and sessionId for details on persisting session data.

" - }, - { - "name": "setAccessToken", - "isInternal": false, - "parameters": [ - { - "name": "accessToken", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessToken property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setDebug", - "isInternal": false, - "parameters": [ - { - "name": "debug", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the debug property.

" - }, - { - "name": "setOndatastream", - "isInternal": false, - "parameters": [ - { - "name": "ondatastream", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the ondatastream property.

" - }, - { - "name": "setOnsendstream", - "isInternal": false, - "parameters": [ - { - "name": "onsendstream", - "usage": "required", - "type": "Function", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the onsendstream property.

" - }, - { - "name": "setSessionId", - "isInternal": false, - "parameters": [ - { - "name": "sessionId", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the sessionId property.

" - }, - { - "name": "setUseSecure", - "isInternal": false, - "parameters": [ - { - "name": "useSecure", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the useSecure property. Deprecated since 2.0. Removed in 3.1.1.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.PickerColumn", - "description": "

A picker column, representing a selectable group of items in a Titanium.UI.Picker.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a two-column, platform-specific style, picker and automatically select a row in \neach column.

\n
var win = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  title: 'Use picker to make selection'\n});\n\nvar fruit = [ 'Bananas', 'Grapes', 'Blueberries', 'Strawberries' ];\nvar color = [ 'blue', 'red', 'yellow', 'white' ];\n\nvar column1 = Ti.UI.createPickerColumn();\n\nfor(var i=0, ilen=fruit.length; i<ilen; i++){\n  var row = Ti.UI.createPickerRow({\n    title: fruit[i]\n  });\n  column1.addRow(row);\n}\n\nvar column2 = Ti.UI.createPickerColumn();\n\nfor(var i=0, ilen=color.length; i<ilen; i++){\n  var row = Ti.UI.createPickerRow({\n    title: color[i]\n  });\n  column2.addRow(row);\n}\n\nvar picker = Ti.UI.createPicker({\n  columns: [column1, column2],\n  selectionIndicator: true,\n  useSpinner: true, // required in order to use multi-column pickers with Android\n  top:50\n});\n\nfunction pickerDefaults(obj){\n  // on iOS, must be after picker has been rendered\n  picker.setSelectedRow(0, 2, false);\n  picker.setSelectedRow(1, 3, false);\n}\n\nwin.add(picker);\n\nvar isAndroid = Ti.Platform.osname === 'android';\n\nif(isAndroid){\n  pickerDefaults(picker);\n}\n\nwin.open();\n\nif(!isAndroid){\n  setTimeout(function(){\n    pickerDefaults(picker);\n  }, 1500);\n}\n
", - "name": "Multi-Column Picker" - }, - { - "code": "

Previous example as an Alloy view.

\n

multicolumnpicker.xml

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\" exitOnClose=\"true\" fullscreen=\"false\"\n        title=\"Use picker to make selection\">\n\n        <Picker id=\"picker\" top=\"50\" selectionIndicator=\"true\" useSpinner=\"true\">\n            <PickerColumn id=\"column1\">\n                <PickerRow title=\"Bananas\"/>\n                <PickerRow title=\"Grapes\"/>\n                <PickerRow title=\"Blueberries\"/>\n                <PickerRow title=\"Strawberries\"/>\n            </PickerColumn>\n            <!-- Picker shorthand notation -->\n            <Column id=\"column2\">\n                <Row title=\"blue\"/>\n                <Row title=\"red\"/>\n                <Row title=\"yellow\"/>\n                <Row title=\"white\"/>\n            </Column>\n        </Picker>\n    </Window>\n</Alloy>\n
\n

multicolumnpicker.js:

\n
$.picker.setSelectedRow(0, 2, false);\n$.picker.setSelectedRow(1, 3, false);\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createPickerColumn method to create a picker column control.

\n

On Android, the useSpinner property must be enabled to support multiple columns.

\n

See Titanium.UI.Picker for further examples of usage.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "rowCount", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of rows in this column.

" - }, - { - "name": "rows", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Rows of this column.

" - }, - { - "name": "selectedRow", - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.UI.PickerRow", - "isClassProperty": false, - "description": "

The selected row in this column.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "addRow", - "isInternal": false, - "parameters": [ - { - "name": "row", - "usage": "required", - "type": "Titanium.UI.PickerRow", - "description": "

A row to add.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a row to this column.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getRowCount", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rowCount property.

" - }, - { - "name": "getRows", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rows property.

" - }, - { - "name": "getSelectedRow", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.PickerRow", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectedRow property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "removeRow", - "isInternal": false, - "parameters": [ - { - "name": "row", - "usage": "required", - "type": "Titanium.UI.PickerRow", - "description": "

A row to remove.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a row from this column.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setSelectedRow", - "isInternal": false, - "parameters": [ - { - "name": "selectedRow", - "usage": "required", - "type": "Titanium.UI.PickerRow", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selectedRow property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "focus", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the view element gains focus.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "longclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device detects a long click.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "Titanium.App.Properties", - "description": "

The App Properties module is used for storing application-related data in property/value pairs \nthat persist beyond application sessions and device power cycles.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Store a string property.

\n
Ti.App.Properties.setString('givenName', 'Paul');\nTi.API.info('The value of the givenName property is: ' + Ti.App.Properties.getString('givenName'));\n
", - "name": "Store a property" - }, - { - "code": "

Output all saved properties to the console.

\n
var props = Ti.App.Properties.listProperties();\n\nfor (var i=0, ilen=props.length; i<ilen; i++){\n    var value = Ti.App.Properties.getString(props[i]);\n    Ti.API.info(props[i] + ' = ' + value);\n}\n
", - "name": "Enumerate over saved properties" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBool", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - }, - { - "name": "default", - "usage": "optional", - "type": "Boolean", - "description": "

Default value to return if property does not exist.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of a property as a boolean data type.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getDouble", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - }, - { - "name": "default", - "usage": "optional", - "type": "Number", - "description": "

Default value to return if property does not exist.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of a property as a double (double-precision, floating point) data type.

" - }, - { - "name": "getInt", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - }, - { - "name": "default", - "usage": "optional", - "type": "Number", - "description": "

Default value to return if property does not exist.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of a property as an integer data type.

" - }, - { - "name": "getList", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - }, - { - "name": "default", - "usage": "optional", - "type": "Array", - "description": "

Default value to return if property does not exist.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of a property as an array data type.

" - }, - { - "name": "getObject", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - }, - { - "name": "default", - "usage": "optional", - "type": "Object", - "description": "

Default value to return if property does not exist.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of a property as an object.

" - }, - { - "name": "getString", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - }, - { - "name": "default", - "usage": "optional", - "type": "String", - "description": "

Default value to return if property does not exist.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns the value of a property as a string data type.

" - }, - { - "name": "hasProperty", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether a property exists.

" - }, - { - "name": "listProperties", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an array of property names.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "removeProperty", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a property if it exists, or does nothing otherwise.

" - }, - { - "name": "setBool", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - }, - { - "name": "value", - "usage": "required", - "type": "Boolean", - "description": "

Property value.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of a property as a boolean data type. The property will be created if it \ndoes not exist.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setDouble", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - }, - { - "name": "value", - "usage": "required", - "type": "Number", - "description": "

Property value.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of a property as a double (double-precision, floating point) data type. The \nproperty will be created if it does not exist.

" - }, - { - "name": "setInt", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - }, - { - "name": "value", - "usage": "required", - "type": "Number", - "description": "

Property value, within the range -2,147,483,648 to 2,147,483,647.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of a property as an integer data type. The property will be created if it \ndoes not exist.

" - }, - { - "name": "setList", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - }, - { - "name": "value", - "usage": "required", - "type": "Array", - "description": "

Property value.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of a property as an array data type. The property will be created if it \ndoes not exist.

" - }, - { - "name": "setObject", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - }, - { - "name": "value", - "usage": "required", - "type": "Object", - "description": "

Property value.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of a property as an object data type. The property will be created if it \ndoes not exist.

" - }, - { - "name": "setString", - "isInternal": false, - "parameters": [ - { - "name": "property", - "usage": "required", - "type": "String", - "description": "

Name of property.

" - }, - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

Property value.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of a property as a string data type. The property will be created if it \ndoes not exist.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.5" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [ - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a property is changed.

" - } - ] - }, - { - "name": "Titanium.Media.VideoPlayer", - "description": "

A native control for playing videos.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

The following code creates a simple video player to play a local video file.

\n
var vidWin = Titanium.UI.createWindow({\n    title : 'Video View Demo',\n    backgroundColor : '#fff'\n});\n\nvar videoPlayer = Titanium.Media.createVideoPlayer({\n    top : 2,\n    autoplay : true,\n    backgroundColor : 'blue',\n    height : 300,\n    width : 300,\n    mediaControlStyle : Titanium.Media.VIDEO_CONTROL_DEFAULT,\n    scalingMode : Titanium.Media.VIDEO_SCALING_ASPECT_FIT\n});\n\nvideoPlayer.url = 'movie.mp4';\nvidWin.add(videoPlayer);\nvidWin.open();\n
", - "name": "Simple Video Player Example" - }, - { - "code": "

The Android fullscreen video player operates differently from other video players.\nThe following example shows how to create, show, and close a fullscreen video\nplayer.

\n

Note that in this example, a button is included to close the player, to\ndemonstrate a method for dismissing the player programmatically. In practice, the user\ncan always dismiss the player by using the Back button, so an on-screen\ncontrol would not be required.

\n
Titanium.UI.setBackgroundColor('#000');\nvar win = Titanium.UI.createWindow({\n    title : 'Test',\n    backgroundColor : '#fff',\n    exitOnClose : true\n});\n\n// Change to a valid URL\nvar contentURL = \"http://www.example.com/stream.mp4\";\n\nvar openButton = Ti.UI.createButton({\n    title : \"Start Video\",\n    top : \"0dp\",\n    height : \"40dp\",\n    left : \"10dp\",\n    right : \"10dp\"\n});\n\nopenButton.addEventListener('click', function() {\n    var activeMovie = Titanium.Media.createVideoPlayer({\n        url : contentURL,\n        backgroundColor : 'blue',\n        movieControlMode : Titanium.Media.VIDEO_CONTROL_DEFAULT,\n        scalingMode : Titanium.Media.VIDEO_SCALING_ASPECT_FILL,\n        fullscreen : true,\n        autoplay : true\n    });\n\n    var closeButton = Ti.UI.createButton({\n        title : \"Exit Video\",\n        top : \"0dp\",\n        height : \"40dp\",\n        left : \"10dp\",\n        right : \"10dp\"\n    });\n\n    closeButton.addEventListener('click', function() {\n        activeMovie.hide();\n        activeMovie.release();\n        activeMovie = null;\n    });\n\n    activeMovie.add(closeButton);\n});\nwin.add(openButton);\nwin.open();\n
", - "name": "Android Fullscreen Video Player" - }, - { - "code": "

Previous simple example as an Alloy view.

\n

simplevideoplayer.xml:

\n
<Alloy>\n    <Window id=\"vidWin\" title=\"Video View Demo\" backgroundColor=\"#fff\">\n        <VideoPlayer id=\"videoPlayer\" ns=\"Ti.Media\" top=\"2\" url=\"/movie.mp4\"\n                     height=\"300\" width=\"300\" backgroundColor=\"blue\" autoplay=\"true\" />\n    </Window>\n</Alloy>\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

The video player is a native view that can be used to play videos, either stored\nlocally or streamed from a web server. The player can occupy the full screen, or can\nbe used as a view that can be added to other views.

\n

Use the Titanium.Media.createVideoPlayer method to create a video player.

\n

All platforms support specifying the video content as a URL, either to a local file or\na remote stream. This is done by setting the url property.

\n

iOS Implementation Notes

\n

On iOS, video content can also be specified as a Blob or\nFile object using the\nmedia property.

\n

On iOS, a video player can dynamically switch back and forth between fullscreen mode\nand standard mode. If the native video controls are displayed, the user can use them\nto switch between standard and fullscreen mode.

\n

Android Implementation Notes

\n

On Android, the video player cannot switch modes. To create a fullscreen player, you\nmust specify fullscreen: true when you create the player. This fullscreen player\ncreates its own Android Activity on top of the activity stack.\nUnlike a normal view, this fullscreen video player appears as soon as it is created. \nThe user can close the player by pressing the Back button. See the code examples for \na sample using the fullscreen player on Android.

\n

There are several known issues with clipping on the Android video player.

\n\n

On Android, using a video player inside a scroll view is not recommended. When scrolling,\nblack bars may appear over the video content.

\n

This is because the video player is rendered on a special Android UI element called a SurfaceView.\nAndroid renders the SurfaceView behind the main window and punches a hole in the window\nto reveal the video. Because the content of the SurfaceView does not reside in the application\nwindow, the video content cannot be transformed (moved, scaled or rotated) with the window.\nThis makes it difficult for the content to render properly inside a ScrollView.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "allowsAirPlay", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether or not the current movie can be played on a remote device.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "autoplay", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if a movie should automatically start playback.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundDisabledImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Disabled background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundFocusedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundFocusedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Focused background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundSelectedColor", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundSelectedImage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Selected background image url for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "contentURL", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

URL of the media to play. Deprecated since 1.4.0. Removed in 3.0.0. Use the url property instead.

" - }, - { - "name": "currentPlaybackTime", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current playback time of the current movie in milliseconds.

" - }, - { - "name": "duration", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The duration of the current movie in milliseconds, or 0.0 if not known.

" - }, - { - "name": "endPlaybackTime", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The end time of movie playback, in milliseconds.

" - }, - { - "name": "focusable", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether view should be focusable while navigating with the trackball.

" - }, - { - "name": "fullscreen", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines if the movie is presented in the entire screen (obscuring all other application content).

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "initialPlaybackTime", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The start time of movie playback, in milliseconds.

" - }, - { - "name": "keepScreenOn", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to keep the device screen on.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "loadState", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Returns the network load state of the movie player.

" - }, - { - "name": "media", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.Blob", - "isClassProperty": false, - "description": "

Media object to play, as either a File, a Blob, or a URL.

" - }, - { - "name": "mediaControlStyle", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The style of the playback controls.

" - }, - { - "name": "mediaTypes", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The types of media in the movie, or Titanium.Media.VIDEO_MEDIA_TYPE_NONE if not known.

" - }, - { - "name": "movieControlMode", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Style of the media playback controls. Deprecated since 1.8.0. Use mediaControlStyle instead.

" - }, - { - "name": "naturalSize", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "MovieSize", - "isClassProperty": false, - "description": "

Returns the natural size of the movie.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "playableDuration", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Currently playable duration of the movie, in milliseconds, for progressively \ndownloaded network content, or 0.0 if not known.

" - }, - { - "name": "playbackState", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current playback state of the video player.

" - }, - { - "name": "playing", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Boolean to indicate if the player has started playing.

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "repeatMode", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines how the movie player repeats when reaching the end of playback.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "scalingMode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines how the content scales to fit the view.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "softKeyboardOnFocus", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines keyboard behavior when this view is focused.

" - }, - { - "name": "sourceType", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The playback type of the movie.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

URL of the media to play.

" - }, - { - "name": "useApplicationAudioSession", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the movie player should inherit the application's audio session\ninstead of creating a new session.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "volume", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Volume of the audio portion of the video.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cancelAllThumbnailImageRequests", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Cancels all pending asynchronous thumbnail requests.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAllowsAirPlay", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the allowsAirPlay property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getAutoplay", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the autoplay property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundDisabledColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledColor property.

" - }, - { - "name": "getBackgroundDisabledImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundDisabledImage property.

" - }, - { - "name": "getBackgroundFocusedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedColor property.

" - }, - { - "name": "getBackgroundFocusedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundFocusedImage property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundSelectedColor", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedColor property.

" - }, - { - "name": "getBackgroundSelectedImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundSelectedImage property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getContentURL", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the contentURL property. Deprecated since 1.4.0. Removed in 3.0.0.

" - }, - { - "name": "getCurrentPlaybackTime", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the currentPlaybackTime property.

" - }, - { - "name": "getDuration", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the duration property.

" - }, - { - "name": "getEndPlaybackTime", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the endPlaybackTime property.

" - }, - { - "name": "getFocusable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the focusable property.

" - }, - { - "name": "getFullscreen", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the fullscreen property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getInitialPlaybackTime", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the initialPlaybackTime property.

" - }, - { - "name": "getKeepScreenOn", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the keepScreenOn property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getLoadState", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the loadState property.

" - }, - { - "name": "getMediaControlStyle", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the mediaControlStyle property.

" - }, - { - "name": "getMediaTypes", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the mediaTypes property.

" - }, - { - "name": "getMovieControlMode", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the movieControlMode property. Deprecated since 1.8.0.

" - }, - { - "name": "getNaturalSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "MovieSize", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the naturalSize property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getPlayableDuration", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the playableDuration property.

" - }, - { - "name": "getPlaybackState", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the playbackState property.

" - }, - { - "name": "getPlaying", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the playing property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRepeatMode", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the repeatMode property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getScalingMode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the scalingMode property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getSoftKeyboardOnFocus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "getSourceType", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the sourceType property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - }, - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the url property.

" - }, - { - "name": "getUseApplicationAudioSession", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the useApplicationAudioSession property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getVolume", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the volume property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "pause", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Pauses playing the video.

" - }, - { - "name": "play", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts playing the video.

" - }, - { - "name": "release", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Releases the internal video resources immediately.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "requestThumbnailImagesAtTimes", - "isInternal": false, - "parameters": [ - { - "name": "times", - "usage": "required", - "type": "Array", - "description": "

Array of time values, representing offsets into the video, in seconds.

" - }, - { - "name": "option", - "usage": "required", - "type": "Number", - "description": "

Either Titanium.Media.VIDEO_TIME_OPTION_NEAREST_KEYFRAME or \nTitanium.Media.VIDEO_TIME_OPTION_EXACT.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback to invoke when a thumbnail is available.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Asynchronously request thumbnail images for one or more points in time in the video.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAllowsAirPlay", - "isInternal": false, - "parameters": [ - { - "name": "allowsAirPlay", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the allowsAirPlay property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setAutoplay", - "isInternal": false, - "parameters": [ - { - "name": "autoplay", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the autoplay property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundDisabledColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledColor property.

" - }, - { - "name": "setBackgroundDisabledImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundDisabledImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundDisabledImage property.

" - }, - { - "name": "setBackgroundFocusedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedColor property.

" - }, - { - "name": "setBackgroundFocusedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundFocusedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundFocusedImage property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundSelectedColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedColor property.

" - }, - { - "name": "setBackgroundSelectedImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundSelectedImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundSelectedImage property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBackgroundView", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to set.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the background view for customization which is always displayed behind movie content.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setContentURL", - "isInternal": false, - "parameters": [ - { - "name": "contentURL", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the contentURL property. Deprecated since 1.4.0. Removed in 3.0.0.

" - }, - { - "name": "setCurrentPlaybackTime", - "isInternal": false, - "parameters": [ - { - "name": "currentPlaybackTime", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the currentPlaybackTime property.

" - }, - { - "name": "setDuration", - "isInternal": false, - "parameters": [ - { - "name": "duration", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the duration property.

" - }, - { - "name": "setEndPlaybackTime", - "isInternal": false, - "parameters": [ - { - "name": "endPlaybackTime", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the endPlaybackTime property.

" - }, - { - "name": "setFocusable", - "isInternal": false, - "parameters": [ - { - "name": "focusable", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the focusable property.

" - }, - { - "name": "setFullscreen", - "isInternal": false, - "parameters": [ - { - "name": "fullscreen", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the fullscreen property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setInitialPlaybackTime", - "isInternal": false, - "parameters": [ - { - "name": "initialPlaybackTime", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the initialPlaybackTime property.

" - }, - { - "name": "setKeepScreenOn", - "isInternal": false, - "parameters": [ - { - "name": "keepScreenOn", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the keepScreenOn property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setMedia", - "isInternal": false, - "parameters": [ - { - "name": "media", - "usage": "required", - "type": "Titanium.Blob", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the media property.

" - }, - { - "name": "setMediaControlStyle", - "isInternal": false, - "parameters": [ - { - "name": "mediaControlStyle", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the mediaControlStyle property.

" - }, - { - "name": "setMediaTypes", - "isInternal": false, - "parameters": [ - { - "name": "mediaTypes", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the mediaTypes property.

" - }, - { - "name": "setMovieControlMode", - "isInternal": false, - "parameters": [ - { - "name": "movieControlMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the movieControlMode property. Deprecated since 1.8.0.

" - }, - { - "name": "setNaturalSize", - "isInternal": false, - "parameters": [ - { - "name": "naturalSize", - "usage": "required", - "type": "MovieSize", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the naturalSize property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRepeatMode", - "isInternal": false, - "parameters": [ - { - "name": "repeatMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the repeatMode property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setScalingMode", - "isInternal": false, - "parameters": [ - { - "name": "scalingMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the scalingMode property.

" - }, - { - "name": "setSoftKeyboardOnFocus", - "isInternal": false, - "parameters": [ - { - "name": "softKeyboardOnFocus", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the softKeyboardOnFocus property.

" - }, - { - "name": "setSourceType", - "isInternal": false, - "parameters": [ - { - "name": "sourceType", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the sourceType property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setUrl", - "isInternal": false, - "parameters": [ - { - "name": "url", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the url property.

" - }, - { - "name": "setUseApplicationAudioSession", - "isInternal": false, - "parameters": [ - { - "name": "useApplicationAudioSession", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the useApplicationAudioSession property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setVolume", - "isInternal": false, - "parameters": [ - { - "name": "volume", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the volume property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "stop", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stops playing the video.

" - }, - { - "name": "thumbnailImageAtTime", - "isInternal": false, - "parameters": [ - { - "name": "time", - "usage": "required", - "type": "Number", - "description": "

Playback time, in seconds.

" - }, - { - "name": "option", - "usage": "required", - "type": "Number", - "description": "

Either Titanium.Media.VIDEO_TIME_OPTION_NEAREST_KEYFRAME or\nTitanium.Media.VIDEO_TIME_OPTION_EXACT.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a thumbnail image for the video at the specified time.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "complete", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

Error code.\nError code will be 0 if success is true, nonzero otherwise. If the error\nwas generated by the operating system, that system's error value is used.\nOtherwise, this value will be -1.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

Error message, if any returned. Will be undefined if success is true.

" - }, - { - "name": "reason", - "deprecated": false, - "type": "Number", - "description": "

Reason that playback ended, one of:\nVIDEO_FINISH_REASON_PLAYBACK_ENDED,\nVIDEO_FINISH_REASON_PLAYBACK_ERROR, or \nVIDEO_FINISH_REASON_USER_EXITED.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates if the video was played successfully. User exit counts as a success.\nReturns true if reason is not\nVIDEO_FINISH_REASON_PLAYBACK_ERROR,\nfalse otherwise.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when movie playback ends or a user exits playback.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "durationAvailable", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "duration", - "deprecated": false, - "type": "Number", - "description": "

Video duration, in milliseconds.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the video duration is available.\n Deprecated since 3.0.0. Renamed to durationavailable\n(all lowercase).\n

" - }, - { - "name": "durationavailable", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "duration", - "deprecated": false, - "type": "Number", - "description": "

Video duration, in milliseconds.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the video duration is available.

" - }, - { - "name": "error", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

Error message, if any returned. May be undefined.

" - }, - { - "name": "message", - "deprecated": true, - "type": "String", - "description": "

Reason for error as a string. Deprecated since 3.1.0.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates a successful operation. Returns false.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when movie playback encounters an error.

" - }, - { - "name": "fullscreen", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "duration", - "deprecated": false, - "type": "Number", - "description": "

Duration of the animated transition to or from fullscreen mode, in seconds.

" - }, - { - "name": "entering", - "deprecated": false, - "type": "Boolean", - "description": "

true if the player is entering fullscreen mode, false if it is leaving\nfullscreen mode.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a movie changes to or from fullscreen view.

" - }, - { - "name": "keypressed", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "keyCode", - "deprecated": false, - "type": "Number", - "description": "

The code for the physical key that was pressed. For more details, see KeyEvent. This API is experimental and subject to change.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a hardware key is pressed in the view.

" - }, - { - "name": "load", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the movie play loads.

" - }, - { - "name": "loadstate", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "loadState", - "deprecated": false, - "type": "Number", - "description": "

Current value of the loadState property.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the network loadState changes.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "mediaTypesAvailable", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "mediaTypes", - "deprecated": false, - "type": "Number", - "description": "

Current value of the mediaTypes property.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the media types in the current movie are determined.\n Deprecated since 3.0.0. Renamed to mediatypesavailable\n(all lowercase).\n

" - }, - { - "name": "mediatypesavailable", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "mediaTypes", - "deprecated": false, - "type": "Number", - "description": "

Current value of the mediaTypes property.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the media types in the current movie are determined.

" - }, - { - "name": "naturalSizeAvailable", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "naturalSize", - "deprecated": false, - "type": "Number", - "description": "

Current value of the naturalSize property.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the natural size of the current movie is determined.\n Deprecated since 3.0.0. Renamed to naturalsizeavailable\n(all lowercase).\n

" - }, - { - "name": "naturalsizeavailable", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "naturalSize", - "deprecated": false, - "type": "Number", - "description": "

Current value of the naturalSize property.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the natural size of the current movie is determined.

" - }, - { - "name": "playbackState", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "playbackState", - "deprecated": false, - "type": "Number", - "description": "

Current value of the playbackState property, \nsuch as Titanium.Media.VIDEO_PLAYBACK_STATE_PLAYING.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the playbackState changes.\n Deprecated since 3.0.0. Renamed to playbackstate\n(all lowercase).\n

" - }, - { - "name": "playbackstate", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "playbackState", - "deprecated": false, - "type": "Number", - "description": "

Current value of the playbackState property, \nsuch as Titanium.Media.VIDEO_PLAYBACK_STATE_PLAYING.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the playbackState changes.

" - }, - { - "name": "playing", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "url", - "deprecated": false, - "type": "String", - "description": "

URL of the media.

" - } - ], - "description": "

Fired when the currently playing movie changes.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "preload", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the movie has preloaded and is ready to play.

" - }, - { - "name": "resize", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the movie player is resized.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "sourceChange", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "sourceType", - "deprecated": false, - "type": "", - "description": "

New sourceType value.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the sourceType property\nchanges.\n Deprecated since 3.0.0. Renamed to sourcechange\n(all lowercase).\n

" - }, - { - "name": "sourcechange", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "sourceType", - "deprecated": false, - "type": "", - "description": "

New sourceType value.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the sourceType property\nchanges.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - } - ] - }, - { - "name": "Titanium.XML.Element", - "description": "

Represents an element in a DOM document, a Titanium.XML.Node defined by a start-tag and end-tag (or an empty tag). Elements may have attributes associated with them.\nImplements the DOM Level 2 API on Android and iOS with some non-standard extensions. Exposes the DOM Level 3 API implementation on Mobile Web.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "ATTRIBUTE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nAttr node.
\n

" - }, - { - "name": "CDATA_SECTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nCDATASection node.
\n

" - }, - { - "name": "COMMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nComment node.
\n

" - }, - { - "name": "DOCUMENT_FRAGMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentFragment node.
\n

" - }, - { - "name": "DOCUMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocument node.
\n

" - }, - { - "name": "DOCUMENT_TYPE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentType node.
\n

" - }, - { - "name": "ELEMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nElement node.
\n

" - }, - { - "name": "ENTITY_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntity node.
\n

" - }, - { - "name": "ENTITY_REFERENCE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntityReference node.
\n

" - }, - { - "name": "NOTATION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nNotation node.
\n

" - }, - { - "name": "PROCESSING_INSTRUCTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nProcessingInstruction node.
\n

" - }, - { - "name": "TEXT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nText node.
\n

" - }, - { - "name": "attributes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A map of this node's attributes.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "childNodes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NodeList", - "isClassProperty": false, - "description": "

A Titanium.XML.NodeList of this node's children.

" - }, - { - "name": "firstChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's first child.

" - }, - { - "name": "lastChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's last child.

" - }, - { - "name": "localName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local part of the qualified name of this node.

" - }, - { - "name": "namespaceURI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace URI of this node.

" - }, - { - "name": "nextSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's next sibling.

" - }, - { - "name": "nodeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this node.

" - }, - { - "name": "nodeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

This node's type. One of ELEMENT_NODE, ATTRIBUTE_NODE, TEXT_NODE, CDATA_SECTION_NODE,\nENTITY_REFERENCE_NODE, ENTITY_NODE, PROCESSING_INSTRUCTION_NODE, COMMENT_NODE,\nDOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE, NOTATION_NODE.

" - }, - { - "name": "nodeValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of this node.

" - }, - { - "name": "ownerDocument", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

This node's owning document.

" - }, - { - "name": "parentNode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's parent node.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace prefix of this node.

" - }, - { - "name": "previousSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's previous sibling.

" - }, - { - "name": "tagName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The name of the element, as defined by its tag.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node. Deprecated since 2.0.0. Use textContent instead.

" - }, - { - "name": "textContent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "appendChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Newly-appended node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the node newChild as a child of this node.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cloneNode", - "isInternal": false, - "parameters": [ - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

Whether or not to perform a deep copy of this node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Cloned node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a duplicate of this node.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAttribute", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

The name of the attribute

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

The Titanium.XML.Attr value as a string, or empty string if the attribute has no specified or default value.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves an attribute value by name, returning it as a string.

" - }, - { - "name": "getAttributeNS", - "isInternal": false, - "parameters": [ - { - "name": "namespaceURI", - "usage": "required", - "type": "String", - "description": "

The namespace URI of the attribute to retrieve.

" - }, - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

The local name of the attribute to retrieve.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

The Titanium.XML.Attr value as a string, or empty string if the attribute has no specified or default value.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves an attribute value by local name and namespace URI, returning it as a string.

" - }, - { - "name": "getAttributeNode", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

The name of the attribute

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Attr", - "description": "

The Titanium.XML.Attr value, or null if there is no such attribute.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves an attribute value by name, returning it as a Titanium.XML.Attr object.

" - }, - { - "name": "getAttributeNodeNS", - "isInternal": false, - "parameters": [ - { - "name": "namespaceURI", - "usage": "required", - "type": "String", - "description": "

The namespace URI of the attribute to retrieve.

" - }, - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

The local name of the attribute to retrieve.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Attr", - "description": "

The Titanium.XML.Attr value, or null if there is no such attribute.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves an attribute value by local name and namespace URI, returning it as a Titanium.XML.Attr object.

" - }, - { - "name": "getAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the attributes property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the childNodes property.

" - }, - { - "name": "getElementsByTagName", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

The name of the element. The value * matches all tags.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves a Titanium.XML.NodeList of all descendant elements with a given tag name, in preorder traversal.

" - }, - { - "name": "getElementsByTagNameNS", - "isInternal": false, - "parameters": [ - { - "name": "namespaceURI", - "usage": "required", - "type": "String", - "description": "

The namespace URI of the element. The value * matches all namespaces.

" - }, - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

The local name of the element. The value * matches all local names.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieves a Titanium.XML.NodeList of all descendant elements with a given local name and namespace URI, in preorder traversal.

" - }, - { - "name": "getFirstChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstChild property.

" - }, - { - "name": "getLastChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastChild property.

" - }, - { - "name": "getLocalName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the localName property.

" - }, - { - "name": "getNamespaceURI", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the namespaceURI property.

" - }, - { - "name": "getNextSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nextSibling property.

" - }, - { - "name": "getNodeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeName property.

" - }, - { - "name": "getNodeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeType property.

" - }, - { - "name": "getNodeValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeValue property.

" - }, - { - "name": "getOwnerDocument", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerDocument property.

" - }, - { - "name": "getParentNode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the parentNode property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getPreviousSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the previousSibling property.

" - }, - { - "name": "getTagName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the tagName property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property. Deprecated since 2.0.0.

" - }, - { - "name": "getTextContent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textContent property.

" - }, - { - "name": "hasAttribute", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

The name of the attribute to search for.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Determines whether or not an attribute with the given name is available in the element, or has a default value.

" - }, - { - "name": "hasAttributeNS", - "isInternal": false, - "parameters": [ - { - "name": "namespaceURI", - "usage": "required", - "type": "String", - "description": "

The namespace URI of the attribute to search for.

" - }, - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

The local name of the attribute to search for.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Determines whether or not an attribute with the given name is available in the element, or has a default value.

" - }, - { - "name": "hasAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has attributes, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has attributes.

" - }, - { - "name": "hasChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has children, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has child nodes.

" - }, - { - "name": "insertBefore", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert.

" - }, - { - "name": "refChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert newChild before.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The inserted node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts the node newChild before the node refChild.

" - }, - { - "name": "isSupported", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

Name of the feature.

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

Version number of the feature.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if the feature is supported, false if it is not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tests whether the DOM implementation supports a specific feature.

" - }, - { - "name": "normalize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Normalizes text and attribute nodes in this node's child hierarchy.

" - }, - { - "name": "removeAttribute", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

The name of the attribute to remove.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes an attribute by name. If the attribute has a default value, it is immediately replaced with this default, including namespace URI and local name. Throws an exception if the element is read-only.

" - }, - { - "name": "removeAttributeNS", - "isInternal": false, - "parameters": [ - { - "name": "namespaceURI", - "usage": "required", - "type": "String", - "description": "

The namespace URI of the attribute to remove.

" - }, - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

The local name of the attribute to remove.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes an attribute by local name and namespace URI. If the attribute has a default value, it is immediately replaced with this default, including namespace URI and local name. Throws an exception if the element is read-only.

" - }, - { - "name": "removeAttributeNode", - "isInternal": false, - "parameters": [ - { - "name": "oldAttr", - "usage": "required", - "type": "Titanium.XML.Attr", - "description": "

The attribute to remove.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified attribute node. If the removed attribute has a default value, it is replaced immediately, with the same namespace and local name as the removed attribute, if applicable. Throws an exception if the element is read-only, or the attribute is not an attribute of the element.

" - }, - { - "name": "removeChild", - "isInternal": false, - "parameters": [ - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child node from this node.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node.

" - }, - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node being replaced.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces the node oldChild with the node newChild.

" - }, - { - "name": "setAttribute", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

The name of the attribute.

" - }, - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

The value of the attribute. This is value is not parsed as part of the assignment. Any markup is treated as literal text, and needs to be escaped.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a new attribute. Any attribute with the same name is replaced. Throws an exception if the element is read-only, or if the name contains an illegal character.

" - }, - { - "name": "setAttributeNS", - "isInternal": false, - "parameters": [ - { - "name": "namespaceURI", - "usage": "required", - "type": "String", - "description": "

The namespace URI of the attribute.

" - }, - { - "name": "qualifiedName", - "usage": "required", - "type": "String", - "description": "

The qualified name of the attribute. If it is malformed, has a prefix and namespaceURI is null, or if the prefix is xml or xmlns but does not correspond to a property defined in the XML or XMLNS specifications, then it contains an error.

" - }, - { - "name": "value", - "usage": "required", - "type": "String", - "description": "

The value of the attribute. This is value is not parsed as part of the assignment. Any markup is treated as literal text, and needs to be escaped.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a new attribute. Any attribute with the same local name and namespace URI is present on the element is replaced, with its prefix changed to that of the qualifiedName parameter. Throws an exception if the element is read-only, if the name contains an illegal character, or if the qualified name contains an error.

" - }, - { - "name": "setAttributeNode", - "isInternal": false, - "parameters": [ - { - "name": "newAttr", - "usage": "required", - "type": "Titanium.XML.Attr", - "description": "

The attribute node to add to the element.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Attr", - "description": "

The attribute that was replaced, or null otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a new attribute. Any attribute with the same nodeName as the argument is replaced. Throws an exception if the element is read-only, if newAttr is from a different document, or if newAttr is already an attribute of another element.

" - }, - { - "name": "setAttributeNodeNS", - "isInternal": false, - "parameters": [ - { - "name": "newAttr", - "usage": "required", - "type": "Titanium.XML.Attr", - "description": "

The attribute node to add to the element.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Attr", - "description": "

The attribute that was replaced, or null otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a new attribute. Any attribute with the same local name and namespace URI is replaced. Throws an exception if the element is read-only, if newAttr is from a different document, or if newAttr is already an attribute of another element.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setLocalName", - "isInternal": false, - "parameters": [ - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the localName property.

" - }, - { - "name": "setNodeValue", - "isInternal": false, - "parameters": [ - { - "name": "nodeValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nodeValue property.

" - }, - { - "name": "setPrefix", - "isInternal": false, - "parameters": [ - { - "name": "prefix", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prefix property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "DecodeNumberDict", - "description": "

Named parameters for Titanium.Codec.decodeNumber.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "byteOrder", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

byte order to decode with.

" - }, - { - "name": "position", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index in the source buffer of the first byte of data to decode.

" - }, - { - "name": "source", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Buffer", - "isClassProperty": false, - "description": "

Buffer to decode.

" - }, - { - "name": "type", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The encoding type to use. Must be one of Titanium.Codec.TYPE_BYTE, Titanium.Codec.TYPE_SHORT, Titanium.Codec.TYPE_INT, Titanium.Codec.TYPE_FLOAT, Titanium.Codec.TYPE_LONG, or Titanium.Codec.TYPE_DOUBLE.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Media.MusicPlayer", - "description": "

This object represents a music controller.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

A MusicPlayer lets you manage and playback a queue of media Item objects.

\n

Use the Titanium.Media.createMusicPlayer method to create a music palyer.

\n

Use the Media module's openMusicLibrary and\nqueryMusicLibrary methods to access the media items in the\ndevice's media library.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "currentPlaybackTime", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Current point in song playback, in seconds.

" - }, - { - "name": "nowPlaying", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.Media.Item", - "isClassProperty": false, - "description": "

An Item object representing the currently playing media item.

" - }, - { - "name": "playbackState", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Playback state: one of\nMUSIC_PLAYER_STATE_STOPPED,\nMUSIC_PLAYER_STATE_PLAYING,\nMUSIC_PLAYER_STATE_PAUSED,\nMUSIC_PLAYER_STATE_INTERRUPTED,\nMUSIC_PLAYER_STATE_SEEK_FORWARD,\nor\nMUSIC_PLAYER_STATE_SEEK_BACKWARD.

" - }, - { - "name": "repeatMode", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Repeat setting: one of\nMUSIC_PLAYER_REPEAT_DEFAULT,\nMUSIC_PLAYER_REPEAT_NONE,\nMUSIC_PLAYER_REPEAT_ONE, or\nMUSIC_PLAYER_REPEAT_ALL.

" - }, - { - "name": "shuffleMode", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Shuffle setting: one of\nMUSIC_PLAYER_SHUFFLE_DEFAULT,\nMUSIC_PLAYER_SHUFFLE_NONE,\nMUSIC_PLAYER_SHUFFLE_SONGS, or\nMUSIC_PLAYER_SHUFFLE_ALBUMS.

" - }, - { - "name": "volume", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Volume level for the music player from 0.0 (muted) to 1.0 (loudest).

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCurrentPlaybackTime", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the currentPlaybackTime property.

" - }, - { - "name": "getNowPlaying", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Titanium.Media.Item", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nowPlaying property.

" - }, - { - "name": "getPlaybackState", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the playbackState property.

" - }, - { - "name": "getRepeatMode", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the repeatMode property.

" - }, - { - "name": "getShuffleMode", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the shuffleMode property.

" - }, - { - "name": "getVolume", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the volume property.

" - }, - { - "name": "pause", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Pauses playback of the current media item.

" - }, - { - "name": "play", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Begins playback of the current media item.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "seekBackward", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Begins seeking backward in the currently playing media.

" - }, - { - "name": "seekForward", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Begins seeking forward in the currently playing media item.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCurrentPlaybackTime", - "isInternal": false, - "parameters": [ - { - "name": "currentPlaybackTime", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the currentPlaybackTime property.

" - }, - { - "name": "setQueue", - "isInternal": false, - "parameters": [ - { - "name": "queue", - "usage": "required", - "type": "Titanium.Media.Item", - "description": "

One or more media items.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the media queue.

" - }, - { - "name": "setRepeatMode", - "isInternal": false, - "parameters": [ - { - "name": "repeatMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the repeatMode property.

" - }, - { - "name": "setShuffleMode", - "isInternal": false, - "parameters": [ - { - "name": "shuffleMode", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the shuffleMode property.

" - }, - { - "name": "setVolume", - "isInternal": false, - "parameters": [ - { - "name": "volume", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the volume property.

" - }, - { - "name": "skipToBeginning", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Skips to the beginning of the currently playing media item.

" - }, - { - "name": "skipToNext", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Skips to the next media item in the queue.

" - }, - { - "name": "skipToPrevious", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Skips to the previous media item in the queue.

" - }, - { - "name": "stop", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stops playback of the current media queue.

" - }, - { - "name": "stopSeeking", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Ends a seek operation and returns to the previous playback state.

\n

See also: seekForward and\nseekBackward.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4.0" - } - ], - "isInternal": true, - "events": [ - { - "name": "playingChange", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the currently playing media item changes. Deprecated since 3.0.0. Renamed to playingchange\n(all lowercase).\n

" - }, - { - "name": "playingchange", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the currently playing media item changes.

" - }, - { - "name": "stateChange", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the music player's playback state changes. Deprecated since 3.0.0. Renamed to statechange\n(all lowercase).\n

" - }, - { - "name": "statechange", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the music player's playback state changes.

" - }, - { - "name": "volumeChange", - "deprecated": true, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the volume changes. Deprecated since 3.0.0. Renamed to volumechange\n(all lowercase).\n

" - }, - { - "name": "volumechange", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the volume changes.

" - } - ] - }, - { - "name": "Titanium.UI.Picker", - "description": "

A control used to select one or more fixed values.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [ - { - "code": "

Create a one-column, platform-specific style, picker and automatically select a row.

\n
Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow({\n  exitOnClose: true,\n  layout: 'vertical'\n});\n\nvar picker = Ti.UI.createPicker({\n  top:50\n});\n\nvar data = [];\ndata[0]=Ti.UI.createPickerRow({title:'Bananas'});\ndata[1]=Ti.UI.createPickerRow({title:'Strawberries'});\ndata[2]=Ti.UI.createPickerRow({title:'Mangos'});\ndata[3]=Ti.UI.createPickerRow({title:'Grapes'});\n\npicker.add(data);\npicker.selectionIndicator = true;\n\nwin.add(picker);\nwin.open();\n\n// must be after picker has been displayed\npicker.setSelectedRow(0, 2, false); // select Mangos\n
", - "name": "Basic Single Column Picker" - }, - { - "code": "

Create a two-column, platform-specific style, picker and automatically select a row in \neach column.

\n
Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow({\n  exitOnClose: true,\n  layout: 'vertical'\n});\n\nvar picker = Ti.UI.createPicker({\n  top:50,\n  useSpinner: true\n});\npicker.selectionIndicator = true;\n\nvar fruit = [ 'Bananas', 'Strawberries', 'Mangos', 'Grapes' ];\nvar color = [ 'red', 'green', 'blue', 'orange' ];\n\nvar column1 = Ti.UI.createPickerColumn();\n\nfor(var i=0, ilen=fruit.length; i<ilen; i++){\n  var row = Ti.UI.createPickerRow({\n    title: fruit[i]\n  });\n  column1.addRow(row);\n}\n\nvar column2 = Ti.UI.createPickerColumn();\n\nfor(var i=0, ilen=color.length; i<ilen; i++){\n  var row = Ti.UI.createPickerRow({ title: color[i] });\n  column2.addRow(row);\n}\n\npicker.add([column1,column2]);\n\nwin.add(picker);\n\nwin.open();\n\n// must be after picker has been displayed\npicker.setSelectedRow(0, 2, false); // select Mangos\npicker.setSelectedRow(1, 3, false); // select Orange\n
", - "name": "Multi-Column Picker" - }, - { - "code": "

Create a date picker and handle the subsequent user action.

\n
Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow({\n  exitOnClose: true,\n  layout: 'vertical'\n});\n\nvar picker = Ti.UI.createPicker({\n  type:Ti.UI.PICKER_TYPE_DATE,\n  minDate:new Date(2009,0,1),\n  maxDate:new Date(2014,11,31),\n  value:new Date(2014,3,12),\n  top:50\n});\n\nwin.add(picker);\nwin.open();\n\npicker.addEventListener('change',function(e){\n  Ti.API.info(\"User selected date: \" + e.value.toLocaleString());\n});\n
", - "name": "Date Picker" - }, - { - "code": "

Create a date picker that is automatically displayed as a modal dialog and handle the \nsubsequent user action.

\n
Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow({\n  exitOnClose: true,\n  layout: 'vertical'\n});\n\nvar picker = Ti.UI.createPicker({\n  type:Ti.UI.PICKER_TYPE_DATE,\n  minDate:new Date(2009,0,1),\n  maxDate:new Date(2014,11,31),\n  value:new Date(2014,3,12)\n});\n\nwin.open();\n\npicker.showDatePickerDialog({\n  value: new Date(2010,8,1),\n  callback: function(e) {\n    if (e.cancel) {\n      Ti.API.info('User canceled dialog');\n    } else {\n      Ti.API.info('User selected date: ' + e.value);\n    }\n  }\n});\n
", - "name": "Date Picker using showDatePickerDialog() (Android only)" - }, - { - "code": "

Previous multi-column picker example as an Alloy view.

\n

multicolumnpicker.xml

\n
<Alloy>\n    <Window id=\"win\" backgroundColor=\"white\" layout=\"vertical\" exitOnClose=\"true\">\n        <Picker id=\"picker\" top=\"50\" selectionIndicator=\"true\" useSpinner=\"true\">\n            <PickerColumn id=\"column1\">\n                <PickerRow title=\"Bananas\"/>\n                <PickerRow title=\"Strawberries\"/>\n                <PickerRow title=\"Mangos\"/>\n                <PickerRow title=\"Grapes\"/>\n            </PickerColumn>\n            <!-- Picker shorthand notation -->\n            <Column id=\"column2\">\n                <Row title=\"red\"/>\n                <Row title=\"green\"/>\n                <Row title=\"blue\"/>\n                <Row title=\"orange\"/>\n            </Column>\n        </Picker>\n    </Window>\n</Alloy>\n
\n

multicolumnpicker.js:

\n
$.picker.setSelectedRow(0, 2, false);\n$.picker.setSelectedRow(1, 3, false);\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

Use the Titanium.UI.createPicker method to create a picker control.

\n

On Android, the useSpinner property must be enabled to support multiple columns.\nBy default, the spinner is automatically sized to fit its content and can overflow\nto additional spinner rows. The size of the picker can be adjusted with the width\nand height properties, but may omit picker columns or cut off picker rows\nif the size is set too small.

\n

On iOS, by default, the size of the picker, including its background, is fixed at the\nsame size as the iPhone keyboard to respect the\niOS Human Interface Guidelines.\nThe size of the picker should not be modified.\nThe contents of the picker are sized to fit the picker, which may cut off text\nin the picker rows. Adding views to picker rows is also supported on iOS.

\n

On iPad, Apple recommends using a picker only in a popover. Since the size of the picker\ncannot be adjusted, it is not suitable for the main screen.

\n

On Mobile Web and Tizen, by default, the picker fills the entire view it is contained in\nbut is adjustable using the width and height properties.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "columns", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Columns used for this picker, as an array of Titanium.UI.PickerColumn objects.

" - }, - { - "name": "countDownDuration", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Duration in milliseconds used for a Countdown Timer picker.

" - }, - { - "name": "format24", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the Time pickers display in 24-hour or 12-hour clock format.

" - }, - { - "name": "locale", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Locale used when displaying Date and Time picker values.

" - }, - { - "name": "maxDate", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

Maximum date displayed when a Date picker is in use.

" - }, - { - "name": "minDate", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

Minimum date displayed when a Date picker is in use.

" - }, - { - "name": "minuteInterval", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Interval in minutes displayed when one of the Time types of pickers is in use.

" - }, - { - "name": "selectionIndicator", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the visual selection indicator is shown. On iPhone, this is a blue bar.

" - }, - { - "name": "type", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines the type of picker displayed

" - }, - { - "name": "useSpinner", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the non-native Android control, with a spinning wheel that looks and \nbehaves like the iOS picker, is invoked rather than the default native \"dropdown\" style.

" - }, - { - "name": "value", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Date", - "isClassProperty": false, - "description": "

Date and time value for Date pickers.

" - }, - { - "name": "visibleItems", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of visible rows to display. This is only applicable to a plain picker and when the \nuseSpinner is true.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "Array", - "description": "

A row, set of rows, a column of rows or a set of columns of rows. When this method is \nused to add a row or set of rows, a single-column picker is created.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds rows or columns to the picker.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getColumns", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the columns property.

" - }, - { - "name": "getCountDownDuration", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the countDownDuration property.

" - }, - { - "name": "getFormat24", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the format24 property.

" - }, - { - "name": "getLocale", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the locale property.

" - }, - { - "name": "getMaxDate", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the maxDate property.

" - }, - { - "name": "getMinDate", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minDate property.

" - }, - { - "name": "getMinuteInterval", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the minuteInterval property.

" - }, - { - "name": "getSelectedRow", - "isInternal": false, - "parameters": [ - { - "name": "index", - "usage": "required", - "type": "Number", - "description": "

A column index.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.PickerRow", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the selected row for a column, or null if none exists.

" - }, - { - "name": "getSelectionIndicator", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the selectionIndicator property.

" - }, - { - "name": "getType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the type property.

" - }, - { - "name": "getUseSpinner", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the useSpinner property.

" - }, - { - "name": "getValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Date", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the value property.

" - }, - { - "name": "getVisibleItems", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visibleItems property.

" - }, - { - "name": "reloadColumn", - "isInternal": false, - "parameters": [ - { - "name": "column", - "usage": "required", - "type": "Titanium.UI.PickerColumn", - "description": "

Column to repopulate.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Repopulates values for a column.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setColumns", - "isInternal": false, - "parameters": [ - { - "name": "columns", - "usage": "required", - "type": "Array", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the columns property.

" - }, - { - "name": "setCountDownDuration", - "isInternal": false, - "parameters": [ - { - "name": "countDownDuration", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the countDownDuration property.

" - }, - { - "name": "setFormat24", - "isInternal": false, - "parameters": [ - { - "name": "format24", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the format24 property.

" - }, - { - "name": "setLocale", - "isInternal": false, - "parameters": [ - { - "name": "locale", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the locale property.

" - }, - { - "name": "setMaxDate", - "isInternal": false, - "parameters": [ - { - "name": "maxDate", - "usage": "required", - "type": "Date", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the maxDate property.

" - }, - { - "name": "setMinDate", - "isInternal": false, - "parameters": [ - { - "name": "minDate", - "usage": "required", - "type": "Date", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the minDate property.

" - }, - { - "name": "setMinuteInterval", - "isInternal": false, - "parameters": [ - { - "name": "minuteInterval", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the minuteInterval property.

" - }, - { - "name": "setSelectedRow", - "isInternal": false, - "parameters": [ - { - "name": "column", - "usage": "required", - "type": "Number", - "description": "

A column index.

" - }, - { - "name": "row", - "usage": "required", - "type": "Number", - "description": "

A row index.

" - }, - { - "name": "animated", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the selection should be animated. (iPhone, iPad-only)

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Selects a column's row.

" - }, - { - "name": "setSelectionIndicator", - "isInternal": false, - "parameters": [ - { - "name": "selectionIndicator", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the selectionIndicator property.

" - }, - { - "name": "setType", - "isInternal": false, - "parameters": [ - { - "name": "type", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the type property.

" - }, - { - "name": "setUseSpinner", - "isInternal": false, - "parameters": [ - { - "name": "useSpinner", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the useSpinner property.

" - }, - { - "name": "setValue", - "isInternal": false, - "parameters": [ - { - "name": "date", - "usage": "required", - "type": "Object", - "description": "

A Javascript Date object.

" - }, - { - "name": "suppressEvent", - "usage": "required", - "type": "Boolean", - "description": "

Determines whether a change event is fired.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI.PickerRow", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the date and time value property for Date pickers.

" - }, - { - "name": "setVisibleItems", - "isInternal": false, - "parameters": [ - { - "name": "visibleItems", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visibleItems property.

" - }, - { - "name": "showDatePickerDialog", - "isInternal": false, - "parameters": [ - { - "name": "dictObj", - "usage": "required", - "type": "Object", - "description": "

Dictionary object with a subset of Titanium.UI.Picker properties \nand a callback defined. Acceptable object properties are \ncallback, okButtonTitle, title and value.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows Date picker as a modal dialog.

" - }, - { - "name": "showTimePickerDialog", - "isInternal": false, - "parameters": [ - { - "name": "dictObj", - "usage": "required", - "type": "Object", - "description": "

Dictionary object with a subset of Titanium.UI.Picker properties \nand a callback defined. Acceptable object properties are \ncallback, format24, okButtonTitle, title and value.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Shows Time picker as a modal dialog.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [ - { - "name": "change", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "column", - "deprecated": false, - "type": "Titanium.UI.PickerColumn", - "description": "

The column object. On iOS, Tizen and Mobile Web, only applicable to Titanium.UI.PICKER_TYPE_PLAIN \npicker types.

" - }, - { - "name": "columnIndex", - "deprecated": false, - "type": "Number", - "description": "

Selected column index. On iOS, Tizen and Mobile Web, only applicable to Titanium.UI.PICKER_TYPE_PLAIN \npicker types.

" - }, - { - "name": "countDownDuration", - "deprecated": false, - "type": "Number", - "description": "

The selected duration in milliseconds. Applicable to Titanium.UI.PICKER_TYPE_COUNT_DOWN_TIMER picker types.

" - }, - { - "name": "row", - "deprecated": false, - "type": "Titanium.UI.PickerRow", - "description": "

The row object. On iOS, Tizen and Mobile Web, only applicable to Titanium.UI.PICKER_TYPE_PLAIN picker types.

" - }, - { - "name": "rowIndex", - "deprecated": false, - "type": "Number", - "description": "

Selected row index. On iOS, Tizen and Mobile Web, only applicable to Titanium.UI.PICKER_TYPE_PLAIN \npicker types.

" - }, - { - "name": "selectedValue", - "deprecated": false, - "type": "Array", - "description": "

Array of selected values, one element per column in the picker. Applicable to \nTitanium.UI.PICKER_TYPE_PLAIN picker types.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "value", - "deprecated": false, - "type": "String", - "description": "

The selected value. Applicable to date/time pickers only. This property is read-only \non Android.

" - } - ], - "description": "

Fired when the value of any column's row is changed.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - } - ] - }, - { - "name": "contentOffsetOption", - "description": "

Optional parameter for setContentOffset method.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

On iOS, the optional parameter animated to enable the animation while the scrollable region \nscrolls. For example

\n
setContentOffset({x:50,y:100}, {animated:true})\n
" - ], - "properties": [ - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the scroll view's content area change is animated.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8.1" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.XML.CharacterData", - "description": "

An interface extending Titanium.XML.Node with a set of attributes and methods for accessing character data in the DOM.\nImplements the DOM Level 2 API on Android and iOS. For reasons of compatibility with the javascript engine, text is represented by UTF-8 instead of UTF-16 on Android and iOS. Exposes the DOM Level 3 API implementation on Mobile Web.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "ATTRIBUTE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nAttr node.
\n

" - }, - { - "name": "CDATA_SECTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nCDATASection node.
\n

" - }, - { - "name": "COMMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nComment node.
\n

" - }, - { - "name": "DOCUMENT_FRAGMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentFragment node.
\n

" - }, - { - "name": "DOCUMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocument node.
\n

" - }, - { - "name": "DOCUMENT_TYPE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentType node.
\n

" - }, - { - "name": "ELEMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nElement node.
\n

" - }, - { - "name": "ENTITY_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntity node.
\n

" - }, - { - "name": "ENTITY_REFERENCE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntityReference node.
\n

" - }, - { - "name": "NOTATION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nNotation node.
\n

" - }, - { - "name": "PROCESSING_INSTRUCTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nProcessingInstruction node.
\n

" - }, - { - "name": "TEXT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nText node.
\n

" - }, - { - "name": "attributes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A map of this node's attributes.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "childNodes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NodeList", - "isClassProperty": false, - "description": "

A Titanium.XML.NodeList of this node's children.

" - }, - { - "name": "data", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The character data of the node that implements this interface. Throws an exception during setting if this node is readonly.

" - }, - { - "name": "firstChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's first child.

" - }, - { - "name": "lastChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's last child.

" - }, - { - "name": "length", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of characters that are available through data and the substringData method. This may have the value zero, i.e., Titanium.XML.CharacterData may be empty.

" - }, - { - "name": "localName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local part of the qualified name of this node.

" - }, - { - "name": "namespaceURI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace URI of this node.

" - }, - { - "name": "nextSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's next sibling.

" - }, - { - "name": "nodeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this node.

" - }, - { - "name": "nodeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

This node's type. One of ELEMENT_NODE, ATTRIBUTE_NODE, TEXT_NODE, CDATA_SECTION_NODE,\nENTITY_REFERENCE_NODE, ENTITY_NODE, PROCESSING_INSTRUCTION_NODE, COMMENT_NODE,\nDOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE, NOTATION_NODE.

" - }, - { - "name": "nodeValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of this node.

" - }, - { - "name": "ownerDocument", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

This node's owning document.

" - }, - { - "name": "parentNode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's parent node.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace prefix of this node.

" - }, - { - "name": "previousSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's previous sibling.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.\n Deprecated since 2.0.0. Use textContent instead.

" - }, - { - "name": "textContent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "appendChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Newly-appended node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the node newChild as a child of this node.

" - }, - { - "name": "appendData", - "isInternal": false, - "parameters": [ - { - "name": "arg", - "usage": "required", - "type": "String", - "description": "

The string to append.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Append the string to the end of the character data of the node. Upon success, data provides access to the concatenation of data and the string specified. Throws an exception if this node is readonly.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cloneNode", - "isInternal": false, - "parameters": [ - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

Whether or not to perform a deep copy of this node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Cloned node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a duplicate of this node.

" - }, - { - "name": "deleteData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The offset from which to start removing.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

The number of characters to delete. If the sum of offset and count exceeds length then all characters from offset to the end of the data are deleted.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Remove a range of characters from the node. Upon success, data and length reflect the change. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the attributes property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the childNodes property.

" - }, - { - "name": "getData", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the data property.

" - }, - { - "name": "getFirstChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstChild property.

" - }, - { - "name": "getLastChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastChild property.

" - }, - { - "name": "getLength", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the length property.

" - }, - { - "name": "getLocalName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the localName property.

" - }, - { - "name": "getNamespaceURI", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the namespaceURI property.

" - }, - { - "name": "getNextSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nextSibling property.

" - }, - { - "name": "getNodeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeName property.

" - }, - { - "name": "getNodeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeType property.

" - }, - { - "name": "getNodeValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeValue property.

" - }, - { - "name": "getOwnerDocument", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerDocument property.

" - }, - { - "name": "getParentNode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the parentNode property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getPreviousSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the previousSibling property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property. Deprecated since 2.0.0.

" - }, - { - "name": "getTextContent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textContent property.

" - }, - { - "name": "hasAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has attributes, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has attributes.

" - }, - { - "name": "hasChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has children, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has child nodes.

" - }, - { - "name": "insertBefore", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert.

" - }, - { - "name": "refChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert newChild before.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The inserted node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts the node newChild before the node refChild.

" - }, - { - "name": "insertData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The character offset at which to insert.

" - }, - { - "name": "arg", - "usage": "required", - "type": "String", - "description": "

The string to insert.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Insert a string at the specified offset. Throws an exception if this node is readonly, if offset is negative, or if offset is beyond the data's length.

" - }, - { - "name": "isSupported", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

Name of the feature.

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

Version number of the feature.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if the feature is supported, false if it is not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tests whether the DOM implementation supports a specific feature.

" - }, - { - "name": "normalize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Normalizes text and attribute nodes in this node's child hierarchy.

" - }, - { - "name": "removeChild", - "isInternal": false, - "parameters": [ - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child node from this node.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node.

" - }, - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node being replaced.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces the node oldChild with the node newChild.

" - }, - { - "name": "replaceData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The offset from which to start replacing.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

The number of characters to replace. If the sum of offset and count exceeds length, then all characters to the end of the data are replaced; (i.e., the effect is the same as a remove method call with the same range, followed by an append method invocation).

" - }, - { - "name": "arg", - "usage": "required", - "type": "String", - "description": "

The string with which the range must be replaced.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replace the characters starting at the specified offset with the specified string. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setData", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the data property.

" - }, - { - "name": "setLocalName", - "isInternal": false, - "parameters": [ - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the localName property.

" - }, - { - "name": "setNodeValue", - "isInternal": false, - "parameters": [ - { - "name": "nodeValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nodeValue property.

" - }, - { - "name": "setPrefix", - "isInternal": false, - "parameters": [ - { - "name": "prefix", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prefix property.

" - }, - { - "name": "substringData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

Start offset of substring to extract.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

The number of characters units to extract.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

The specified substring. If the sum of offset and count exceeds the length, then all 16-bit units to the end of the data are returned.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Extracts a range of data from the node. Throws an exception if offset is negative, offset is beyond the data's length, or if count is negative.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "TableViewAnimationProperties", - "description": "

A simple object for specifying the animation properties to use when inserting or deleting rows, or scrolling the table.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

These properties are only used on iOS. Not all properties apply to all methods.

\n

animationStyle does not apply to the scrollToTop or scrollToIndex methods.

\n

positon only applies to the scrollToIndex method.

" - ], - "properties": [ - { - "name": "animated", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether this table change should be animated. Ignored if any animationStyle value is specified.

" - }, - { - "name": "animationStyle", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Type of animation to use for row insertions and deletions. One of the animation style constants defined in Titanium.UI.iPhone.RowAnimationStyle.

" - }, - { - "name": "position", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Specifies what position to scroll the selected row to. One of the position constants from \nTitanium.UI.iPhone.TableViewScrollPosition.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iPad.Popover", - "description": "

A Popover is used to manage the presentation of content in a popover.

", - "userAgents": [ - { - "platform": "ipad" - } - ], - "examples": [ - { - "code": "

In this example, we create a simple popover and position it near the button.

\n
var win = Ti.UI.createWindow();\n\nvar button = Ti.UI.createButton({title: 'Open Popover!'});\nbutton.addEventListener('click', function(e){\n    popover.show({ view: button });\n});\nwin.add(button);\n\nvar view = Ti.UI.createView({backgroundColor: 'green'});\nview.add(Ti.UI.createLabel({text: \"It's not easy being green.\"}));\n\nvar rightButton = Ti.UI.createButton({title: 'Robin'});\nrightButton.addEventListener('click', function(e){\n    alert(\"But green's the color of spring.\");\n});\n\nvar popover = Ti.UI.iPad.createPopover({\n    width: 250,\n    height: 100,\n    title: 'Kermit',\n    rightNavButton: rightButton\n});\npopover.add(view);\n\nwin.open();\n
", - "name": "Simple Popover with a Title and Right Button" - }, - { - "code": "

Previous example as an Alloy project.

\n

index.xml

\n
<Alloy>\n    <Window>\n        <Button id=\"button\" onClick=\"openPopover\">Open Popover!</Button>\n    </Window>\n</Alloy>\n
\n

index.js

\n
function openPopover() {\n    var popover = Alloy.createController('popover').getView();\n    popover.show({view:$.button});\n};\n\n$.index.open();\n
\n

popover.xml

\n
<Alloy>\n    <Popover title='Kermit' height='100' width='250'>\n        <!-- Prior to Alloy 1.1.0, this property was set in the controller. -->\n        <RightNavButton>\n            <Button onClick='showAlert'>Robin</Button>\n        </RightNavButton>\n        <View backgroundColor='green'>\n            <Label>It's not easy being green.</Label>\n        </View>\n    </Popover>\n</Alloy>\n
\n

popover.js

\n
function showAlert(e) {\n    alert('But green is the color of spring.');\n};\n\n// Prior to Alloy 1.1.0, the rightNavButton property was set in the controller.\n// var button = Ti.UI.createButton({title: 'Robin'});\n// button.addEventListener('click', showAlert);\n// $.popover.rightNavButton = button;\n
", - "name": "Alloy XML Markup" - } - ], - "remarks": [ - "

A popover is created using the Titanium.UI.iPad.createPopover method.

\n

Popovers are used to present information temporarily, but in a way that does not take over \nthe entire screen in the way that a modal view does. The popover content is layered on top of \nthe existing content in a special type of window. The popover remains visible until the user \ntaps outside of the popover window or it is explicitly dismissed.

\n

A Titanium.UI.iPhone.NavigationGroup may be added as a view in a popover. Do not add top-level\nview containers, such as a Window or TabGroup, to a popover. Adding top-level view containers\nmay have unintended side effects.

\n

\"popover\"

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "arrowDirection", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Indicates the arrow direction of the popover.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "leftNavButton", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Left button in the navigation area of the popover.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "rightNavButton", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Right button in the navigation area of the popover.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "title", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Title of the navigation area of the popover.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getArrowDirection", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the arrowDirection property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getLeftNavButton", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the leftNavButton property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getRightNavButton", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rightNavButton property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the title property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

Height of the popover.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Change the height of the popover.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setLeftNavButton", - "isInternal": false, - "parameters": [ - { - "name": "leftNavButton", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the leftNavButton property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setPassthroughViews", - "isInternal": false, - "parameters": [ - { - "name": "passthroughViews", - "usage": "required", - "type": "Array", - "description": "

View or views that the user can interact with while the popover is open (i.e. clicking \non these views will interact with these views, and not dismiss the popover.)

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Set the passthrough views for the popover.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setRightNavButton", - "isInternal": false, - "parameters": [ - { - "name": "rightNavButton", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the rightNavButton property.

" - }, - { - "name": "setTitle", - "isInternal": false, - "parameters": [ - { - "name": "title", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the title property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

Width of the popover

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Set the width of the popover

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.2" - } - ], - "isInternal": true, - "events": [ - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "hide", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the popover is hidden.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "ServiceIntentOptions", - "description": "

Options passed to Titanium.Android.createServiceIntent.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "startMode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

One of the START_ constants from Titanium.Android to specify the \"stickiness\" of the Service when Android shuts down the host application.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

URL for the service's JavaScript.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Gesture", - "description": "

The Gesture module is responsible for high-level device gestures such as orientation changes \nand shake gestures.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "landscape", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether current window is considered landscape by the device.

" - }, - { - "name": "orientation", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Orientation of the current window.

" - }, - { - "name": "portrait", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether current window is considered portrait by the device.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getLandscape", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the landscape property.

" - }, - { - "name": "getOrientation", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the orientation property.

" - }, - { - "name": "getPortrait", - "isInternal": false, - "userAgents": [ - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the portrait property.

" - }, - { - "name": "isFaceDown", - "isInternal": false, - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns whether current window is considered face down by the device.

" - }, - { - "name": "isFaceUp", - "isInternal": false, - "userAgents": [ - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns whether current window is considered face up by the device.

" - }, - { - "name": "isLandscape", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns whether current window is considered landscape by the device.

" - }, - { - "name": "isPortrait", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns whether current window is considered portrait by the device.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [ - { - "name": "orientationchange", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "orientation", - "deprecated": false, - "type": "Number", - "description": "

Orientation of the current window.
\nValue will be one of the group of Titanium.UI orientation constants, \nTitanium.UI.PORTRAIT, \nTitanium.UI.UPSIDE_PORTRAIT, \nTitanium.UI.LANDSCAPE_LEFT, \nTitanium.UI.LANDSCAPE_RIGHT, \nTitanium.UI.FACE_UP, \nTitanium.UI.FACE_DOWN, \nor Titanium.UI.UNKNOWN.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the device orientation changes.

" - }, - { - "name": "shake", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "timestamp", - "deprecated": false, - "type": "Number", - "description": "

Time interval since previous shake event. On iOS, this value is 0 for the first shake \nevent in a series.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

Acceleration along the X axis, in Gs.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Acceleration along the Y axis, in Gs.

" - }, - { - "name": "z", - "deprecated": false, - "type": "Number", - "description": "

Acceleration along the Z axis, in Gs.

" - } - ], - "description": "

Fired when the device is shaken.

" - } - ] - }, - { - "name": "Titanium.BufferStream", - "description": "

Wrapper around Titanium.Buffer that implements the Titanium.IOStream interface.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

Use the Titanium.Stream.createStream method to create a BufferStream instance from a\nBuffer.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "close", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Closes this stream.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "isReadable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if stream is readable, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether this stream is readable.

" - }, - { - "name": "isWriteable", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if stream is writeable, false otherwise.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Indicates whether this stream is writeable.

" - }, - { - "name": "read", - "isInternal": false, - "parameters": [ - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to read stream data into.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset into the buffer to start writing stream data.\nIf specified, length must also be specified.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Maximum number of bytes to read.\nIf specified, offset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number of bytes read.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Reads data from this stream into a buffer.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "write", - "isInternal": false, - "parameters": [ - { - "name": "buffer", - "usage": "required", - "type": "Titanium.Buffer", - "description": "

Buffer to write to this stream.

" - }, - { - "name": "offset", - "usage": "optional", - "type": "Number", - "description": "

Offset in the buffer of the first byte to write to the stream.\nIf specified, length must also be specified.

" - }, - { - "name": "length", - "usage": "optional", - "type": "Number", - "description": "

Maximum number of bytes to write to the stream.\nIf specified, offset must also be specified.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "

Number of bytes written.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Writes data from a buffer to this stream.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.7" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Contacts.Person", - "description": "

An object that represents a contact record for a person or organization in the system contacts \naddress book.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "examples": [], - "remarks": [ - "

A person object is created using Titanium.Contacts.createPerson.

\n

The following two kinds of properties exist for this object:

\n\n

Adding and Modifying Properties

\n

Support for adding and modifying properties is currently supported on iOS and Android.

\n

Keys as Address Book UI Labels

\n

Keys act as labels in the address book user interface.

\n

Although there is limited support for custom, arbitrarily-named, keys when used with multi-value \nproperties, there is no support them with single value properties.

\n

On iOS, creating custom keys is not recommended, and will lead to undefined results.

\n

If a label has been created by the user of the device and used with a multi-value property, it \nwill exist as a key with the same name.

\n

See examples in Titanium.Contacts for more information.

" - ], - "properties": [ - { - "name": "address", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Addresses for the person. Multi-value. Read-only on Android.

" - }, - { - "name": "birthday", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Date of birth of the person. Single value.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "created", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Date and time that the person record was created. Single value.

" - }, - { - "name": "date", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Dates associated with the person. Multi-value.

" - }, - { - "name": "department", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Department of the person. Single value.

" - }, - { - "name": "email", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Email addresses for the person. Multi-value. Read-only on Android.

" - }, - { - "name": "firstName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

First name of the person. Single value.

" - }, - { - "name": "firstPhonetic", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Phonetic first name of the person. Single value.

" - }, - { - "name": "fullName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Localized full name of the person. Single value. Read-only on Android.

" - }, - { - "name": "id", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Record identifier of the person. Single value.

" - }, - { - "name": "image", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Titanium.Blob", - "isClassProperty": false, - "description": "

Image for the person. Single value.

" - }, - { - "name": "instantMessage", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Instant messenger names of the person. Multi-value.

" - }, - { - "name": "jobTitle", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Job title of the person. Single value.

" - }, - { - "name": "kind", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Determines the type of information the person record contains; either person or organization. \nRead-only on Android.

" - }, - { - "name": "lastName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Last name of the person. Single value.

" - }, - { - "name": "lastPhonetic", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Phonetic last name of the person. Single value.

" - }, - { - "name": "middleName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Middle name of the person. Single value.

" - }, - { - "name": "middlePhonetic", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Phonetic middle name of the person. Single value.

" - }, - { - "name": "modified", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Date and time that the person record was last modified. Single value.

" - }, - { - "name": "nickname", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Nickname of the person. Single value.

" - }, - { - "name": "note", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Notes for the person. Single value.

" - }, - { - "name": "organization", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Organization to which the person belongs. Single value.

" - }, - { - "name": "phone", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Phone numbers for the person. Multi-value. Read-only on Android.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Prefix for the person. Single value.

" - }, - { - "name": "recordId", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Record identifier of the person. Single value.

" - }, - { - "name": "relatedNames", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Names of people to which the person is related. Multi-value.

" - }, - { - "name": "suffix", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Suffix for the person. Single value.

" - }, - { - "name": "url", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

URLs of webpages associated with the person. Multi-value.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAddress", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the address property.

" - }, - { - "name": "getBirthday", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the birthday property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCreated", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the created property.

" - }, - { - "name": "getDate", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the date property.

" - }, - { - "name": "getDepartment", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the department property.

" - }, - { - "name": "getEmail", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the email property.

" - }, - { - "name": "getFirstName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstName property.

" - }, - { - "name": "getFirstPhonetic", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstPhonetic property.

" - }, - { - "name": "getFullName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the fullName property.

" - }, - { - "name": "getId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the id property.

" - }, - { - "name": "getImage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the image property.

" - }, - { - "name": "getInstantMessage", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the instantMessage property.

" - }, - { - "name": "getJobTitle", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the jobTitle property.

" - }, - { - "name": "getKind", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the kind property.

" - }, - { - "name": "getLastName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastName property.

" - }, - { - "name": "getLastPhonetic", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastPhonetic property.

" - }, - { - "name": "getMiddleName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the middleName property.

" - }, - { - "name": "getMiddlePhonetic", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the middlePhonetic property.

" - }, - { - "name": "getModified", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the modified property.

" - }, - { - "name": "getNickname", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nickname property.

" - }, - { - "name": "getNote", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the note property.

" - }, - { - "name": "getOrganization", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the organization property.

" - }, - { - "name": "getPhone", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the phone property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getRecordId", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the recordId property.

" - }, - { - "name": "getRelatedNames", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the relatedNames property.

" - }, - { - "name": "getSuffix", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the suffix property.

" - }, - { - "name": "getUrl", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Object", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the url property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAddress", - "isInternal": false, - "parameters": [ - { - "name": "address", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the address property.

" - }, - { - "name": "setBirthday", - "isInternal": false, - "parameters": [ - { - "name": "birthday", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the birthday property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setDate", - "isInternal": false, - "parameters": [ - { - "name": "date", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the date property.

" - }, - { - "name": "setDepartment", - "isInternal": false, - "parameters": [ - { - "name": "department", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the department property.

" - }, - { - "name": "setEmail", - "isInternal": false, - "parameters": [ - { - "name": "email", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the email property.

" - }, - { - "name": "setFirstName", - "isInternal": false, - "parameters": [ - { - "name": "firstName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the firstName property.

" - }, - { - "name": "setFirstPhonetic", - "isInternal": false, - "parameters": [ - { - "name": "firstPhonetic", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the firstPhonetic property.

" - }, - { - "name": "setImage", - "isInternal": false, - "parameters": [ - { - "name": "image", - "usage": "required", - "type": "Titanium.Blob", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the image property.

" - }, - { - "name": "setInstantMessage", - "isInternal": false, - "parameters": [ - { - "name": "instantMessage", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the instantMessage property.

" - }, - { - "name": "setJobTitle", - "isInternal": false, - "parameters": [ - { - "name": "jobTitle", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the jobTitle property.

" - }, - { - "name": "setKind", - "isInternal": false, - "parameters": [ - { - "name": "kind", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the kind property.

" - }, - { - "name": "setLastName", - "isInternal": false, - "parameters": [ - { - "name": "lastName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the lastName property.

" - }, - { - "name": "setLastPhonetic", - "isInternal": false, - "parameters": [ - { - "name": "lastPhonetic", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the lastPhonetic property.

" - }, - { - "name": "setMiddleName", - "isInternal": false, - "parameters": [ - { - "name": "middleName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the middleName property.

" - }, - { - "name": "setMiddlePhonetic", - "isInternal": false, - "parameters": [ - { - "name": "middlePhonetic", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the middlePhonetic property.

" - }, - { - "name": "setNickname", - "isInternal": false, - "parameters": [ - { - "name": "nickname", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nickname property.

" - }, - { - "name": "setNote", - "isInternal": false, - "parameters": [ - { - "name": "note", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the note property.

" - }, - { - "name": "setOrganization", - "isInternal": false, - "parameters": [ - { - "name": "organization", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the organization property.

" - }, - { - "name": "setPhone", - "isInternal": false, - "parameters": [ - { - "name": "phone", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the phone property.

" - }, - { - "name": "setRecordId", - "isInternal": false, - "parameters": [ - { - "name": "recordId", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the recordId property.

" - }, - { - "name": "setRelatedNames", - "isInternal": false, - "parameters": [ - { - "name": "relatedNames", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the relatedNames property.

" - }, - { - "name": "setUrl", - "isInternal": false, - "parameters": [ - { - "name": "url", - "usage": "required", - "type": "Object", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the url property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "EncodeStringDict", - "description": "

Named parameters for Titanium.Codec.encodeString.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "charset", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Character encoding to use when encoding this string to bytes.

" - }, - { - "name": "dest", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.Buffer", - "isClassProperty": false, - "description": "

Destination buffer.

" - }, - { - "name": "destPosition", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Index in the dest buffer of the first byte of the encoded string.

" - }, - { - "name": "source", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Source string to encode.

" - }, - { - "name": "sourceLength", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Number of characters in source to encode.

" - }, - { - "name": "sourcePosition", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Position in source to start encoding.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.UI.iOS.AdView", - "description": "

The AdView is a view for display Apple iAds.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [ - "

The Ad view is created by the Titanium.UI.iOS.createAdView method.

" - ], - "properties": [ - { - "name": "accessibilityHidden", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Whether the view should be \"hidden\" from (i.e., ignored by) the accessibility service.

" - }, - { - "name": "accessibilityHint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Briefly describes what performing an action (such as a click) on the view will do.

" - }, - { - "name": "accessibilityLabel", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A succint label identifying the view for the device's accessibility service.

" - }, - { - "name": "accessibilityValue", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

A string describing the value (if any) of the view for the device's accessibility service.

" - }, - { - "name": "adSize", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Size of the advertisement when minimized.

" - }, - { - "name": "anchorPoint", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Coordinate of the view about which to pivot an animation.

" - }, - { - "name": "animatedCenter", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

Current position of the view during an animation.

" - }, - { - "name": "backgroundColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background color of the view, as a color name or hex triplet.

" - }, - { - "name": "backgroundGradient", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [ - { - "code": "

The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.

\n
var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: '90%',\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n
", - "name": "Linear and Radial Gradients" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Gradient", - "isClassProperty": false, - "description": "

A background gradient for the view.

" - }, - { - "name": "backgroundImage", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Background image for the view, specified as a local file path or URL.

" - }, - { - "name": "backgroundLeftCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the left end cap.

" - }, - { - "name": "backgroundRepeat", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether to tile a background across a view.

" - }, - { - "name": "backgroundTopCap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Size of the top end cap.

" - }, - { - "name": "borderColor", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Border color of the view, as a color name or hex triplet.

" - }, - { - "name": "borderRadius", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Radius for the rounded corners of the view's border.

" - }, - { - "name": "borderWidth", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Border width of the view.

" - }, - { - "name": "bottom", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's bottom position, in platform-specific units.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "center", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Point", - "isClassProperty": false, - "description": "

View's center position, in the parent view's coordinates.

" - }, - { - "name": "children", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Array of this view's child views.

" - }, - { - "name": "height", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View height, in platform-specific units.

" - }, - { - "name": "horizontalWrap", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the layout has wrapping behavior.

" - }, - { - "name": "layout", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Specifies how the view positions its children. \nOne of: 'composite', 'vertical', or 'horizontal'.

" - }, - { - "name": "left", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's left position, in platform-specific units.

" - }, - { - "name": "opacity", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Opacity of this view, from 0.0 (transparent) to 1.0 (opaque).

" - }, - { - "name": "rect", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The bounding box of the view relative to its parent, in system units.

" - }, - { - "name": "right", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's right position, in platform-specific units.

" - }, - { - "name": "size", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Dimension", - "isClassProperty": false, - "description": "

The size of the view in system units.

" - }, - { - "name": "top", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The view's top position.

" - }, - { - "name": "touchEnabled", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether view should receive touch events.

" - }, - { - "name": "transform", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Titanium.UI._2DMatrix", - "isClassProperty": false, - "description": "

Transformation matrix to apply to the view.

" - }, - { - "name": "visible", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Determines whether the view is visible.

" - }, - { - "name": "width", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

View's width, in platform-specific units.

" - }, - { - "name": "zIndex", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Z-index stack order position, relative to other sibling views.

" - } - ], - "functions": [ - { - "name": "add", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to add to this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds a child to this view's hierarchy.

" - }, - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "animate", - "isInternal": false, - "parameters": [ - { - "name": "animation", - "usage": "required", - "type": "Titanium.UI.Animation", - "description": "

Either a dictionary of animation properties or an \nAnimation object.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Function to be invoked upon completion of the animation.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Animates this view.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cancelAction", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Cancel a banner to uncover the user interface.

" - }, - { - "name": "convertPointToView", - "isInternal": false, - "parameters": [ - { - "name": "point", - "usage": "required", - "type": "Point", - "description": "

A point in this view's coordinate system.

\n

If this argument is missing an x or y property, or the properties can not be \nconverted into numbers, an exception will be raised.

" - }, - { - "name": "destinationView", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View that specifies the destination coordinate system to convert to. If this argument \nis not a view, an exception will be raised.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.8" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Translates a point from this view's coordinate system to another view's coordinate system.

" - }, - { - "name": "finishLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Finishes a batch update of the View's layout properties and schedules a layout pass of the \nview tree.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAccessibilityHidden", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHidden property.

" - }, - { - "name": "getAccessibilityHint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityHint property.

" - }, - { - "name": "getAccessibilityLabel", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityLabel property.

" - }, - { - "name": "getAccessibilityValue", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the accessibilityValue property.

" - }, - { - "name": "getAdSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the adSize property.

" - }, - { - "name": "getAnchorPoint", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the anchorPoint property.

" - }, - { - "name": "getAnimatedCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the animatedCenter property.

" - }, - { - "name": "getBackgroundColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundColor property.

" - }, - { - "name": "getBackgroundGradient", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Gradient", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundGradient property.

" - }, - { - "name": "getBackgroundImage", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundImage property.

" - }, - { - "name": "getBackgroundLeftCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundLeftCap property.

" - }, - { - "name": "getBackgroundRepeat", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundRepeat property.

" - }, - { - "name": "getBackgroundTopCap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the backgroundTopCap property.

" - }, - { - "name": "getBorderColor", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderColor property.

" - }, - { - "name": "getBorderRadius", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderRadius property.

" - }, - { - "name": "getBorderWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the borderWidth property.

" - }, - { - "name": "getBottom", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bottom property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getCenter", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Point", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the center property.

" - }, - { - "name": "getChildren", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Array", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the children property.

" - }, - { - "name": "getHeight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the height property.

" - }, - { - "name": "getHorizontalWrap", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the horizontalWrap property.

" - }, - { - "name": "getLayout", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the layout property.

" - }, - { - "name": "getLeft", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the left property.

" - }, - { - "name": "getOpacity", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the opacity property.

" - }, - { - "name": "getRect", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the rect property.

" - }, - { - "name": "getRight", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the right property.

" - }, - { - "name": "getSize", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Dimension", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the size property.

" - }, - { - "name": "getTop", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the top property.

" - }, - { - "name": "getTouchEnabled", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the touchEnabled property.

" - }, - { - "name": "getTransform", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.UI._2DMatrix", - "description": "" - }, - { - "type": "Titanium.UI._3DMatrix", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the transform property.

" - }, - { - "name": "getVisible", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the visible property.

" - }, - { - "name": "getWidth", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - }, - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the width property.

" - }, - { - "name": "getZIndex", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the zIndex property.

" - }, - { - "name": "hide", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Hides this view.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "view", - "usage": "required", - "type": "Titanium.UI.View", - "description": "

View to remove from this view's hierarchy.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child view from this view's hierarchy.

" - }, - { - "name": "removeAllChildren", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes all child views from this view's hierarchy.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setAccessibilityHidden", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHidden", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHidden property.

" - }, - { - "name": "setAccessibilityHint", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityHint", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityHint property.

" - }, - { - "name": "setAccessibilityLabel", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityLabel", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityLabel property.

" - }, - { - "name": "setAccessibilityValue", - "isInternal": false, - "parameters": [ - { - "name": "accessibilityValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the accessibilityValue property.

" - }, - { - "name": "setAdSize", - "isInternal": false, - "parameters": [ - { - "name": "adSize", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the adSize property.

" - }, - { - "name": "setAnchorPoint", - "isInternal": false, - "parameters": [ - { - "name": "anchorPoint", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the anchorPoint property.

" - }, - { - "name": "setBackgroundColor", - "isInternal": false, - "parameters": [ - { - "name": "backgroundColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundColor property.

" - }, - { - "name": "setBackgroundGradient", - "isInternal": false, - "parameters": [ - { - "name": "backgroundGradient", - "usage": "required", - "type": "Gradient", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundGradient property.

" - }, - { - "name": "setBackgroundImage", - "isInternal": false, - "parameters": [ - { - "name": "backgroundImage", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundImage property.

" - }, - { - "name": "setBackgroundLeftCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundLeftCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundLeftCap property.

" - }, - { - "name": "setBackgroundRepeat", - "isInternal": false, - "parameters": [ - { - "name": "backgroundRepeat", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundRepeat property.

" - }, - { - "name": "setBackgroundTopCap", - "isInternal": false, - "parameters": [ - { - "name": "backgroundTopCap", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the backgroundTopCap property.

" - }, - { - "name": "setBorderColor", - "isInternal": false, - "parameters": [ - { - "name": "borderColor", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderColor property.

" - }, - { - "name": "setBorderRadius", - "isInternal": false, - "parameters": [ - { - "name": "borderRadius", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderRadius property.

" - }, - { - "name": "setBorderWidth", - "isInternal": false, - "parameters": [ - { - "name": "borderWidth", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the borderWidth property.

" - }, - { - "name": "setBottom", - "isInternal": false, - "parameters": [ - { - "name": "bottom", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bottom property.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setCenter", - "isInternal": false, - "parameters": [ - { - "name": "center", - "usage": "required", - "type": "Point", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the center property.

" - }, - { - "name": "setHeight", - "isInternal": false, - "parameters": [ - { - "name": "height", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the height property.

" - }, - { - "name": "setHorizontalWrap", - "isInternal": false, - "parameters": [ - { - "name": "horizontalWrap", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the horizontalWrap property.

" - }, - { - "name": "setLayout", - "isInternal": false, - "parameters": [ - { - "name": "layout", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the layout property.

" - }, - { - "name": "setLeft", - "isInternal": false, - "parameters": [ - { - "name": "left", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the left property.

" - }, - { - "name": "setOpacity", - "isInternal": false, - "parameters": [ - { - "name": "opacity", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the opacity property.

" - }, - { - "name": "setRight", - "isInternal": false, - "parameters": [ - { - "name": "right", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the right property.

" - }, - { - "name": "setTop", - "isInternal": false, - "parameters": [ - { - "name": "top", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the top property.

" - }, - { - "name": "setTouchEnabled", - "isInternal": false, - "parameters": [ - { - "name": "touchEnabled", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the touchEnabled property.

" - }, - { - "name": "setTransform", - "isInternal": false, - "parameters": [ - { - "name": "transform", - "usage": "required", - "type": "Titanium.UI._2DMatrix", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the transform property.

" - }, - { - "name": "setVisible", - "isInternal": false, - "parameters": [ - { - "name": "visible", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the visible property.

" - }, - { - "name": "setWidth", - "isInternal": false, - "parameters": [ - { - "name": "width", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the width property.

" - }, - { - "name": "setZIndex", - "isInternal": false, - "parameters": [ - { - "name": "zIndex", - "usage": "required", - "type": "Number", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the zIndex property.

" - }, - { - "name": "show", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Makes this view visible.

" - }, - { - "name": "startLayout", - "isInternal": false, - "deprecated": true, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts a batch update of this view's layout properties. Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - }, - { - "name": "toImage", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "optional", - "type": "Function", - "description": "

Function to be invoked upon completion. If non-null, this method will be performed \nasynchronously. If null, it will be performed immediately.\nOn Tizen, this function is asynchronous only. The callback is mandatory and function always returns \"undefined\".

" - }, - { - "name": "honorScaleFactor", - "usage": "optional", - "type": "Boolean", - "description": "

Determines whether the image is scaled based on scale factor of main screen. (iOS only)

\n

When set to true, image is scale factor is honored. When set to false, the image in the \nblob has the same dimensions for retina and non-retina devices.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "returnTypes": [ - { - "type": "Titanium.Blob", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns an image of the rendered view, as a Blob.

" - }, - { - "name": "updateLayout", - "isInternal": false, - "parameters": [ - { - "name": "params", - "usage": "required", - "type": "Object", - "description": "

Layout properties to be updated.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Performs a batch update of all supplied layout properties and schedules a layout pass after \nthey have been updated.\n Deprecated since 3.0.0. Use the applyProperties method to batch-update layout properties.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "1.4" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "1.4" - } - ], - "isInternal": true, - "events": [ - { - "name": "action", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a banner action is performed.

" - }, - { - "name": "click", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a click against the view.

" - }, - { - "name": "dblclick", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double click against the view.

" - }, - { - "name": "doubletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a double tap against the view.

" - }, - { - "name": "error", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "code", - "deprecated": false, - "type": "Number", - "description": "

Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.

" - }, - { - "name": "error", - "deprecated": false, - "type": "String", - "description": "

Error message, if any returned. May be undefined.

" - }, - { - "name": "message", - "deprecated": true, - "type": "String", - "description": "

Error message. Use the error property instead. Deprecated since 3.1.0.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "success", - "deprecated": false, - "type": "Boolean", - "description": "

Indicates a successful operation. Returns false.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a banner could not be loaded.

" - }, - { - "name": "load", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a banner is loaded and displayed.

" - }, - { - "name": "longpress", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a long press.

" - }, - { - "name": "pinch", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "scale", - "deprecated": false, - "type": "Number", - "description": "

The scale factor relative to the points of the two touches in screen coordinates.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "velocity", - "deprecated": false, - "type": "Number", - "description": "

The velocity of the pinch in scale factor per second.

" - } - ], - "description": "

Fired when the device detects a pinch gesture.

" - }, - { - "name": "postlayout", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when a layout cycle is finished.

" - }, - { - "name": "singletap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a single tap against the view.

" - }, - { - "name": "swipe", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "direction", - "deprecated": false, - "type": "String", - "description": "

Direction of the swipe--either 'left', 'right', 'up', or 'down'.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event's endpoint from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event's endpoint from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a swipe gesture against the view.

" - }, - { - "name": "touchcancel", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is interrupted by the device.

" - }, - { - "name": "touchend", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when a touch event is completed.

" - }, - { - "name": "touchmove", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects movement of a touch.

" - }, - { - "name": "touchstart", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired as soon as the device detects a touch gesture.

" - }, - { - "name": "twofingertap", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - }, - { - "name": "x", - "deprecated": false, - "type": "Number", - "description": "

X coordinate of the event from the source view's coordinate system.

" - }, - { - "name": "y", - "deprecated": false, - "type": "Number", - "description": "

Y coordinate of the event from the source view's coordinate system.

" - } - ], - "description": "

Fired when the device detects a two-finger tap against the view.

" - } - ] - }, - { - "name": "CloudFriendsResponse", - "description": "

Argument passed to the callback when a request finishes successfully or erroneously.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "code", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Error code, if any returned.

" - }, - { - "name": "error", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request failed.

" - }, - { - "name": "message", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Error message, if any returned.

" - }, - { - "name": "meta", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Object", - "isClassProperty": false, - "description": "

Meta data, if any returned.

" - }, - { - "name": "success", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates whether the request succeeded.

" - }, - { - "name": "users", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Array", - "isClassProperty": false, - "description": "

Set of user objects, if any exist.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.XML.DocumentFragment", - "description": "

A lightweight document object used as a container for a group of nodes.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

When a DocumentFragment is inserted into a DOM tree, children of the DocumentFragment are \nadded, not the DocumentFragment itself.

\n

Implements the DOM Level 2 API on\nAndroid and iOS with some non-standard extensions. Exposes the \nDOM Level 3 API implementation on Mobile Web.

" - ], - "properties": [ - { - "name": "ATTRIBUTE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nAttr node.
\n

" - }, - { - "name": "CDATA_SECTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nCDATASection node.
\n

" - }, - { - "name": "COMMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nComment node.
\n

" - }, - { - "name": "DOCUMENT_FRAGMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentFragment node.
\n

" - }, - { - "name": "DOCUMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocument node.
\n

" - }, - { - "name": "DOCUMENT_TYPE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentType node.
\n

" - }, - { - "name": "ELEMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nElement node.
\n

" - }, - { - "name": "ENTITY_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntity node.
\n

" - }, - { - "name": "ENTITY_REFERENCE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntityReference node.
\n

" - }, - { - "name": "NOTATION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nNotation node.
\n

" - }, - { - "name": "PROCESSING_INSTRUCTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nProcessingInstruction node.
\n

" - }, - { - "name": "TEXT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nText node.
\n

" - }, - { - "name": "attributes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A map of this node's attributes.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "childNodes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NodeList", - "isClassProperty": false, - "description": "

A Titanium.XML.NodeList of this node's children.

" - }, - { - "name": "firstChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's first child.

" - }, - { - "name": "lastChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's last child.

" - }, - { - "name": "localName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local part of the qualified name of this node.

" - }, - { - "name": "namespaceURI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace URI of this node.

" - }, - { - "name": "nextSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's next sibling.

" - }, - { - "name": "nodeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this node.

" - }, - { - "name": "nodeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

This node's type. One of ELEMENT_NODE, ATTRIBUTE_NODE, TEXT_NODE, CDATA_SECTION_NODE,\nENTITY_REFERENCE_NODE, ENTITY_NODE, PROCESSING_INSTRUCTION_NODE, COMMENT_NODE,\nDOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE, NOTATION_NODE.

" - }, - { - "name": "nodeValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of this node.

" - }, - { - "name": "ownerDocument", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

This node's owning document.

" - }, - { - "name": "parentNode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's parent node.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace prefix of this node.

" - }, - { - "name": "previousSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's previous sibling.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.\n Deprecated since 2.0.0. Use textContent instead.

" - }, - { - "name": "textContent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "appendChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Newly-appended node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the node newChild as a child of this node.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cloneNode", - "isInternal": false, - "parameters": [ - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

Whether or not to perform a deep copy of this node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Cloned node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a duplicate of this node.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the attributes property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the childNodes property.

" - }, - { - "name": "getFirstChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstChild property.

" - }, - { - "name": "getLastChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastChild property.

" - }, - { - "name": "getLocalName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the localName property.

" - }, - { - "name": "getNamespaceURI", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the namespaceURI property.

" - }, - { - "name": "getNextSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nextSibling property.

" - }, - { - "name": "getNodeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeName property.

" - }, - { - "name": "getNodeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeType property.

" - }, - { - "name": "getNodeValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeValue property.

" - }, - { - "name": "getOwnerDocument", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerDocument property.

" - }, - { - "name": "getParentNode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the parentNode property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getPreviousSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the previousSibling property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property. Deprecated since 2.0.0.

" - }, - { - "name": "getTextContent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textContent property.

" - }, - { - "name": "hasAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has attributes, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has attributes.

" - }, - { - "name": "hasChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has children, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has child nodes.

" - }, - { - "name": "insertBefore", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert.

" - }, - { - "name": "refChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert newChild before.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The inserted node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts the node newChild before the node refChild.

" - }, - { - "name": "isSupported", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

Name of the feature.

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

Version number of the feature.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if the feature is supported, false if it is not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tests whether the DOM implementation supports a specific feature.

" - }, - { - "name": "normalize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Normalizes text and attribute nodes in this node's child hierarchy.

" - }, - { - "name": "removeChild", - "isInternal": false, - "parameters": [ - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child node from this node.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node.

" - }, - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node being replaced.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces the node oldChild with the node newChild.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setLocalName", - "isInternal": false, - "parameters": [ - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the localName property.

" - }, - { - "name": "setNodeValue", - "isInternal": false, - "parameters": [ - { - "name": "nodeValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nodeValue property.

" - }, - { - "name": "setPrefix", - "isInternal": false, - "parameters": [ - { - "name": "prefix", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prefix property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.XML.Text", - "description": "

Represents the textual content of an Titanium.XML.Element or Titanium.XML.Attr Implements the DOM Level 2 API on Android and iOS. Exposes the DOM Level 3 API implementation on Mobile Web.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "ATTRIBUTE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nAttr node.
\n

" - }, - { - "name": "CDATA_SECTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nCDATASection node.
\n

" - }, - { - "name": "COMMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nComment node.
\n

" - }, - { - "name": "DOCUMENT_FRAGMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentFragment node.
\n

" - }, - { - "name": "DOCUMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocument node.
\n

" - }, - { - "name": "DOCUMENT_TYPE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nDocumentType node.
\n

" - }, - { - "name": "ELEMENT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nElement node.
\n

" - }, - { - "name": "ENTITY_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntity node.
\n

" - }, - { - "name": "ENTITY_REFERENCE_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify an\nEntityReference node.
\n

" - }, - { - "name": "NOTATION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nNotation node.
\n

" - }, - { - "name": "PROCESSING_INSTRUCTION_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nProcessingInstruction node.
\n

" - }, - { - "name": "TEXT_NODE", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

Used with nodeType to identify a\nText node.
\n

" - }, - { - "name": "attributes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NamedNodeMap", - "isClassProperty": false, - "description": "

A map of this node's attributes.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "childNodes", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.NodeList", - "isClassProperty": false, - "description": "

A Titanium.XML.NodeList of this node's children.

" - }, - { - "name": "data", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

The character data of the node that implements this interface. Throws an exception during setting if this node is readonly.

" - }, - { - "name": "firstChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's first child.

" - }, - { - "name": "lastChild", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's last child.

" - }, - { - "name": "length", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

The number of characters that are available through data and the substringData method. This may have the value zero, i.e., Titanium.XML.CharacterData may be empty.

" - }, - { - "name": "localName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Local part of the qualified name of this node.

" - }, - { - "name": "namespaceURI", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace URI of this node.

" - }, - { - "name": "nextSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's next sibling.

" - }, - { - "name": "nodeName", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of this node.

" - }, - { - "name": "nodeType", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

This node's type. One of ELEMENT_NODE, ATTRIBUTE_NODE, TEXT_NODE, CDATA_SECTION_NODE,\nENTITY_REFERENCE_NODE, ENTITY_NODE, PROCESSING_INSTRUCTION_NODE, COMMENT_NODE,\nDOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE, NOTATION_NODE.

" - }, - { - "name": "nodeValue", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of this node.

" - }, - { - "name": "ownerDocument", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Document", - "isClassProperty": false, - "description": "

This node's owning document.

" - }, - { - "name": "parentNode", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's parent node.

" - }, - { - "name": "prefix", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Namespace prefix of this node.

" - }, - { - "name": "previousSibling", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Titanium.XML.Node", - "isClassProperty": false, - "description": "

This node's previous sibling.

" - }, - { - "name": "text", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": true, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.\n Deprecated since 2.0.0. Use textContent instead.

" - }, - { - "name": "textContent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Content (value) of all text nodes within this node.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "appendChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node to append.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Newly-appended node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Appends the node newChild as a child of this node.

" - }, - { - "name": "appendData", - "isInternal": false, - "parameters": [ - { - "name": "arg", - "usage": "required", - "type": "String", - "description": "

The string to append.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Append the string to the end of the character data of the node. Upon success, data provides access to the concatenation of data and the string specified. Throws an exception if this node is readonly.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "cloneNode", - "isInternal": false, - "parameters": [ - { - "name": "deep", - "usage": "required", - "type": "Boolean", - "description": "

Whether or not to perform a deep copy of this node.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Cloned node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns a duplicate of this node.

" - }, - { - "name": "deleteData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The offset from which to start removing.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

The number of characters to delete. If the sum of offset and count exceeds length then all characters from offset to the end of the data are deleted.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Remove a range of characters from the node. Upon success, data and length reflect the change. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NamedNodeMap", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the attributes property.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.NodeList", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the childNodes property.

" - }, - { - "name": "getData", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the data property.

" - }, - { - "name": "getFirstChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the firstChild property.

" - }, - { - "name": "getLastChild", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the lastChild property.

" - }, - { - "name": "getLength", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the length property.

" - }, - { - "name": "getLocalName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the localName property.

" - }, - { - "name": "getNamespaceURI", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the namespaceURI property.

" - }, - { - "name": "getNextSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nextSibling property.

" - }, - { - "name": "getNodeName", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeName property.

" - }, - { - "name": "getNodeType", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeType property.

" - }, - { - "name": "getNodeValue", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the nodeValue property.

" - }, - { - "name": "getOwnerDocument", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the ownerDocument property.

" - }, - { - "name": "getParentNode", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the parentNode property.

" - }, - { - "name": "getPrefix", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the prefix property.

" - }, - { - "name": "getPreviousSibling", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the previousSibling property.

" - }, - { - "name": "getText", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": true, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the text property. Deprecated since 2.0.0.

" - }, - { - "name": "getTextContent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the textContent property.

" - }, - { - "name": "hasAttributes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has attributes, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has attributes.

" - }, - { - "name": "hasChildNodes", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if this node has children, false if it does not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Returns true if this node has child nodes.

" - }, - { - "name": "insertBefore", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert.

" - }, - { - "name": "refChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to insert newChild before.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

The inserted node.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Inserts the node newChild before the node refChild.

" - }, - { - "name": "insertData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The character offset at which to insert.

" - }, - { - "name": "arg", - "usage": "required", - "type": "String", - "description": "

The string to insert.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Insert a string at the specified offset. Throws an exception if this node is readonly, if offset is negative, or if offset is beyond the data's length.

" - }, - { - "name": "isSupported", - "isInternal": false, - "parameters": [ - { - "name": "feature", - "usage": "required", - "type": "String", - "description": "

Name of the feature.

" - }, - { - "name": "version", - "usage": "required", - "type": "String", - "description": "

Version number of the feature.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "

True if the feature is supported, false if it is not.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Tests whether the DOM implementation supports a specific feature.

" - }, - { - "name": "normalize", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Normalizes text and attribute nodes in this node's child hierarchy.

" - }, - { - "name": "removeChild", - "isInternal": false, - "parameters": [ - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node to remove.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was removed.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes a child node from this node.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "replaceChild", - "isInternal": false, - "parameters": [ - { - "name": "newChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

New node.

" - }, - { - "name": "oldChild", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

Node being replaced.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Node", - "description": "

Node that was replaced.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replaces the node oldChild with the node newChild.

" - }, - { - "name": "replaceData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The offset from which to start replacing.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

The number of characters to replace. If the sum of offset and count exceeds length, then all characters to the end of the data are replaced; (i.e., the effect is the same as a remove method call with the same range, followed by an append method invocation).

" - }, - { - "name": "arg", - "usage": "required", - "type": "String", - "description": "

The string with which the range must be replaced.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Replace the characters starting at the specified offset with the specified string. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "setData", - "isInternal": false, - "parameters": [ - { - "name": "data", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the data property.

" - }, - { - "name": "setLocalName", - "isInternal": false, - "parameters": [ - { - "name": "localName", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the localName property.

" - }, - { - "name": "setNodeValue", - "isInternal": false, - "parameters": [ - { - "name": "nodeValue", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the nodeValue property.

" - }, - { - "name": "setPrefix", - "isInternal": false, - "parameters": [ - { - "name": "prefix", - "usage": "required", - "type": "String", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the prefix property.

" - }, - { - "name": "splitText", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

The offset at which to split, starting from 0.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Text", - "description": "

The new node, of the same type as this node

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Breaks this node into two nodes at the specified by offset, and returns a new node of the same type, which contains all the content at and after the offset point. Throws an exception if the specified offset is negative or if this node is read only.

" - }, - { - "name": "substringData", - "isInternal": false, - "parameters": [ - { - "name": "offset", - "usage": "required", - "type": "Number", - "description": "

Start offset of substring to extract.

" - }, - { - "name": "count", - "usage": "required", - "type": "Number", - "description": "

The number of characters units to extract.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "

The specified substring. If the sum of offset and count exceeds the length, then all 16-bit units to the end of the data are returned.

" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Extracts a range of data from the node. Throws an exception if offset is negative, offset is beyond the data's length, or if count is negative.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.Android.Service", - "description": "

The Titanium binding of an Android service.

", - "userAgents": [ - { - "platform": "android" - } - ], - "examples": [ - { - "code": "

This example shows how to create a service in JavaScript.\nYour service code is included in its own JavaScript file.
\n

\n

In this example, the service reads data from the Titanium.Android.Intent which created it, \nto see what it should say besides \"Hello World\".

\n

File: myservice.js:

\n
var service = Titanium.Android.currentService;\nvar intent = service.intent;\nvar message = intent.getStringExtra(\"message_to_echo\");\nTitanium.API.info(\"Hello World!  I am a Service.  I have this to say: \" + message);\n
\n

Register the service in tiapp.xml:

\n
<android xmlns:android=\"http://schemas.android.com/apk/res/android\">\n    <services>\n        <service url=\"myservice.js\" type=\"interval\"/>\n    </services>\n</android>\n
\n

Code in \"regular\" Titanium file to launch the service and listen for pause/resume events.
\nCode also stops the service after its code runs 3 times.

\n
var intent = Titanium.Android.createServiceIntent( { url: 'myservice.js' } );\n// Service should run its code every 2 seconds.\nintent.putExtra('interval', 2000);\n// A message that the service should 'echo'\nintent.putExtra('message_to_echo', 'Titanium rocks!');\n\nvar service = Titanium.Android.createService(intent);\nservice.addEventListener('resume', function(e) {\n    Titanium.API.info('Service code resumes, iteration ' + e.iteration);\n});\nservice.addEventListener('pause', function(e) {\n    Titanium.API.info('Service code pauses, iteration ' + e.iteration);\n    if (e.iteration === 3) {\n        Titanium.API.info('Service code has run 3 times, will now stop it.');\n        service.stop();\n    }\n});\nservice.start();\n
\n

Console Output:

\n
[INFO] [29,1942] Service code resumes, iteration 1\n[INFO] [70,2029] Hello World! I am a Service. I have this to say: Titanium rocks!\n[INFO] [3,2070] Service code pauses, iteration 1\n[INFO] [2,3915] Service code resumes, iteration 2\n[INFO] [31,3961] Hello World! I am a Service. I have this to say: Titanium rocks!\n[INFO] [5,3968] Service code pauses, iteration 2\n[INFO] [2,5917] Service code resumes, iteration 3\n[INFO] [27,5961] Hello World! I am a Service. I have this to say: Titanium rocks!\n[INFO] [16,5980] Service code pauses, iteration 3\n[INFO] [1,5981] Service code has run 3 times, will now stop it.\n
", - "name": "Hello World Service" - } - ], - "remarks": [ - "

This object can be used to start or stop a service directly and listen for service-specific events.
\n

\n

From a JavaScript-based service, this can be referenced with Titanium.Android.currentService.
\n

\n

Use the Titanium.Android.createService method to create an instance of a service.

\n

See also Service\nin the Android Developer Reference.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - }, - { - "name": "intent", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Titanium.Android.Intent", - "isClassProperty": false, - "description": "

The intent used to start or bind to the Service.

" - }, - { - "name": "serviceInstanceId", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

A service can be started more than once -- this number (based on an incrementing integer) \nindicates which \"start number\" in the sequence the current service instance is.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "getIntent", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Titanium.Android.Intent", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the intent property.

" - }, - { - "name": "getServiceInstanceId", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "returnTypes": [ - { - "type": "Number", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the serviceInstanceId property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "start", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Starts the Service.

" - }, - { - "name": "stop", - "isInternal": false, - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Stops this running instance of the Service.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "1.5" - } - ], - "isInternal": true, - "events": [ - { - "name": "pause", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "iteration", - "deprecated": false, - "type": "", - "description": "

Incrementing integer indicating which iteration of an interval-based Service is pausing. \nFor example, if you have an interval-based Service running every 10 seconds, iteration \n3 would occur at about 30 seconds after you start the instance (assuming your service \ncode runs quickly).

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

For Javascript-based services that you create, pause fires after each time the JavaScript \ncode executes.
\n

" - }, - { - "name": "resume", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "iteration", - "deprecated": false, - "type": "", - "description": "

Incrementing integer indicating which iteration of an interval-based Service is pausing. \nFor example, if you have an interval-based Service running every 10 seconds, iteration \n3 would occur at about 30 seconds after you start the instance (assuming your service \ncode runs quickly).

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

For JavaScript-based Services which you create, resume fires each time the JavaScript \ncode executes.

" - }, - { - "name": "start", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the bound service instance starts.

" - }, - { - "name": "stop", - "deprecated": false, - "properties": [ - { - "name": "bubbles", - "deprecated": false, - "type": "Boolean", - "description": "

True if the event will try to bubble up if possible.

" - }, - { - "name": "cancelBubble", - "deprecated": false, - "type": "Boolean", - "description": "

Set to true to stop the event from bubbling.

" - }, - { - "name": "source", - "deprecated": false, - "type": "Object", - "description": "

Source object that fired the event.

" - }, - { - "name": "type", - "deprecated": false, - "type": "String", - "description": "

Name of the event fired.

" - } - ], - "description": "

Fired when the bound service instance stops.

" - } - ] - }, - { - "name": "Titanium.XML", - "description": "

The top level XML module. The XML module is used for parsing and processing XML-based content.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The API for this module is based on the W3C DOM specification.

\n

Android and iOS implement the DOM Level 2 specification\nwith some non-standard extensions, which are documented in the appropriate places.

\n

Both iOS and Android lack DTD support.

\n

Mobile Web directly exposes the DOM Level 3 \nimplementation in the browser. New features introduced in DOM Level 3 are not documented here \nfor brevity. For information on these features, please use the W3C documentation.

" - ], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "parseString", - "isInternal": false, - "parameters": [ - { - "name": "xml", - "usage": "required", - "type": "String", - "description": "

XML content as a string.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "Titanium.XML.Document", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Parses an XML string into a Titanium.XML.Document object.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "serializeToString", - "isInternal": false, - "parameters": [ - { - "name": "node", - "usage": "required", - "type": "Titanium.XML.Node", - "description": "

XML Node to serialize.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "returnTypes": [ - { - "type": "String", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Serializes a Node object into a string.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "MediaScannerResponse", - "description": "

Simple object passed to the scanMediaFiles callback.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The callback is called once per scanned file.

" - ], - "properties": [ - { - "name": "path", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Path to the media file that was scanned.

" - }, - { - "name": "uri", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

URI to the file if it was scanned and added to the media library, or null\nif the file was not added.

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "LocationProviderDict", - "description": "

Simple object describing a location provider.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "examples": [], - "remarks": [ - "

The accuracy and power values correspond to constants defined in the \nAndroid API. See\nandroid.location.Criteria \nin the Android API Reference.

\n

These values are generalizations. In general, a provider with coarse accuracy will\nprovide less accurate results than a provider with fine accuracy, and a provider with\nhigh power requirements will use more battery power than a provider with low power\nrequirements.

" - ], - "properties": [ - { - "name": "accuracy", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Accuracy of the location provider, either fine (1) or coarse (2).

" - }, - { - "name": "name", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "String", - "isClassProperty": false, - "description": "

Name of the location provider.

" - }, - { - "name": "power", - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "type": "Number", - "isClassProperty": false, - "description": "

Power consumption for this provider, either low (1), medium (2), or high (3).

" - } - ], - "functions": [], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.8" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isInternal": true, - "events": [] - }, - { - "name": "Titanium.Cloud.Users", - "description": "

Provides methods for accessing ACS user objects.

", - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "blackberry" - } - ], - "examples": [ - { - "code": "

This example creates a new user and checks the response.

\n
Cloud.Users.create({\n    email: 'test@mycompany.com',\n    first_name: 'test_firstname',\n    last_name: 'test_lastname',\n    password: 'test_password',\n    password_confirmation: 'test_password'\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'sessionId: ' + Cloud.sessionId + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create User" - }, - { - "code": "

This example logs a user in and checks the response.

\n
Cloud.Users.login({\n    login: 'test@mycompany.com',\n    password: 'test_password'\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'sessionId: ' + Cloud.sessionId + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Log in User" - }, - { - "code": "

This example requests information about a user and checks the response.

\n
Cloud.Users.show({\n    user_id: savedUserInfo.id\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show User" - }, - { - "code": "

This example requests information about the currently logged in user and checks the response.

\n
Cloud.Users.showMe(function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Show Current User" - }, - { - "code": "

This example requests information about particular users and checks the response.

\n
Cloud.Users.search({\n    q: 'test'\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.users.length);\n        for (var i = 0; i < e.users.length; i++) {\n            var user = e.users[i];\n            alert('id: ' + user.id + '\\n' +\n                'first name: ' + user.first_name + '\\n' +\n                'last name: ' + user.last_name);\n         }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Search for Users" - }, - { - "code": "

This example requests information about specific users and checks the response.

\n
Cloud.Users.query({\n    page: 1,\n    per_page: 10,\n    where: {\n        age: { '$gt': 28 },\n        favorite_color: 'blue',\n        first_name: 'joe'\n    }\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.users.length);\n        for (var i = 0; i < e.users.length; i++) {\n            var user = e.users[i];\n            alert('id: ' + user.id + '\\n' +\n                'first name: ' + user.first_name + '\\n' +\n                'last name: ' + user.last_name);\n         }\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Query for Users" - }, - { - "code": "

This example updates information about the currently logged in user and checks the response.

\n
Cloud.Users.update({\n    email: 'joeuser@mycompany.com',\n    first_name: 'joe',\n    last_name: 'user',\n    custom_fields: {\n        favorite_color: 'blue',\n        age: 25\n    }\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Update User" - }, - { - "code": "

This example logs out the current user and checks the response.

\n
Cloud.Users.logout(function (e) {\n    if (e.success) {\n        alert('Success: Logged out');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Logout User" - }, - { - "code": "

This example deletes the current user and checks the response.

\n
Cloud.Users.remove(function (e) {\n    if (e.success) {\n        alert('Success: Removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Remove User" - }, - { - "code": "

This example requests a password reset for a user and checks the response.

\n
Cloud.Users.requestResetPassword({\n    email: 'joeuser@mycompany.com'\n}, function (e) {\n    if (e.success) {\n        alert('Success: Reset Request Sent');\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Request Reset Password User" - }, - { - "code": "

This example creates a new user using 3-Legged OAuth and checks the response.

\n
Cloud.Users.secureCreate({\n    title: 'Sign Up Here'\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'accessToken: ' + Cloud.accessToken + '\\n' +\n            'expiresIn: ' + Cloud.expiresIn);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Create User Using 3-Legged OAuth" - }, - { - "code": "

This example logs a user in using 3-Legged OAuth and checks the response.

\n
Cloud.Users.secureLogin({\n    title: 'Log In Here'\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'accessToken: ' + Cloud.accessToken + '\\n' +\n            'expiresIn: ' + Cloud.expiresIn);\n    } else {\n        alert('Error:\\n' +\n            ((e.error && e.message) || JSON.stringify(e)));\n    }\n});\n
", - "name": "Log in User Using 3-Legged OAuth" - } - ], - "remarks": [], - "properties": [ - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "create", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Create a new user.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "login", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Log in a user.

" - }, - { - "name": "logout", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Log out the current user.

" - }, - { - "name": "query", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of users with sorting and pagination.

" - }, - { - "name": "remove", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Delete the current user.

" - }, - { - "name": "requestResetPassword", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Send an email to user to recover lost password.

" - }, - { - "name": "search", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Retrieve a list of users based on the specified search criteria.

" - }, - { - "name": "secureCreate", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "CloudUsersSecureDialog", - "description": "

A dictionary of properties for the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Create a new user using 3-Legged OAuth.

" - }, - { - "name": "secureLogin", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "optional", - "type": "CloudUsersSecureDialog", - "description": "

A dictionary of properties for the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Log in a user using 3-Legged OAuth.

" - }, - { - "name": "secureStatus", - "isInternal": false, - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.1.2" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.1.2" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Checks if the user is authenticated with 3-Legged OAuth.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "android" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - Android", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - }, - { - "name": "show", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Show public user information.

" - }, - { - "name": "showMe", - "isInternal": false, - "parameters": [ - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Show both public and private information about the user currently logged in.

" - }, - { - "name": "update", - "isInternal": false, - "parameters": [ - { - "name": "parameters", - "usage": "required", - "type": "Object", - "description": "

Parameters to send in the request.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to execute when the method completes.

" - } - ], - "userAgents": [ - { - "platform": "android" - }, - { - "platform": "blackberry" - }, - { - "platform": "iphone" - }, - { - "platform": "ipad" - }, - { - "platform": "mobileweb" - }, - { - "platform": "tizen" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - Mobile Web", - "version": "1.8" - }, - { - "name": "Titanium Mobile SDK - Tizen", - "version": "3.1" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Update the current user.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - Android", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPhone", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "2.0" - }, - { - "name": "Titanium Mobile SDK - BlackBerry", - "version": "3.1.2" - } - ], - "isInternal": false, - "events": [] - }, - { - "name": "Titanium.UI.iPhone.TableViewScrollPosition", - "description": "

A set of constants for the position value that can be used for the position property of \nTitanium.UI.TableView when invoking scrollToIndex.

", - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "examples": [], - "remarks": [], - "properties": [ - { - "name": "BOTTOM", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The table view scrolls the row of interest to the bottom of the visible table view.

" - }, - { - "name": "MIDDLE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The table view scrolls the row of interest to the middle of the visible table view.

" - }, - { - "name": "NONE", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The table view scrolls the row of interest to be fully visible with a minimum of movement. If the row is already fully visible, no scrolling occurs. For example, if the row is above the visible area, the behavior is identical to that specified by TOP. This is the default.

" - }, - { - "name": "TOP", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": false, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Number", - "isClassProperty": true, - "description": "

The table view scrolls the row of interest to the top of the visible table view.

" - }, - { - "name": "bubbleParent", - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isInternal": false, - "deprecated": false, - "isInstanceProperty": true, - "examples": [], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "type": "Boolean", - "isClassProperty": false, - "description": "

Indicates if the proxy will bubble an event to its parent.

" - } - ], - "functions": [ - { - "name": "addEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to invoke when the event is fired.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Adds the specified callback as an event listener for the named event.

" - }, - { - "name": "applyProperties", - "isInternal": false, - "parameters": [ - { - "name": "props", - "usage": "required", - "type": "Object", - "description": "

A dictionary of properties to apply.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Applies the properties to the proxy.

" - }, - { - "name": "fireEvent", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "event", - "usage": "required", - "type": "Object", - "description": "

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Fires a synthesized event to any registered listeners.

" - }, - { - "name": "getBubbleParent", - "isInternal": false, - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "returnTypes": [ - { - "type": "Boolean", - "description": "" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Gets the value of the bubbleParent property.

" - }, - { - "name": "removeEventListener", - "isInternal": false, - "parameters": [ - { - "name": "name", - "usage": "required", - "type": "String", - "description": "

Name of the event.

" - }, - { - "name": "callback", - "usage": "required", - "type": "Function", - "description": "

Callback function to remove. Must be the same function passed to addEventListener.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Removes the specified callback as an event listener for the named event.

" - }, - { - "name": "setBubbleParent", - "isInternal": false, - "parameters": [ - { - "name": "bubbleParent", - "usage": "required", - "type": "Boolean", - "description": "

New value for the property.

" - } - ], - "userAgents": [ - { - "platform": "iphone" - }, - { - "platform": "ipad" - } - ], - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "3.0.0" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "3.0.0" - } - ], - "isConstructor": false, - "isClassProperty": false, - "examples": [], - "deprecated": false, - "exceptions": [], - "references": [], - "isMethod": true, - "isInstanceProperty": true, - "description": "

Sets the value of the bubbleParent property.

" - } - ], - "deprecated": false, - "since": [ - { - "name": "Titanium Mobile SDK - iPhone", - "version": "0.9" - }, - { - "name": "Titanium Mobile SDK - iPad", - "version": "0.9" - } - ], - "isInternal": false, - "events": [] - } - ], - "aliases": [ - { - "type": "Titanium", - "name": "Ti" - } - ] -} \ No newline at end of file diff --git a/mockti.js b/mockti.js index 9ac47ad..514423f 100644 --- a/mockti.js +++ b/mockti.js @@ -1,8 +1,16 @@ -function mockti (apiPath) { - if (!apiPath) apiPath = __dirname + '/api.jsca'; - +function mockti (apiPath) { + var path = require('path'); var fs = require('fs'); - var data = JSON.parse(fs.readFileSync(__dirname + '/api.jsca')); + + if (!apiPath || !fs.existsSync(apiPath)) { + try{ + apiPath = findJsca(apiPath); + } catch (e) { + throw '[mockti] ' + e; + } + } + + var data = JSON.parse(fs.readFileSync(apiPath)); var Emitter = require('eventemitter2').EventEmitter2; var util = require('util'); var _ = require('underscore'); @@ -18,6 +26,46 @@ function mockti (apiPath) { var Ti; Ti = {}; + + function findJsca(sdkName) { + var appc = require('node-appc'); + var jscaPath; + appc.environ.detect(); + if(sdkName) { + var n = appc.environ.getSDK(sdkName); + if(!n) { + throw 'Titanium SDK not found: ' + sdkName; + } + jscaPath = path.join(n.path, 'api.jsca'); + if(!fs.existsSync(jscaPath)) { + throw "Specified Titanium SDK version not found."; + } + + } else { + var configFilePath = path.join(process.env[process.platform == 'win32' ? 'USERPROFILE' : 'HOME'], '.titanium', 'config.json'); + if (!fs.existsSync(configFilePath)) { + throw "Can't find titanium configuration."; + } + + var config; + try { + config = JSON.parse(fs.readFileSync(configFilePath)); + } catch(e) { + throw "Can't parse titanium configuration."; + } + + if(config.sdk && config.sdk.selected){ + jscaPath = path.join(appc.environ.getSDK(config.sdk.selected).path, 'api.jsca'); + if(!fs.existsSync(jscaPath)) { + throw "Can't find api.jsca in default installation."; + } + console.log("Using default Titanium SDK: " + config.sdk.selected); + } else { + throw "Default Titanium SDK installation not found."; + } + } + return jscaPath; + } function retrieve (root, list) { var name = list.shift(); diff --git a/package.json b/package.json index bc634c5..b22a349 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "mocking for Titanium", "version": "1.1.1", "homepage": "https://github.com/russfrank/mockti", - "scripts" : { + "scripts": { "test": "mocha -R spec -u tdd test.js" }, "repository": { @@ -15,10 +15,11 @@ "dependencies": { "underscore": "*", "eventemitter2": "*", + "node-appc": "*", "MD5": "1.0.0", - "request":"2.9.203" + "request": "2.9.203" }, - "files": ["api.jsca", "mockti.js", "README.md", "LICENSE", "test.js"], + "files": ["mockti.js", "README.md", "LICENSE", "test.js"], "devDependencies": { "mocha": "*", "nock": "*" From d80764c067a7ccd7044860019bdf370b875c3c64 Mon Sep 17 00:00:00 2001 From: falkolab Date: Wed, 30 Jul 2014 13:43:13 +0400 Subject: [PATCH 2/2] node-appc version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b22a349..54a3619 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "underscore": "*", "eventemitter2": "*", - "node-appc": "*", + "node-appc": "0.2.14", "MD5": "1.0.0", "request": "2.9.203" },